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

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

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

CVSweb