diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-14 19:54:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-14 19:54:16 +0000 |
commit | 39ed8700fa9b3db3141bea17508f472bc46de9a9 (patch) | |
tree | e4f2e232cdb21d296c56096d392e24c2e3a82d6b /sys/arch | |
parent | 4fc03cfcca970ff35f6b536d0e27b3071987b3bf (diff) |
attach those funky teleshare ttys
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 5f81b15a01a..11563444a40 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 2003/04/07 16:52:02 mickey Exp $ +# $OpenBSD: GENERIC,v 1.34 2003/08/14 19:54:15 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -80,6 +80,8 @@ com1 at gsc2 offset 0x2000 irq 6 # on wax com0 at gsc0 offset 0x23000 irq 5 # on asp com1 at gsc0 offset 0x22000 irq 6 com2 at gsc0 offset 0x0 irq 13 # only on asp0 w/o audio (off ?) +com2 at gsc0 offset 0x4040 irq 13 # fax/voice/modem on harmony (712) +com3 at gsc0 offset 0x4060 irq 13 lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C596DX/CA ether diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 1abe3e801ae..e52d14b2354 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2003/04/07 16:52:02 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.18 2003/08/14 19:54:15 mickey Exp $ # # Diskless kernel config # @@ -97,6 +97,8 @@ com1 at gsc2 offset 0x2000 irq 6 # on wax com0 at gsc0 offset 0x23000 irq 5 # on asp com1 at gsc0 offset 0x22000 irq 6 com2 at gsc0 offset 0x0 irq 13 # only on asp0 w/o audio (off ?) +com2 at gsc0 offset 0x4040 irq 13 # gecko's fax/voice/modems +com3 at gsc0 offset 0x4060 irq 13 lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C596DX/CA ether |