Age | Commit message (Collapse) | Author |
|
Pointed out by miod@. thx.
|
|
|
|
|
|
from the pci bus. This is in preference to adding openfirmware code to
the device drivers. If there was a known way of obtaining the ethernet
hardware address from a eeprom or other methods that would be used, but
the only known way to get this information for the Apple machines with
if_gm is via openfirmware.
This modifies a previous mechanism that was used to obtain similar information
from different openfirmware systems, however the old mechanism would create
information such as media type. This information was hardcoded into
that code. Now the code only returns the actual address which is the
only informatin that openfirmware provides.
|
|
configureation change is causing system corruption that is exhibits
itself in an error where X11 programs will not function correctly.
|
|
|
|
clean up config output, less output and on one line.
- per discussion with Theo
|
|
|
|
Use the interrupt line as configured by pci, now that
the bridge will walk the openfirmware device tree and properly
initialize that field.
|
|
|
|
OpenBSD tag added.
mii code corrected (seems to work, anyone want to verify this?) only tesed at
10baseT
interrupt configuration hacked, pa_line contents not reliable, hacked for now.
attempt at enable hack is present but not turned on.
|
|
configure. mii code is very suspect. Additional debugging will be done
after configuration issues are addressed.
|