1# $OpenBSD: RAMDISKU1,v 1.25 2020/04/02 06:07:05 otto Exp $ 2 3machine sparc64 4maxusers 4 5 6option SMALL_KERNEL 7option NO_PROPOLICE 8option BOOT_CONFIG 9 10option RAMDISK_HOOKS 11option MINIROOTSIZE=6144 12 13option FFS 14option FFS2 15 16option WSEMUL_SUN # provide sun terminal emulation; required 17option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation 18 19config bsd root on rd0a 20 21mainbus0 at root 22cpu0 at mainbus0 23 24sbus* at mainbus0 # Ultra 1 25clock* at sbus? # Mostek clock 26timer* at mainbus0 # Timer chip 27 28le* at sbus? # Lance Ethernet - AMD7990 29ledma* at sbus? 30le* at ledma? 31lebuffer* at sbus? 32le* at lebuffer? 33hme* at sbus? 34gem* at sbus? 35 36# The flags on the esp entries below work around deficiencies in the driver: 37# bits 0-7: disable disconnect/reselect for the corresponding target 38# bits 8-15: disable synch negotiation for target [bit-8] 39# Note: targets 4-7 have disconnect/reselect enabled on the premise 40# that tape devices normally have one of these targets. Tape 41# devices should be allowed to disconnect for the SCSI bus 42# to operate acceptably. 43dma* at sbus? 44esp* at dma? 45esp* at sbus? 46 47scsibus* at scsi? 48sd* at scsibus? 49#cd* at scsibus? 50 51nsphy* at mii? # NS and compatible PHYs 52qsphy* at mii? # Quality Semi QS6612 PHYs 53ukphy* at mii? # Unknown PHYs 54 55zs* at sbus? 56zstty* at zs? 57zskbd* at zs? 58wskbd* at zskbd? 59 60agten* at sbus? # Fujitsu AG-10e framebuffer 61wsdisplay* at agten? 62bwtwo* at sbus? # bwtwo monochrome framebuffer 63wsdisplay* at bwtwo? 64cgsix* at sbus? # cgsix 8-bit accelerated framebuffer 65wsdisplay* at cgsix? 66cgthree* at sbus? # cgthree 8-bit framebuffer 67wsdisplay* at cgthree? 68cgtwelve* at sbus? # cgtwelve 24-bit color framebuffer 69wsdisplay* at cgtwelve? 70creator* at mainbus0 # Creator3D/Elite3D framebuffers 71wsdisplay* at creator? 72mgx* at sbus? # SMS MGX/MGXPlus framebuffer 73wsdisplay* at mgx? 74rfx* at sbus? # RasterFlex framebuffer series 75wsdisplay* at rfx? 76tvtwo* at sbus? # Parallax XVideo/PowerVideo framebuffer 77wsdisplay* at tvtwo? 78vigra* at sbus? # Viagra framebuffer series 79wsdisplay* at vigra? 80zx* at sbus? # Sun Leo (ZX) framebuffer 81wsdisplay* at zx? 82 83xbox* at sbus? 84sbus* at xbox? 85 86pcons0 at mainbus0 # PROM console 87 88pseudo-device rd 1 89pseudo-device loop 1 90