diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-01 03:50:43 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-01 03:50:43 +0000 |
commit | 035451ac0f5f731c8d974471c6d53bc6068d5824 (patch) | |
tree | 8cc8f8cd06b2810c2d29b3c3d3c70d9c506ada44 /sys/arch/armish/conf/RAMDISK | |
parent | 644c15a7a9cab5b48be54c7e30f3e9883a63a280 (diff) |
Consistantly map com0 irq.
Diffstat (limited to 'sys/arch/armish/conf/RAMDISK')
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index ffe7bd68625..23b0c4899f4 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2006/05/29 17:13:19 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.2 2006/06/01 03:50:42 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -47,8 +47,7 @@ cpu0 at mainbus? obio0 at mainbus? # On-board 16550 UART -#com0 at obio? addr 0xfe810000 xint 3 -com0 at obio? addr 0xfe800000 xint 0 +com0 at obio? addr 0xfe800000 xint 3 # i80321 I/O Processor peripheral support iopxs0 at mainbus? |