summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-08-28 15:04:27 +0000
committerkato <kato@FreeBSD.org>1999-08-28 15:04:27 +0000
commite696937c355e73a4790a8a1ba34595e8cf562414 (patch)
tree6247a3a5810b3c4a65439f4ba377ed2192e7c026
parent67d7802c276760d95a616e56ca36763e6d8cad17 (diff)
downloadFreeBSD-src-e696937c355e73a4790a8a1ba34595e8cf562414.zip
FreeBSD-src-e696937c355e73a4790a8a1ba34595e8cf562414.tar.gz
Added MII bus support.
Reminded by: phk
-rw-r--r--sys/pc98/conf/GENERIC3
-rw-r--r--sys/pc98/conf/GENERIC983
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 05c3b8b..e97a6d7 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -182,6 +182,9 @@ device ppi0 at ppbus?
# Please stay olpt driver after ppc driver
device olpt0 at isa? port IO_LPT
+# MII bus support, required for some 10/100 NICs
+controller miibus0
+
#
# The following Ethernet NICs are all PCI devices.
#
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 05c3b8b..e97a6d7 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -182,6 +182,9 @@ device ppi0 at ppbus?
# Please stay olpt driver after ppc driver
device olpt0 at isa? port IO_LPT
+# MII bus support, required for some 10/100 NICs
+controller miibus0
+
#
# The following Ethernet NICs are all PCI devices.
#
OpenPOWER on IntegriCloud