diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-16 21:04:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-16 21:04:24 +0000 |
commit | 1797fd7b7a5f9823a70b63fa8b4ea907e8bacf08 (patch) | |
tree | a98bcb33dacc69c0d0c83632140e4a404d5b0ceb /sys/arch/hppa/conf | |
parent | 92fa34275f0877cb407276efe0ecc07788905c99 (diff) |
reenable sti1 as the issues has been resolved
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index d883ff42ad2..c8f3b3d46b9 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2003/12/16 08:14:19 mickey Exp $ +# $OpenBSD: GENERIC,v 1.43 2003/12/16 21:04:23 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -53,8 +53,8 @@ option PCIVERBOSE sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* -sti1 at mainbus0 disable irq 12 -sti1 at phantomas0 disable irq 12 +sti1 at mainbus0 irq 12 +sti1 at phantomas0 irq 12 #medusa* at mainbus? irq 4 # FDDI diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 49c985d38b7..a336454b528 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 2003/12/16 08:14:19 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.24 2003/12/16 21:04:23 mickey Exp $ # # Diskless kernel config # @@ -68,8 +68,8 @@ option PCIVERBOSE sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* -sti1 at mainbus0 disable irq 12 -sti1 at phantomas0 disable irq 12 +sti1 at mainbus0 irq 12 +sti1 at phantomas0 irq 12 #medusa* at mainbus? irq 4 # FDDI |