summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-18 01:37:57 +0000
committersam <sam@FreeBSD.org>2009-02-18 01:37:57 +0000
commitb7b417fcff7af50703f86dd93fe46fca7e3cda1a (patch)
tree3b5a4224dd18e988c5df9b5c5ffa2a202c8f8343 /sys
parentf48f569733fc2d40d8fbb152916af7f9f37061a3 (diff)
downloadFreeBSD-src-b7b417fcff7af50703f86dd93fe46fca7e3cda1a.zip
FreeBSD-src-b7b417fcff7af50703f86dd93fe46fca7e3cda1a.tar.gz
use mii instead of miibus so we don't drag in all phy support
(we only need ukphy which is brought in by mii) MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/AVILA2
-rw-r--r--sys/arm/conf/CAMBRIA2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index c18c28a..65d9331 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -88,7 +88,7 @@ device npe # Network Processing Engine
device npe_fw
device firmware
device qmgr # Q Manager (required by npe)
-device miibus # NB: required by npe
+device mii # NB: required by npe
device ether
device bpf
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA
index bed69e1..91773b7 100644
--- a/sys/arm/conf/CAMBRIA
+++ b/sys/arm/conf/CAMBRIA
@@ -87,7 +87,7 @@ device npe # Network Processing Engine
device npe_fw
device firmware
device qmgr # Q Manager (required by npe)
-device miibus # NB: required by npe
+device mii # NB: required by npe
device ether
device bpf
OpenPOWER on IntegriCloud