1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147149

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) {