diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-14 23:08:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-14 23:08:36 +0000 |
commit | 1ba08ef5d228deaecfd038792f2ccb49baa88430 (patch) | |
tree | dbffd423e912145c630d71399752b2b83d1383dd /sys/arch | |
parent | 8d32903758ad5f5698610b9afbe2819211e891e6 (diff) |
Do not allow sti1 to attach at the moment, as it will not work correctly;
a fix is in the works.
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 a603cf1f9b4..484561ba660 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2003/02/12 01:44:45 miod Exp $ +# $OpenBSD: GENERIC,v 1.23 2003/02/14 23:08:35 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 +sti1 at mainbus0 irq 12 disable # internal i/o space gsc0 at asp? # 7xx diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index ed9787ab04f..31b55e55957 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2003/02/11 19:48:15 miod Exp $ +# $OpenBSD: RAMDISK,v 1.9 2003/02/14 23:08:35 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 +sti1 at mainbus0 irq 12 disable # internal i/o space gsc0 at asp? # 7xx |