diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-25 18:10:30 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-25 18:10:30 +0000 |
commit | 7535b19446bafa37c29fe0cefdcfcc8d3b16b636 (patch) | |
tree | 662c9086944bcef9e54324a114e21553093f6535 /sys/conf | |
parent | 2db0b8cf67297a6807a655929b526c916d9bbb9b (diff) |
Initial USB device controller (UDC) and USB CDC Ethernet function support
for PXA27x/Zaurus, not enabled yet; for dlg and dale :)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8367c2dff7e..8352ee615c1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.389 2006/11/25 14:31:59 uwe Exp $ +# $OpenBSD: files,v 1.390 2006/11/25 18:10:29 uwe Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -394,6 +394,7 @@ define eisabus {} # EISA attachment define pcibus {[bus = -1]} # PCI attachment define tcbus {} # TurboChannel attachment define usbus {} # USB attachment +define usbdev {} # USB function attachment define pcmciabus {[controller = -1], [socket = -1]} # PCMCIA attachment define cbbus {[slot = -1]} # CardBus attachment define pcmciaslot {[slot = -1]} # PCMCIA slot itself |