patch-2.4.0-test12 linux/drivers/net/tokenring/olympic.c

Next file: linux/drivers/net/tokenring/tms380tr_microcode.h
Previous file: linux/drivers/net/tokenring/abyss.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/net/tokenring/olympic.c linux/drivers/net/tokenring/olympic.c
@@ -101,6 +101,13 @@
 static char *version = 
 "Olympic.c v0.5.0 3/10/00 - Peter De Schrijver & Mike Phillips" ; 
 
+static struct pci_device_id olympic_pci_tbl[] __initdata = {
+	{ PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_TR_WAKE, PCI_ANY_ID, PCI_ANY_ID, },
+	{ }			/* Terminating entry */
+};
+MODULE_DEVICE_TABLE(pci, olympic_pci_tbl);
+
+
 static char *open_maj_error[]  = {"No error", "Lobe Media Test", "Physical Insertion",
 				   "Address Verification", "Neighbor Notification (Ring Poll)",
 				   "Request Parameters","FDX Registration Request",

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)