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/arch/zaurus/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/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index d182a1c1d8c..494e4435b48 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.55 2006/11/25 14:31:59 uwe Exp $ +# $OpenBSD: GENERIC,v 1.56 2006/11/25 18:10:29 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -64,6 +64,10 @@ wskbd* at zkbd? mux 1 pxaudc0 at pxaip? # USB Device Controller ohci0 at pxaip? # Open Host Controller +# USB function support +#usbf* at pxaudc? # USB logical device +#cdcef* at usbf? # CDC ethernet function + # USB bus support usb* at ohci? uhub* at usb? # USB Root Hub |