summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-10-28 19:29:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-10-28 19:29:30 +0000
commit495fddbbe27c02cd68caf33449e6ecd151a4f4c8 (patch)
tree07a66c515f6e3851f2402a6a78dc249ad89d1391
parent5934ef20e7d9019051b7e9d3f25e36ead92f8791 (diff)
Add wax at phantomas now that it works; provides access to the second serial
port on A- and B-class machines. ok mickey@
-rw-r--r--sys/arch/hppa/conf/GENERIC3
-rw-r--r--sys/arch/hppa/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 11713f1a688..63518035a06 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.60 2004/10/05 02:01:17 jsg Exp $
+# $OpenBSD: GENERIC,v 1.61 2004/10/28 19:29:29 miod Exp $
# Machine architecture; required by config(8)
machine hppa
@@ -47,6 +47,7 @@ lasi0 at uturn? offset 0xfd00000 irq 28 # LASI on [CJ]*
lasi1 at mainbus0 offset 0x500000 irq 27 # 712 GIO card
asp* at mainbus0 irq 28 # this one comes w/ Viper and LEDs
wax* at mainbus0 irq 24 # Wax may host EISA as well
+wax* at phantomas0 irq 24 # Wax on [AB]*
mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???)
#vmeb* at mainbus0 irq ? # VME bus adapter
dino0 at phantomas? irq 26 # PCI bus bridge on [AB]*
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index 96a54331eee..b8c35ed6c3f 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.40 2004/10/05 02:01:17 jsg Exp $
+# $OpenBSD: RAMDISK,v 1.41 2004/10/28 19:29:29 miod Exp $
#
# Diskless kernel config
#
@@ -61,6 +61,7 @@ lasi0 at uturn? offset 0xfd00000 irq 28 # LASI on [CJ]*
lasi1 at mainbus0 offset 0x500000 irq 27 # 712 GIO card
asp* at mainbus0 irq 28 # this one comes w/ Viper and LEDs
wax* at mainbus0 irq 24 # Wax may host EISA as well
+wax* at phantomas0 irq 24 # Wax on [AB]*
mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???)
#vmeb* at mainbus0 irq ? # VME bus adapter
dino0 at phantomas? irq 26 # PCI bus bridge on [AB]*