My abstracting out the MAC reading code to fix pccard broke pci. Add

back the reading of the MAC address in the 'standard' way.

Reported by: Jeremie Le Hen ( jeremie at le-hen dot org )
This commit is contained in:
Warner Losh 2005-06-08 23:15:33 +00:00
parent 2948f3ea27
commit 7999556019

View File

@ -87,6 +87,7 @@ ed_pci_attach(device_t dev)
ed_release_resources(dev);
return (error);
}
ed_Novell_read_mac(sc);
error = ed_alloc_irq(dev, 0, RF_SHAREABLE);
if (error) {