NetBSD/sys/dev/mii
bouyer 0435e7ea98 Correct a bogosity in the adapter->mii attach code pointed out by cgd:
in pci/if_tl.c, call config_found() with a print function, instead of
printing ourself a message in if_tl.c if no miibus was found. The print
function is in mii/mii.c (mii_adapter_print()) so that it can be used by any
adapter (idea from the scsi system).
1998-02-11 19:02:11 +00:00
..
files.mii Adjust for config changes. 1998-01-12 09:23:08 +00:00
generic_phy.c
generic_phy.h
mii_adapter.h Correct a bogosity in the adapter->mii attach code pointed out by cgd: 1998-02-11 19:02:11 +00:00
mii_adapters_id.h
mii_phy.h
mii.c Correct a bogosity in the adapter->mii attach code pointed out by cgd: 1998-02-11 19:02:11 +00:00
nsphy.c Adjust for config changes. 1998-01-12 09:23:08 +00:00
tlphy.c Adjust for config changes. 1998-01-12 09:23:08 +00:00
tlphy.h