mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Added activate_isapnp_device() line
This commit is contained in:
parent
57070797e3
commit
8c2b42e08e
@ -219,7 +219,7 @@ BOOT_DRIVER ( "SKEL/PCI", find_pci_boot_device,
|
||||
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 ) {
|
||||
@ -264,6 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev,
|
||||
|
||||
nic->ioaddr = isapnp->ioaddr;
|
||||
nic->irqno = isapnp->irqno;
|
||||
activate_isapnp_device ( isapnp );
|
||||
|
||||
/* Test for physical presence of NIC */
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user