diff options
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 315ae3eba7f..2cbdf5b3f5b 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2002/12/18 01:20:03 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.13 2002/12/18 23:52:41 mickey Exp $ # # Diskless kernel config # @@ -12,6 +12,7 @@ mainbus0 at root # root "bus" mem* at mainbus0 # /dev/*mem and memory controller pdc0 at mainbus0 # PDC/IODC wrapper for boot console cpu* at mainbus0 irq 31 # HP PA-RISC cpu +phantomas* at mainbus0 # Phantom PseudoBC GSC+ Port #fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) #pmu* at mainbus0 # HP PA-RISC perfomance monitor unit (iv 29) #power* at mainbus0 # power/fail manager (iv 2) @@ -43,6 +44,7 @@ option USELEDS # blink 'em lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI PN???) lasi0 at mainbus0 offset 0xfd00000 irq 28 # LASI on J210 +lasi0 at phantomas0 offset 0xfd00000 irq 28 # LASI on [ABC]* lasi1 at mainbus0 offset 0x500000 irq 27 # GIO card asp* at mainbus0 irq 28 # this one comes w/ Viper and leds #wax* at mainbus0 irq 24 # Wax may host EISA as well diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index b60ea56937d..8d328d1de17 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.35 2002/03/16 01:14:27 mickey Exp $ +# $OpenBSD: files.hppa,v 1.36 2002/12/18 23:52:41 mickey Exp $ # # hppa-specific configuration info @@ -82,10 +82,17 @@ device fpu attach fpu at mainbus file arch/hppa/dev/fpu.c fpu +# Phantom PseudoBC GSC+ Port +define phantomas {[offset = -1], [irq = -1]} +device phantomas +attach phantomas at mainbus +file arch/hppa/dev/phantomas.c phantomas + # 1FT1-0002, 1FU2-0002 # as goes w/ 7100LC, 7300LC, 7200, 8000, 8200, 8500 device lasi: gscbus -attach lasi at mainbus +attach lasi at mainbus with lasi_mainbus +attach lasi at phantomas with lasi_phantomas file arch/hppa/dev/lasi.c lasi # all the older systems |