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

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

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.29 2006/06/24 14:07:06 miod 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                mvme68k m68k
        !            13: include "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: option         M68030          # support for 030
        !            17: option         M68040          # support for 040
        !            18: option         M68060          # support for 060
        !            19: option         FPSP            # MC68040 floating point support
        !            20: option         M060SP          # ...and MC68060 support package
        !            21:
        !            22: option         MVME147         # (requires M68030)
        !            23: option         MVME162         # (requires M68040, FPSP)
        !            24: option         MVME167         # includes 166 (requires M68040, FPSP)
        !            25: option         MVME172         # (requires M68060, 060SP, FPSP)
        !            26: option         MVME177         # (requires M68060, 060SP, FPSP)
        !            27:
        !            28: option         COMPAT_SUNOS
        !            29: option         COMPAT_HPUX
        !            30: option         COMPAT_M68K4K
        !            31:
        !            32: config         bsd             swap generic
        !            33:
        !            34: mainbus0 at root
        !            35:
        !            36: # MVME147
        !            37: pcc0   at mainbus0 addr 0xfffe0000
        !            38: clock0 at pcc0 ipl 5
        !            39: nvram0 at pcc0 offset 0x0000
        !            40: zs0    at pcc0 offset 0x3000 ipl 4
        !            41: zs1    at pcc0 offset 0x3800 ipl 4
        !            42: le*    at pcc0 offset 0x1800 ipl 3
        !            43: wdsc0  at pcc0 offset 0x4000 ipl 2
        !            44: lp0    at pcc0 ipl 1
        !            45: vme0   at pcc0 offset 0x2000
        !            46:
        !            47: # MVME162
        !            48: mc0    at mainbus0 addr 0xfff00000
        !            49: clock0 at mc0 ipl 5
        !            50: nvram0 at mc0 offset 0xc0000
        !            51: zs0    at mc0 offset 0x45000 ipl 4
        !            52: zs1    at mc0 offset 0x45801 ipl 4
        !            53: ie0    at mc0 offset 0x46000 ipl 3
        !            54: ssh0   at mc0 offset 0x47000 ipl 2
        !            55: memc0  at mc0 offset 0x43000
        !            56: memc1  at mc0 offset 0x43100
        !            57: ipic0  at mc0 offset 0xbc000
        !            58: vme0   at mc0 offset 0x40000
        !            59: flash0 at mainbus0 addr 0xffa00000
        !            60: sram0  at mainbus0 addr 0xffe00000
        !            61:
        !            62: # IndustryPack modules
        !            63: #fooip*        at ipic? manu 0x11 prod 0x22 ipl 1
        !            64:
        !            65: # MVME166/167/177
        !            66: pcctwo0 at mainbus0 addr 0xfff00000
        !            67: clock0 at pcctwo0 ipl 5
        !            68: nvram0 at pcctwo0 offset 0xc0000
        !            69: ie0    at pcctwo0 offset 0x46000 ipl 3
        !            70: ssh0   at pcctwo0 offset 0x47000 ipl 2
        !            71: cl0    at pcctwo0 offset 0x45000 ipl 3
        !            72: vme0   at pcctwo0 offset 0x40000
        !            73: #lptwo0        at pcctwo0 ipl 1
        !            74: memc0  at pcctwo0 offset 0x43000
        !            75: memc1  at pcctwo0 offset 0x43100
        !            76: sram0  at mainbus0 addr 0xffe00000
        !            77:
        !            78: vmes0  at vme0
        !            79:
        !            80: vs*    at vmes0 addr 0xffff9000 ipl 2 vec 0x80
        !            81: vs*    at vmes0 addr 0xffff9800 ipl 2 vec 0x82
        !            82: vs*    at vmes0 addr 0xffff4800 ipl 2 vec 0x84
        !            83: vs*    at vmes0 addr 0xffff5800 ipl 2 vec 0x86
        !            84: vs*    at vmes0 addr 0xffff7000 ipl 2 vec 0x88
        !            85: vs*    at vmes0 addr 0xffff7800 ipl 2 vec 0x8a
        !            86:
        !            87: le*    at vmes0 addr 0xffff1200 ipl 3 vec 0x74
        !            88: le*    at vmes0 addr 0xffff1400 ipl 3 vec 0x75
        !            89: le*    at vmes0 addr 0xffff1600 ipl 3 vec 0x76
        !            90:
        !            91: vmel0  at vme0
        !            92:
        !            93: scsibus* at wdsc?
        !            94: scsibus* at ssh?
        !            95: scsibus* at vs?
        !            96:
        !            97: sd*    at scsibus?
        !            98: st*    at scsibus?
        !            99: cd*    at scsibus?
        !           100: ch*    at scsibus?
        !           101: ss*    at scsibus?
        !           102: safte* at scsibus?
        !           103: ses*   at scsibus?
        !           104: uk*    at scsibus?

CVSweb