diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-04-23 05:51:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-04-23 05:51:40 +0000 |
commit | 5448603ca39e972abb592127675c6e5409cef206 (patch) | |
tree | d1141987d8ded025e18a7ab8837885e55af0d965 | |
parent | f26eb249b9e62ad208c2b080d18f16cce4cf6631 (diff) |
fix some comments and sync devices in ramdisk
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 7c0b2f0d1f9..db2e5582580 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2004/03/17 00:41:30 miod Exp $ +# $OpenBSD: GENERIC,v 1.51 2004/04/23 05:51:39 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -27,11 +27,11 @@ option DST=0 # daylight saving time used by RTC config bsd swap generic -mainbus0 at root # root "bus" +mainbus0 at root # root bus mem* at mainbus0 flags 0x0000 # /dev/*mem and memory controller pdc0 at mainbus0 # PDC/IODC wrapper for boot console -power0 at mainbus0 # power/fail manager (iv 2) +power0 at mainbus0 # power/fail manager (iv 30) cpu* at mainbus0 irq 31 # HP PA-RISC cpu #fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) #pmu* at mainbus0 irq 29 # HP PA-RISC perfomance monitor unit diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index be6a5ea91c5..85e1e0f2476 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.30 2004/04/06 18:24:07 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.31 2004/04/23 05:51:39 mickey Exp $ # # Diskless kernel config # @@ -42,11 +42,11 @@ option RAMDISK_HOOKS option MINIROOTSIZE=5120 config bsd root on rd0a swap on rd0b # and sd0b -mainbus0 at root # root "bus" +mainbus0 at root # root bus mem* at mainbus0 flags 0x0000 # /dev/*mem and memory controller pdc0 at mainbus0 # PDC/IODC wrapper for boot console -power0 at mainbus0 # power/fail manager (iv 2) +power0 at mainbus0 # power/fail manager (iv 30) cpu* at mainbus0 irq 31 # HP PA-RISC cpu #fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) #pmu* at mainbus0 irq 29 # HP PA-RISC perfomance monitor unit @@ -63,8 +63,8 @@ mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) dino* at phantomas? irq 26 # PCI bus bridge pci* at dino? option PCIVERBOSE -#pckbc0 at dino? irq 23 -#com3 at dino? irq 21 +#pckbc0 at dino? irq 9 +com1 at dino? irq 11 sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* |