patch-2.4.3 linux/drivers/net/sb1000.c
Next file: linux/drivers/net/sgiseeq.c
Previous file: linux/drivers/net/rtl8129.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Mar 6 19:44:36 2001
- Orig file:
v2.4.2/linux/drivers/net/sb1000.c
- Orig date:
Wed Feb 21 18:20:28 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/net/sb1000.c linux/drivers/net/sb1000.c
@@ -137,6 +137,14 @@
static inline int sb1000_rx(struct net_device *dev);
static inline void sb1000_error_dpc(struct net_device *dev);
+static struct isapnp_device_id id_table[] = {
+ { ISAPNP_ANY_ID, ISAPNP_ANY_ID,
+ ISAPNP_VENDOR('G','I','C'), ISAPNP_FUNCTION(0x1000), 0 },
+ {0}
+};
+
+MODULE_DEVICE_TABLE(isapnp, id_table);
+
/* probe for SB1000 using Plug-n-Play mechanism */
int
sb1000_probe(struct net_device *dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)