Browse Source

Added activate_isapnp_device() line

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
8c2b42e08e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/drivers/net/skel.c

+ 2
- 1
src/drivers/net/skel.c View File

219
 	      skel_pci_driver, skel_pci_probe );
219
 	      skel_pci_driver, skel_pci_probe );
220
 
220
 
221
 /**************************************************************************
221
 /**************************************************************************
222
- * ISAPnP PROBE - Look for an adapter
222
+ * EISA PROBE - Look for an adapter
223
  **************************************************************************
223
  **************************************************************************
224
  */
224
  */
225
 static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) {
225
 static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) {
264
 
264
 
265
 	nic->ioaddr = isapnp->ioaddr;
265
 	nic->ioaddr = isapnp->ioaddr;
266
 	nic->irqno = isapnp->irqno;
266
 	nic->irqno = isapnp->irqno;
267
+	activate_isapnp_device ( isapnp );
267
 
268
 
268
 	/* Test for physical presence of NIC */
269
 	/* Test for physical presence of NIC */
269
 	/*
270
 	/*

Loading…
Cancel
Save