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

Annotation of sys/arch/sparc64/conf/RAMDISKU5, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: RAMDISKU5,v 1.13 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: upa0   at mainbus0
        !            37: schizo*        at mainbus0
        !            38: pci*   at schizo?
        !            39: psycho*        at mainbus0
        !            40: pci*   at psycho?              # Ultra 5
        !            41: pci*   at ppb?
        !            42: ppb*   at pci?
        !            43: ebus*  at pci?
        !            44:
        !            45: # PCI Ethernet
        !            46: hme*   at pci?
        !            47: gem*   at pci?
        !            48:
        !            49: auxio* at ebus?
        !            50: clock* at ebus?                # Mostek clock
        !            51:
        !            52: ## PROM console driver -- if all else fails
        !            53: pcons0 at mainbus0             # PROM console
        !            54:
        !            55: timer* at mainbus0             # Timer chip (some systems)
        !            56:
        !            57: pciide*        at pci? flags 0x0000
        !            58: wd*    at pciide? flags 0x0a00
        !            59: atapiscsi* at pciide?
        !            60: scsibus* at atapiscsi?
        !            61:
        !            62: siop*  at pci?
        !            63: #isp*  at pci?
        !            64: #option        ISP_COMPILE_FW=1
        !            65: scsibus*       at siop?
        !            66: #scsibus*      at isp?
        !            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: # PCI USB Controllers
        !            79: ohci*  at pci ?
        !            80: uhci*  at pci?
        !            81:
        !            82: # USB bus support
        !            83: usb*   at ohci?
        !            84: usb*   at uhci?
        !            85:
        !            86: # USB devices
        !            87: uhub*  at usb?                 # USB Hubs
        !            88: uhub*  at uhub?                # USB Hubs
        !            89: uhidev*        at uhub?                # Human Interface Devices
        !            90: ukbd*  at uhidev?              # USB Keyboard
        !            91: wskbd* at ukbd?
        !            92:
        !            93: # SAB82532 based serial ports
        !            94: sab*   at ebus?
        !            95: sabtty*        at sab?
        !            96:
        !            97: # NS16550 based serial ports
        !            98: com*   at ebus?
        !            99: comkbd*        at ebus?
        !           100: wskbd* at comkbd?
        !           101:
        !           102: # i8042 based serial ports (PS/2 ports)
        !           103: pckbc* at ebus?                # controller
        !           104: pckbd* at pckbc?               #  ps2 keyboard
        !           105: wskbd* at pckbd?               #    generic keyboard layer
        !           106:
        !           107: # Framebuffers
        !           108: creator*       at upa0
        !           109: wsdisplay*     at creator?
        !           110: vgafb*         at pci?
        !           111: wsdisplay*     at vgafb?
        !           112:
        !           113: pseudo-device  rd      2       # ramdisk
        !           114: pseudo-device  loop    1       # network loopback

CVSweb