diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-12 05:23:36 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-12 05:23:36 +0000 |
commit | f4b607d4b7ec51ae9136ff77f72f7d713c7d9d4b (patch) | |
tree | 75c462709509f42c64b04c6a59b47b5928a7b880 /sys/arch/zaurus/conf | |
parent | 262f059b11178aa582cc718bd2314bdf06084199 (diff) |
remove the need for duplicate knowledge between autoconfig and the driver.
ok drahn@
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index cab5b8b7465..e9a1d7094c3 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 2005/02/01 15:41:24 drahn Exp $ +# $OpenBSD: GENERIC,v 1.27 2005/02/12 05:23:35 dlg Exp $ # # GENERIC machine description file # @@ -63,7 +63,7 @@ pxagpio0 at pxaip? # GPIO scoop0 at pxaip? scoop1 at pxaip? saost0 at pxaip? addr 0x40a00000 size 0x20 -ohci0 at pxaip? addr 0x4c000000 size 0x70 intr 3 +ohci0 at pxaip? usb* at ohci? # touch screen |