patch-2.4.8 linux/drivers/ieee1394/pcilynx.c
Next file: linux/drivers/ieee1394/video1394.c
Previous file: linux/drivers/ieee1394/ohci1394.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Jul 29 10:48:33 2001
- Orig file:
v2.4.7/linux/drivers/ieee1394/pcilynx.c
- Orig date:
Wed Jul 25 17:10:20 2001
diff -u --recursive --new-file v2.4.7/linux/drivers/ieee1394/pcilynx.c linux/drivers/ieee1394/pcilynx.c
@@ -58,6 +58,17 @@
#define PRINTD(level, card, fmt, args...) do {} while (0)
#endif
+static struct pci_device_id pcilynx_pci_tbl[] __devinitdata = {
+ {
+ vendor: PCI_VENDOR_ID_TI,
+ device: PCI_DEVICE_ID_TI_PCILYNX,
+ subvendor: PCI_ANY_ID,
+ subdevice: PCI_ANY_ID,
+ },
+ { } /* Terminating entry */
+};
+MODULE_DEVICE_TABLE(pci, pcilynx_pci_tbl);
+
static struct ti_lynx cards[MAX_PCILYNX_CARDS];
static int num_of_cards = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)