patch-2.4.11-dontuse linux/drivers/net/dmfe.c
Next file: linux/drivers/net/dummy.c
Previous file: linux/drivers/net/dl2k.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Sep 30 12:26:06 2001
- Orig file:
v2.4.10/linux/drivers/net/dmfe.c
- Orig date:
Sun Sep 23 11:40:58 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/net/dmfe.c linux/drivers/net/dmfe.c
@@ -2000,6 +2000,7 @@
};
MODULE_DEVICE_TABLE(pci, dmfe_pci_tbl);
+
static struct pci_driver dmfe_driver = {
name: "dmfe",
id_table: dmfe_pci_tbl,
@@ -2009,6 +2010,8 @@
MODULE_AUTHOR("Sten Wang, sten_wang@davicom.com.tw");
MODULE_DESCRIPTION("Davicom DM910X fast ethernet driver");
+MODULE_LICENSE("GPL");
+
MODULE_PARM(debug, "i");
MODULE_PARM(mode, "i");
MODULE_PARM(cr6set, "i");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)