diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-28 15:25:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-28 15:25:11 +0000 |
commit | 2f4ae9db2844c710704995d8eb95b8c7fcf75183 (patch) | |
tree | cc2056c8bb68b01659c784f49b43396e0e6a4fcf /sys/arch | |
parent | e68a3442845e193a043b69a8c3fa3ae6520ef9fd (diff) |
enable usbf/cdcef, can be used during install (somehow)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index 7066d989ac2..2502cd53f0b 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.34 2006/02/14 18:11:04 miod Exp $ +# $OpenBSD: RAMDISK,v 1.35 2006/11/28 15:25:10 deraadt Exp $ machine zaurus arm @@ -62,6 +62,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 |