summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-08-13 05:35:15 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-08-13 05:35:15 +0000
commit998c75f2475f3b5dc4c23fd1cf2c6a6136d8b30f (patch)
treedccaa343fe1bb6d77bcb395f85cec632a0d763be /sys/conf
parentff80d4f548441ec10facebe370eeacab70375d5f (diff)
USB attachment and controllers.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1dd8ac66606..44b344ecb79 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.125 1999/08/04 13:10:54 peter Exp $
+# $OpenBSD: files,v 1.126 1999/08/13 05:35:14 fgsch Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -147,6 +147,15 @@ define eisabus { } # EISA attachment
define pcibus {[bus = -1]} # PCI attachment
define pcmciabus { } # PCMCIA attachment
define tcbus { } # TurboChannel attachment
+define usbus { } # USB attachment
+
+# UHCI USB controller
+device uhci: usbus
+file dev/usb/uhci.c uhci needs-flag
+
+# OHCI USB controller
+device ohci: usbus
+file dev/usb/ohci.c ohci needs-flag
# legitimate pseudo-devices
pseudo-device vnd: disk