[BACK]Return to RAMDISKU1 CVS log [TXT][DIR] Up to [local] / sys / arch / sparc64 / conf

Annotation of sys/arch/sparc64/conf/RAMDISKU1, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: RAMDISKU1,v 1.19 2007/05/01 15:22:23 deraadt Exp $
                      2:
                      3: # Machine architecture; required by config(8)
                      4: machine                sparc64
                      5:
                      6: # maxusers means mostly "let's get small" in terms of kernel malloc's
                      7: maxusers       2
                      8:
                      9: option         RAMDISK_HOOKS
                     10: option         MINIROOTSIZE=6144
                     11:
                     12: #option                DDB             # need this to see what's happening
                     13:
                     14: option         TIMEZONE=0      # time zone to adjust RTC time by
                     15: option         DST=0           # daylight saving time used by RTC
                     16:
                     17: option         SMALL_KERNEL
                     18: option         NO_PROPOLICE
                     19: option         FFS             # UFS
                     20: #option                NFSCLIENT       # Network File System client
                     21: #option                CD9660          # ISO 9660 + Rock Ridge file system
                     22: option         INET            # IP + ICMP + TCP + UDP
                     23: option         BOOT_CONFIG     # add support for boot -c
                     24:
                     25: option         WSEMUL_SUN      # provide sun terminal emulation; required
                     26: option         WSEMUL_NO_VT100 # do not provide vt100 terminal emulation
                     27:
                     28: # Generic swap; second partition of root disk or network.
                     29: config         bsd     root on rd0a
                     30:
                     31: # Main bus and CPU .. all systems.
                     32: mainbus0 at root
                     33: cpu0   at mainbus0
                     34:
                     35: # Bus types found on SPARC systems.
                     36: sbus*  at mainbus0                             # Ultra 1
                     37:
                     38: clock* at sbus?                                # Mostek clock
                     39: timer* at mainbus0                             # Timer chip
                     40:
                     41: le*            at sbus?                        # Lance Ethernet - AMD7990
                     42: ledma*         at sbus?
                     43: le*            at ledma?
                     44: lebuffer*      at sbus?
                     45: le*            at lebuffer?
                     46:
                     47: #qec*  at sbus?                                # Quad-ethernet
                     48: #qe*   at qec?
                     49: #be*   at qec?
                     50:
                     51: hme*           at sbus?
                     52:
                     53: #
                     54: # Note the flags on the esp entries below, that work around
                     55: # deficiencies in the current driver:
                     56: #      bits 0-7:  disable disconnect/reselect for the corresponding target
                     57: #      bits 8-15: disable synch negotiation for target [bit-8]
                     58: #      Note: targets 4-7 have disconnect/reselect enabled on the premise
                     59: #            that tape devices normally have one of these targets. Tape
                     60: #            devices should be allowed to disconnect for the SCSI bus
                     61: #            to operate acceptably.
                     62: #
                     63: dma*   at sbus?                # SBus
                     64: esp*   at dma?                 # SBus
                     65: esp*   at sbus?
                     66: scsibus*       at esp?
                     67:
                     68: # These entries find devices on all SCSI busses and assign
                     69: # unit numers dynamically.
                     70: sd*    at scsibus?             # SCSI disks
                     71: #cd*   at scsibus?             # SCSI CD-ROMs
                     72:
                     73: # Media Independent Interface (mii) drivers)
                     74: nsphy* at mii?                 # NS and compatible PHYs
                     75: qsphy* at mii?                 # Quality Semi QS6612 PHYs
                     76: ukphy* at mii?                 # Unknown PHYs
                     77:
                     78: # Z8530 based serial ports
                     79: zs*    at sbus?
                     80: zstty* at zs?
                     81: zskbd* at zs?
                     82: wskbd* at zskbd?
                     83:
                     84: # Framebuffers
                     85: agten*         at sbus?                # Fujitsu AG-10e framebuffer
                     86: wsdisplay*     at agten?
                     87: bwtwo*         at sbus?                # bwtwo monochrome framebuffer
                     88: wsdisplay*     at bwtwo?
                     89: cgsix*         at sbus?                # cgsix 8-bit accelerated framebuffer
                     90: wsdisplay*     at cgsix?
                     91: cgthree*       at sbus?                # cgthree 8-bit framebuffer
                     92: wsdisplay*     at cgthree?
                     93: cgtwelve*      at sbus?                # cgtwelve 24-bit color framebuffer
                     94: wsdisplay*     at cgtwelve?
                     95: creator*       at mainbus0             # Creator3D/Elite3D framebuffers
                     96: wsdisplay*     at creator?
                     97: mgx*           at sbus?                # SMS MGX/MGXPlus framebuffer
                     98: wsdisplay*     at mgx?
                     99: rfx*           at sbus?                # RasterFlex framebuffer series
                    100: wsdisplay*     at rfx?
                    101: tvtwo*         at sbus?                # Parallax XVideo/PowerVideo framebuffer
                    102: wsdisplay*     at tvtwo?
                    103: vigra*         at sbus?                # Viagra framebuffer series
                    104: wsdisplay*     at vigra?
                    105: zx*            at sbus?                # Sun Leo (ZX) framebuffer
                    106: wsdisplay*     at zx?
                    107:
                    108: # ``XBox'' SBus Expansion
                    109: xbox*          at sbus?
                    110: sbus*          at xbox?
                    111:
                    112: ## PROM console driver -- if all else fails
                    113: pcons0 at mainbus0                     # PROM console
                    114:
                    115: pseudo-device  rd      2       # ramdisk
                    116: pseudo-device  loop    1       # network loopback

CVSweb