diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-11 21:37:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-11 21:37:22 +0000 |
commit | 9b26dfcc47e7c24845f943828d3134500fe5ef46 (patch) | |
tree | 549e2a23ff9e01366dbc0ae64065cdea6faba1e8 /sys/arch/hppa/conf/SHEPHERD_PIE | |
parent | c55aa0593eb6dba7bcfbaff770bd89bec1ebd157 (diff) |
more cloned devices
Diffstat (limited to 'sys/arch/hppa/conf/SHEPHERD_PIE')
-rw-r--r-- | sys/arch/hppa/conf/SHEPHERD_PIE | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/SHEPHERD_PIE b/sys/arch/hppa/conf/SHEPHERD_PIE index b77a1e85f7c..0f1ade9bac6 100644 --- a/sys/arch/hppa/conf/SHEPHERD_PIE +++ b/sys/arch/hppa/conf/SHEPHERD_PIE @@ -1,4 +1,4 @@ -# $OpenBSD: SHEPHERD_PIE,v 1.14 2001/12/02 04:03:53 mickey Exp $ +# $OpenBSD: SHEPHERD_PIE,v 1.15 2002/02/11 21:37:21 mickey Exp $ # # Diskless kernel config # @@ -6,6 +6,7 @@ include "arch/hppa/conf/std.hppa" #option MALLOC_DEBUG +#option SYSCALL_DEBUG # Support for various CPU types option HP7000_CPU # PCX @@ -20,7 +21,7 @@ option DDB # in-kernel debugger #makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internal consistency checks option DEBUG # internal debug checks -option KTRACE,SYSCALL_DEBUG +option KTRACE option KMEMSTATS option PMAPDEBUG @@ -69,7 +70,7 @@ option FPEMUL option USELEDS # blink 'em lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI PN???) -lasi1 at mainbus0 offset 0x500000 # GIO card +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 27 # Wax may host EISA as well mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) @@ -108,10 +109,11 @@ option EISAVERBOSE #qbox* at hil? code 7 # quadrature #medusa* at gsc? irq 4 # FDDI -com0 at gsc? irq 5 # RS/232 serial port -#com1 at gsc? irq 6 # RS/232 serial port +com0 at gsc0 irq 5 # RS/232 serial port +com1 at gsc1 irq 5 # RS/232 serial port lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C5[89]6 ether +ie1 at gsc1 irq 8 #tms* at gsc? irq 10 # TMS380C26 Network Controller (either 802.3 or 802.5) #siop0 at gsc? irq 9 # NCR 53C700/710 #siop1 at gsc? irq 3 # NCR 53C720 (Fast/Wide) |