From a559bf4f34e432e4a9fdef7cf114e5c4a79e9302 Mon Sep 17 00:00:00 2001 From: philip Date: Sat, 28 Jun 2008 13:38:53 +0000 Subject: [PATCH] Remove stray "miibus0" reference from ancient kernel config file times. MFC after: 1 day --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c136b9830e6a..a3c336545fd8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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.