Added activate_isapnp_device() line

pull/1/head
Michael Brown 2005-04-16 14:53:27 +00:00
parent 57070797e3
commit 8c2b42e08e
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,7 @@ BOOT_DRIVER ( "SKEL/PCI", find_pci_boot_device,
skel_pci_driver, skel_pci_probe ); skel_pci_driver, skel_pci_probe );
/************************************************************************** /**************************************************************************
* ISAPnP PROBE - Look for an adapter * EISA PROBE - Look for an adapter
************************************************************************** **************************************************************************
*/ */
static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) { static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) {
@ -264,6 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev,
nic->ioaddr = isapnp->ioaddr; nic->ioaddr = isapnp->ioaddr;
nic->irqno = isapnp->irqno; nic->irqno = isapnp->irqno;
activate_isapnp_device ( isapnp );
/* Test for physical presence of NIC */ /* Test for physical presence of NIC */
/* /*