[BACK]Return to RAMDISK CVS log [TXT][DIR] Up to [local] / sys / arch / mvmeppc / conf

Annotation of sys/arch/mvmeppc/conf/RAMDISK, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: RAMDISK,v 1.11 2005/05/27 02:08:14 martin Exp $
        !             2: #
        !             3: # MVMEPPC GENERIC config file
        !             4: #
        !             5:
        !             6: machine                mvmeppc powerpc
        !             7:
        !             8: maxusers       32
        !             9:
        !            10: # default type, instructs system to try to determine what proper type is
        !            11: # actual machine type probed via name of openfirmware root node.
        !            12: option         SYS_TYPE=APPL
        !            13:
        !            14: option         PCIVERBOSE
        !            15:
        !            16: include "../../../conf/GENERIC"
        !            17: rmoption       PTRACE
        !            18:
        !            19: config         bsd     root on rd0a swap on rd0b
        !            20:
        !            21: #
        !            22: #  Now the Machine specification
        !            23: #
        !            24: mainbus0       at root
        !            25: cpu*           at mainbus0
        !            26: bugtty0                at mainbus0
        !            27: raven0         at mainbus0             # raven ASIC
        !            28:
        !            29: #### PCI Bus devices.
        !            30:
        !            31: openpic0       at raven0               # interrupt controller
        !            32: #mpic0         at raven0               # interrupt controller
        !            33: mpcpcibr0      at raven0               # PCI controller
        !            34: pci*           at mpcpcibr0
        !            35: #ppb*          at pci?                 # PCI-PCI bridges
        !            36: #pci*          at ppb?
        !            37:
        !            38: # host bridge identifiers
        !            39:
        !            40: pchb*          at pci?                 # PCI host bridge
        !            41: pcib*          at pci?                 # PCI-ISA bridge
        !            42: siop*          at pci?
        !            43: de*            at pci?
        !            44: #vme*          at pci?
        !            45: #pciide*       at pci?
        !            46:
        !            47: # ISA Bus
        !            48: isa*   at      pcib?
        !            49: #pckbc0                at isa?                 # PC keyboard controller
        !            50: #pckbd*                at pckbc?               # PC keyboard
        !            51: #pms*          at pckbc?               # PS/2 mouse for wsmouse
        !            52: #pmsi*         at pckbc?               # PS/2 "Intelli"mouse for wsmouse
        !            53: #vga0          at isa?
        !            54: #vga*          at pci?
        !            55: #com*  at      isa? port 0x3f8 irq 4   # standard serial ports
        !            56: #com*  at      isa? port 0x2f8 irq 3
        !            57: #lpt*  at      isa? port 0x3bc irq 7   # standard parallel port
        !            58:
        !            59: # how many of these are needed?
        !            60: #ukphy*        at mii?                 # generic unknown PHYs
        !            61:
        !            62: #nvram*        at mainbus0             # nvram
        !            63: #zsc*  at obio?
        !            64: #zstty*        at zsc?
        !            65:
        !            66: #### SCSI attachment points
        !            67:
        !            68: scsibus*       at siop?
        !            69:
        !            70: #wdc*  at mainbus? flags 0x0
        !            71: #wd*   at wdc? flags 0x0000
        !            72:
        !            73: #atapiscsi* at wdc? flags 0x0000
        !            74:
        !            75: # ATAPI<->SCSI
        !            76: #scsibus* at atapiscsi?
        !            77:
        !            78: #### SCSI Bus devices
        !            79:
        !            80: sd0            at scsibus? target 0 lun 0
        !            81: #st*           at scsibus?
        !            82: #cd*           at scsibus?
        !            83: #ch*           at scsibus?
        !            84: #ss*           at scsibus?
        !            85: #uk*           at scsibus?
        !            86:
        !            87: pseudo-device  rd              1       # ram disk
        !            88:
        !            89: # RAMDISK stuff
        !            90: option         MINIROOTSIZE=8192
        !            91: option         RAMDISK_HOOKS
        !            92:

CVSweb