diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 20:16:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 20:16:42 +0000 |
commit | 8af7f9bbce2e14bf920a715e1a69f92b4e0b2a9b (patch) | |
tree | d787f6ab6dbaaaabc9fb173f48e8a97dfb7b8566 /sys/arch | |
parent | 569288d4e88cf6f733287956712560f92133b30b (diff) |
Disable sti1, yes, but correctly...
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, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 484561ba660..5ac2826840b 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 2003/02/14 23:08:35 miod Exp $ +# $OpenBSD: GENERIC,v 1.24 2003/02/15 20:16:41 miod Exp $ # # Diskless kernel config # @@ -48,7 +48,7 @@ mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) #dino* at mainbus0 irq ? # PCI bus bridge sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics -sti1 at mainbus0 irq 12 disable +sti1 at mainbus0 disable irq 12 # internal i/o space gsc0 at asp? # 7xx diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 31b55e55957..c9932a84066 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2003/02/14 23:08:35 miod Exp $ +# $OpenBSD: RAMDISK,v 1.10 2003/02/15 20:16:41 miod Exp $ # # Diskless kernel config # @@ -50,7 +50,7 @@ mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) #dino* at phantomas? irq 26 # PCI bus bridge sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics -sti1 at mainbus0 irq 12 disable +sti1 at mainbus0 disable irq 12 # internal i/o space gsc0 at asp? # 7xx |