diff options
Diffstat (limited to 'sys/arch/hppa/conf/RAMDISK')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 35b67a002b7..bf4f0787d53 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,23 +1,33 @@ -# $OpenBSD: RAMDISK,v 1.12 2003/02/17 23:07:40 miod Exp $ +# $OpenBSD: RAMDISK,v 1.13 2003/02/28 13:57:39 mickey Exp $ # # Diskless kernel config # machine hppa -include "../../../conf/GENERIC" +option DDB # in-kernel debugger +option DIAGNOSTIC # internal consistency checks + +option FFS # UFS +option NFSCLIENT # Network File System client +option CD9660 # ISO 9660 + Rock Ridge file system +option FDESC # /dev/fd +option FIFO # FIFOs; RECOMMENDED +option INET # IP + ICMP + TCP + UDP +option INET6 # IPv6 (needs INET) # Support for various CPU types -option HP7000_CPU # PCX -option HP7100_CPU,HP7150_CPU # PCXS +option HP7000_CPU # PCXS +option HP7100_CPU,HP7150_CPU # PCXT option HP7100LC_CPU,HP7300LC_CPU # PCXL, PCXL2 -option HP7200_CPU,HP7250_CPU # PCXT, PCXT' +option HP7200_CPU,HP7250_CPU # PCXT' #option HP8000_CPU # PCXU #option HP8200_CPU # PCXU2 #option HP8500_CPU # PCXW option FPEMUL option USELEDS # blink 'em +option BOOT_CONFIG # add support for boot -c # Need to set locally maxusers 32 @@ -39,11 +49,11 @@ phantomas0 at mainbus0 # Phantom PseudoBC GSC+ Port #pmu* at mainbus0 irq 29 # HP PA-RISC perfomance monitor unit #power* at mainbus0 # power/fail manager (iv 2) -lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI PN???) -lasi0 at mainbus0 offset 0xfd00000 irq 28 # LASI on J210 +lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter +lasi0 at mainbus0 offset 0xfd00000 irq 28 # LASI on C1[01]0, J2[01]0 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 +lasi1 at mainbus0 offset 0x500000 irq 27 # 712 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 mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) #vmeb* at mainbus0 irq ? # VME bus adapter @@ -53,8 +63,8 @@ sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti1 at mainbus0 disable irq 12 # internal i/o space -gsc0 at asp? # 7xx -gsc0 at lasi0 # 712,715/100,725/75,725/100 +gsc0 at asp? # Snakes, old 715, old 725, 735/755 +gsc0 at lasi0 # 712,715/100,725/64,725/100,[ABCJ]* gsc1 at lasi1 #gsc2 at wax? # it's another face of LASI @@ -85,14 +95,12 @@ com1 at gsc0 offset 0x22000 irq 6 com2 at gsc0 offset 0x0 irq 13 # only on asp0 w/o audio (off ?) lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 -ie0 at gsc0 irq 8 # 82C5[89]6 ether +ie0 at gsc0 irq 8 # 82C596DX/CA ether ie1 at gsc1 irq 8 -#tms* at gsc? irq 10 # TMS380C26 Network Controller (either 802.3 or 802.5) -osiop0 at gsc? irq 9 # NCR 53C700/710 -#siop1 at gsc? irq 3 # NCR 53C720 (Fast/Wide) +#tms* at gsc? irq 10 # TMS380C26 Network Controller (802.3 or 802.5) +osiop0 at gsc? irq 9 # NCR 53C700/710 (Narrow SE) +#siop1 at gsc? irq 3 # NCR 53C720 (Fast/Wide Diff) scsibus* at osiop? -#aone* at gsc? irq 13 # Audio Type 1 (PSB 2160-N) -#audio* at aone? #harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) #audio* at harmony? gsckbc* at gsc? irq 26 @@ -132,3 +140,7 @@ ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? pseudo-device rd 1 # ramdisk +pseudo-device loop 1 # network loopback +pseudo-device bpfilter 1 # packet filter +pseudo-device pty 16 # pseudo-terminals +pseudo-device ksyms 1 # kernel symbols device |