marius 2007-02-25 19:02:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/pci if_pcn.c if_pcnreg.h
Log:
MFC: if_pcn.c 1.76, 1.81, 1.82; if_pcnreg.h 1.15
- In detach method, move if_free() after bus_teardown_intr().
- Clear the PCN_MI
marius 2007-02-11 17:21:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/pci if_pcn.c if_pcnreg.h
Log:
MFC: if_pcn.c 1.74, 1.79 (sort of), 1.80; if_pcnreg.h 1.14
- Fix obsolete comment.
- Extend references to lnc(4) by references to
marius 2006-11-28 01:33:18 UTC
FreeBSD src repository
Modified files:
sys/pci if_pcn.c if_pcnreg.h
Log:
- Clear the PCN_MISC_ASEL bit so the media port can be actually set
via the PCN_CSR_MODE register. Along with sys/dev/mii/nsphy.c 1.26
this fixes the case
marius 2006-11-07 19:44:42 UTC
FreeBSD src repository
Modified files:
sys/pci if_pcn.c if_pcnreg.h
Log:
- Don't bother to include IDs of PCnet chips which are not supported
by this driver and largely are not even PCI devices in pcn_chipid.
- Use device_printf(