summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-11 02:48:20 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-11 02:48:20 +0000
commit0d8bdf9abf0ea96d97b290db1b396116217b159d (patch)
treeecf871b585aa022d5cfdcd682182b1766a85a3aa /sys/conf
parentcd73553ae8d37c1e79004f0bfef7552bcfdeadd1 (diff)
Code for devices that read/write to an IEEE 802.3u MII bus using the
bit-bang method; from NetBSD.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9894859b730..2f71c62f857 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.189 2001/03/07 23:59:02 mickey Exp $
+# $OpenBSD: files,v 1.190 2001/03/11 02:48:19 aaron Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -62,6 +62,11 @@ device vga: wsemuldisplaydev, pcdisplayops
file dev/ic/vga.c vga needs-flag
file dev/ic/vga_subr.c vga
+# Attribute for devices that read/write an IEEE 802.3u MII bus using the
+# bit-bang method.
+define mii_bitbang
+file dev/mii/mii_bitbang.c mii_bitbang
+
define wdc_base
define ata {[channel = -1], [drive = -1]}
define atapi {[channel = -1]}