1# $OpenBSD: RAMDISK,v 1.12 2003/02/17 23:07:40 miod Exp $ 2# 3# Diskless kernel config 4# 5 6machine hppa 7 8include "../../../conf/GENERIC" 9 10# Support for various CPU types 11option HP7000_CPU # PCX 12option HP7100_CPU,HP7150_CPU # PCXS 13option HP7100LC_CPU,HP7300LC_CPU # PCXL, PCXL2 14option HP7200_CPU,HP7250_CPU # PCXT, PCXT' 15#option HP8000_CPU # PCXU 16#option HP8200_CPU # PCXU2 17#option HP8500_CPU # PCXW 18 19option FPEMUL 20option USELEDS # blink 'em 21 22# Need to set locally 23maxusers 32 24 25option TIMEZONE=0 # time zone to adjust RTC time by 26option DST=0 # daylight saving time used by RTC 27 28option RAMDISK_HOOKS 29option MINIROOTSIZE=5120 30config bsd root on rd0a swap on rd0b # and sd0b 31 32mainbus0 at root # root "bus" 33 34mem* at mainbus0 # /dev/*mem and memory controller 35pdc0 at mainbus0 # PDC/IODC wrapper for boot console 36cpu* at mainbus0 irq 31 # HP PA-RISC cpu 37phantomas0 at mainbus0 # Phantom PseudoBC GSC+ Port 38#fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) 39#pmu* at mainbus0 irq 29 # HP PA-RISC perfomance monitor unit 40#power* at mainbus0 # power/fail manager (iv 2) 41 42lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI PN???) 43lasi0 at mainbus0 offset 0xfd00000 irq 28 # LASI on J210 44lasi0 at phantomas0 offset 0xfd00000 irq 28 # LASI on [ABC]* 45lasi1 at mainbus0 offset 0x500000 irq 27 # GIO card 46asp* at mainbus0 irq 28 # this one comes w/ Viper and leds 47#wax* at mainbus0 irq 24 # Wax may host EISA as well 48mongoose* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) 49#vmeb* at mainbus0 irq ? # VME bus adapter 50#dino* at phantomas? irq 26 # PCI bus bridge 51 52sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics 53sti1 at mainbus0 disable irq 12 54 55# internal i/o space 56gsc0 at asp? # 7xx 57gsc0 at lasi0 # 712,715/100,725/75,725/100 58gsc1 at lasi1 59#gsc2 at wax? # it's another face of LASI 60 61#vme* at vmeb? 62#option VMEVERBOSE 63#pci* at dino? 64#option PCIVERBOSE 65eisa* at mongoose? 66#eisa* at wax? 67option EISAVERBOSE 68#isa* at mongoose? 69#isa* at wax? 70 71# GSC devices 72 73hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse 74hilkbd* at hil? code ? # keyboard, knob and buttons 75#hilms* at hil? code ? # mouse and tablets 76#hilid* at hil? code ? # ID module 77 78#medusa* at gsc? irq 4 # FDDI 79 80# RS/232 serial ports 81com0 at gsc0 offset 0x5000 irq 5 # on lasi 82com1 at gsc1 offset 0x5000 irq 5 83com0 at gsc0 offset 0x23000 irq 5 # on asp 84com1 at gsc0 offset 0x22000 irq 6 85com2 at gsc0 offset 0x0 irq 13 # only on asp0 w/o audio (off ?) 86 87lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 88ie0 at gsc0 irq 8 # 82C5[89]6 ether 89ie1 at gsc1 irq 8 90#tms* at gsc? irq 10 # TMS380C26 Network Controller (either 802.3 or 802.5) 91osiop0 at gsc? irq 9 # NCR 53C700/710 92#siop1 at gsc? irq 3 # NCR 53C720 (Fast/Wide) 93scsibus* at osiop? 94#aone* at gsc? irq 13 # Audio Type 1 (PSB 2160-N) 95#audio* at aone? 96#harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) 97#audio* at harmony? 98gsckbc* at gsc? irq 26 99gsckbd* at gsckbc? # PS/2 keyboard 100#fdc* at gsc? # PC floppy controller (WD37C65C) 101#option FD_DEBUG 102 103# EISA devices 104#sh* at eisa? slot ? # Interphase Seahawk 4811 EISA/FDDI board 105#ep* at eisa? slot ? 106#ie* at eisa? slot ? 107#option BHADEBUG 108#bha* at eisa? slot ? 109#scsibus* at bha? 110 111# ISA devices 112#vga* at isa? 113#fdc* at isa? port 0x3f0 irq 6 drq 2 114#wdc0 at isa? port 0x1f0 irq 14 115#wdc1 at isa? port 0x170 irq 15 116#ie* at isa? port 0x360 iomem 0xd0000 irq 7 117#ie* at isa? port 0x300 irq 10 118 119# MI devices 120#wsdisplay* at vgafb? 121wsdisplay* at sti? 122wskbd* at gsckbd? 123wskbd* at hilkbd? 124 125#fd* at fdc? drive ? # floppy drives 126 127sd* at scsibus? target ? lun ? 128st* at scsibus? target ? lun ? 129cd* at scsibus? target ? lun ? 130ch* at scsibus? target ? lun ? 131ss* at scsibus? target ? lun ? 132uk* at scsibus? target ? lun ? 133 134pseudo-device rd 1 # ramdisk 135