diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-31 12:35:46 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-31 12:35:46 +0000 |
commit | ea0793dc9b7b08cf3049329eb17ca7b445aa9943 (patch) | |
tree | 3dbd136e3e2ea2c6b9bb9ce763291ec0c7c536e9 /sys/arch/zaurus | |
parent | d61a68ed566f3236f057efad312106a2bbe0a62d (diff) |
order the usb stuff, and remove duplicate config lines for usb at ohci.
fix some spelling while here.
ok uwe@
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 24 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 19 |
2 files changed, 23 insertions, 20 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index fbe3883d8a5..023bb44f496 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2005/03/18 07:48:43 dlg Exp $ +# $OpenBSD: GENERIC,v 1.31 2005/03/31 12:35:45 dlg Exp $ # # GENERIC machine description file # @@ -65,9 +65,6 @@ pxagpio0 at pxaip? # GPIO scoop0 at pxaip? scoop1 at pxaip? saost0 at pxaip? addr 0x40a00000 size 0x20 -pxaudc0 at pxaip? -ohci0 at pxaip? -usb* at ohci? # touch screen zts0 at pxaip? @@ -77,13 +74,16 @@ wsmouse* at zts? mux 0 zkbd0 at pxaip? wskbd* at zkbd? mux 1 +# USB controllers +pxaudc0 at pxaip? # USB Device Controller +ohci0 at pxaip? # Open Host Controller + # USB bus support -usb* at ohci? flags 0x1 -uhub* at usb? -uhub* at uhub? +usb* at ohci? +uhub* at usb? # USB Root Hub +uhub* at uhub? # USB Hub -uhub* at usb? # USB Hubs -uhub* at uhub? # USB Hubs +# USB devices umodem* at uhub? # USB Modems/Serial ucom* at umodem? uvisor* at uhub? # Handspring Visor @@ -112,12 +112,12 @@ ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet -atu* at uhub? # Atmel AT76c50x based 802.11b +atu* at uhub? # Atmel AT76C50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet cdce* at uhub? # CDC Ethernet -upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' +upl* at uhub? # Prolific PL2301/PL2302 host-to-host udav* at uhub? # Davicom DM9601 based Ethernet ural* at uhub? # Ralink RT2500 url* at uhub? # Realtek RTL8150L based adapters @@ -142,7 +142,7 @@ cd* at scsibus? # integrated 16550 UARTs options COM_PXA2X0 com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART -com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART +com1 at pxaip? addr 0x40200000 intr 21 # BlueTooth UART #com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) options FFUARTCONSOLE #options BTUARTCONSOLE diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index fff7808f440..349db16e156 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2005/03/18 07:48:43 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.22 2005/03/31 12:35:45 dlg Exp $ # # GENERIC machine description file # @@ -69,19 +69,21 @@ pxagpio0 at pxaip? # GPIO scoop0 at pxaip? scoop1 at pxaip? saost0 at pxaip? addr 0x40a00000 size 0x20 -pxaudc0 at pxaip? -ohci0 at pxaip? -usb* at ohci? # keyboard zkbd0 at pxaip? wskbd* at zkbd? mux 1 +# USB controllers +pxaudc0 at pxaip? # USB Device Controller +ohci0 at pxaip? # Open Host Controller + # USB bus support -usb* at ohci? flags 0x1 -uhub* at usb? -uhub* at uhub? +usb* at ohci? +uhub* at usb? # USB Root Hub +uhub* at uhub? # USB Hubs +# USB devices uhidev* at uhub? uhid* at uhidev? # USB Generic HID devices ukbd* at uhidev? # USB HID Keyboard devices @@ -90,6 +92,7 @@ wskbd* at ukbd? mux 1 #wsmouse* at ums? mux 0 #ulpt* at uhub? # USB Printer aue* at uhub? # ADMtek AN986 Pegasus Ethernet +#atu* at uhub? # Atmel AT76C50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet @@ -117,7 +120,7 @@ cd* at scsibus? # integrated 16550 UARTs options COM_PXA2X0 com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART -com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART +com1 at pxaip? addr 0x40200000 intr 21 # BlueTooth UART #com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) options FFUARTCONSOLE #options BTUARTCONSOLE |