diff options
author | 2008-12-30 07:34:00 +0000 | |
---|---|---|
committer | 2008-12-30 07:34:00 +0000 | |
commit | c2114c07084c4a654c6fea12bf1d382bcb5f36ed (patch) | |
tree | a9ebf9026b22af275eb9e8e58d32ead451794a2b | |
parent | allow 3 uarts to attach, use local cache of variable. (diff) | |
download | wireguard-openbsd-c2114c07084c4a654c6fea12bf1d382bcb5f36ed.tar.xz wireguard-openbsd-c2114c07084c4a654c6fea12bf1d382bcb5f36ed.zip |
attach all three uarts, closer to working on freerunner.
-rw-r--r-- | sys/arch/moko/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/moko/conf/RAMDISK b/sys/arch/moko/conf/RAMDISK index 889b2d01b44..eebc47177b9 100644 --- a/sys/arch/moko/conf/RAMDISK +++ b/sys/arch/moko/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2008/11/26 14:47:50 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.2 2008/12/30 07:34:00 drahn Exp $ machine moko arm @@ -45,7 +45,8 @@ cpu0 at mainbus? ssio0 at mainbus? # integrated UART sscom0 at ssio? index 0 # irq 70 -#sscom1 at ssio? index 1 # irq 73 +sscom1 at ssio? index 1 # irq 73 +sscom2 at ssio? index 2 # irq ? # Pseudo-Devices |