Remove stray "miibus0" reference from ancient kernel config file times.

MFC after:	1 day
This commit is contained in:
Philip Paeps 2008-06-28 13:38:53 +00:00
parent 48b5fd636e
commit 01895a25f3

View File

@ -1718,7 +1718,7 @@ device puc
# MII bus support is required for some PCI 10/100 ethernet NICs,
# namely those which use MII-compliant transceivers or implement
# transceiver control interfaces that operate like an MII. Adding
# "device miibus0" to the kernel config pulls in support for
# "device miibus" to the kernel config pulls in support for
# the generic miibus API and all of the PHY drivers, including a
# generic one for PHYs that aren't specifically handled by an
# individual driver.