diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-03 21:54:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-03 21:54:24 +0000 |
commit | 21b7f925dce7c90a089e57d6cae94fb179fa43c8 (patch) | |
tree | 4606cb8b50da218e462d25d48200dfe428baba51 /sys | |
parent | 684d84762c9e736d50dcd76a9b9be6f6e2bebbb5 (diff) |
enable sti@phantomas
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 4570e804e83..8f990a5235f 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2003/04/03 21:51:40 mickey Exp $ +# $OpenBSD: GENERIC,v 1.31 2003/04/03 21:54:23 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -43,6 +43,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 +sti0 at phantomas0 irq 11 # builtin graphics on BC* sti1 at mainbus0 disable irq 12 # internal i/o space diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index e326d39dd01..040c9917500 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2003/04/03 21:51:40 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.15 2003/04/03 21:54:23 mickey Exp $ # # Diskless kernel config # @@ -60,6 +60,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 +sti0 at phantomas0 irq 11 # builtin graphics on BC* sti1 at mainbus0 disable irq 12 # internal i/o space |