diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-25 18:56:40 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-25 18:56:40 +0000 |
commit | 6d1b0b3a5d7c3f12e3d87f06d874c31e46748f48 (patch) | |
tree | 13bf64c09b34247660bfe9b0f7ffa1093fe55d09 | |
parent | 11ce40f2401987f5c79c1ba334e59a5f48686d07 (diff) |
enable new devices (flash, usbf, cdcef)
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 494e4435b48..1ab5e9bc2e3 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.56 2006/11/25 18:10:29 uwe Exp $ +# $OpenBSD: GENERIC,v 1.57 2006/11/25 18:56:39 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -65,8 +65,8 @@ 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 +usbf* at pxaudc? # USB logical device +cdcef* at usbf? # CDC ethernet function # USB bus support usb* at ohci? @@ -199,7 +199,7 @@ zaudio0 at pxaip? # Zaurus I2S/I2C sound audio* at zaudio? zrc0 at pxaip? # Zaurus remote control wskbd* at zrc? mux 1 -#flash0 at pxaip? # NAND flash memory +flash0 at pxaip? # NAND flash memory # 1-Wire devices option ONEWIREVERBOSE |