Annotation of 43BSDReno/sys/conf/GENERIC.vax, revision 1.1

1.1     ! root        1: #
        !             2: # GENERIC VAX
        !             3: #
        !             4: machine                vax
        !             5: cpu            "VAX8600"
        !             6: cpu            "VAX8200"
        !             7: cpu            "VAX780"
        !             8: cpu            "VAX750"
        !             9: cpu            "VAX730"
        !            10: ident          GENERIC
        !            11: maxusers       8
        !            12: timezone       8 dst
        !            13: maxusers       48
        !            14: options                INET
        !            15: options                NS
        !            16: options                KADB
        !            17: options                QUOTA
        !            18: options                FIFO
        !            19: options                NFS
        !            20: options                MFS
        !            21: options                DIAGNOSTIC
        !            22: options                "TCP_COMPAT_42"
        !            23: options                "COMPAT_43"
        !            24: options                FPE
        !            25: options                KTRACE
        !            26: #options       GATEWAY         # slip needs this for packet forwarding
        !            27: 
        !            28: # OSI stuff:
        !            29: #options       ISO
        !            30: #options       TPIP
        !            31: #options       EON
        !            32: 
        !            33: config         vmunix          swap generic
        !            34: config         hkvmunix        root on hk
        !            35: config         hpvmunix        root on hp
        !            36: 
        !            37: controller     mba0    at nexus ?
        !            38: controller     mba1    at nexus ?
        !            39: controller     mba2    at nexus ?
        !            40: controller     mba3    at nexus ?
        !            41: 
        !            42: controller     bi0     at nexus ?
        !            43: 
        !            44: controller     uba0    at nexus ?
        !            45: controller     uba1    at nexus ?
        !            46: controller     uba2    at nexus ?
        !            47: controller     uba3    at nexus ?
        !            48: 
        !            49: disk           hp0     at mba? drive 0
        !            50: disk           hp1     at mba? drive ?
        !            51: disk           hp2     at mba? drive ?
        !            52: disk           hp3     at mba? drive ?
        !            53: 
        !            54: master         ht0     at mba? drive ?
        !            55: tape           tu0     at ht0 slave 0
        !            56: tape           tu1     at ht0 slave 1
        !            57: master         mt0     at mba? drive ?
        !            58: tape           mu0     at mt0 slave 0
        !            59: tape           mu1     at mt0 slave 1
        !            60: 
        !            61: # KDB50 and drives
        !            62: controller     kdb0    at bi0  csr 0                   vector kdbintr
        !            63: disk           kra0    at kdb0 drive 0
        !            64: disk           kra1    at kdb0 drive 1
        !            65: disk           kra2    at kdb0 drive 2
        !            66: disk           kra3    at kdb0 drive 3
        !            67: 
        !            68: 
        !            69: controller     hk0     at uba? csr 0177440             vector rkintr
        !            70: disk           rk0     at hk0 drive 0
        !            71: disk           rk1     at hk0 drive 1
        !            72: disk           rk2     at hk0 drive 2
        !            73: disk           rk3     at hk0 drive 3
        !            74: 
        !            75: controller     tm0     at uba? csr 0172520             vector tmintr
        !            76: tape           te0     at tm0 drive 0
        !            77: tape           te1     at tm0 drive 1
        !            78: 
        !            79: controller     ut0     at uba? csr 0172440             vector utintr
        !            80: tape           tj0     at ut0 drive 0
        !            81: tape           tj1     at ut0 drive 1
        !            82: 
        !            83: controller     tmscp0  at uba? csr 0174500             vector tmscpintr
        !            84: tape           tms0    at tmscp0 drive 0
        !            85: tape           tms1    at tmscp0 drive 1
        !            86: 
        !            87: controller     sc0     at uba? csr 0176700             vector upintr
        !            88: disk           up0     at sc0 drive 0
        !            89: disk           up1     at sc0 drive 1
        !            90: disk           up2     at sc0 drive 2
        !            91: disk           up3     at sc0 drive 3
        !            92: 
        !            93: controller     uda0    at uba? csr 0172150             vector udaintr
        !            94: disk           ra0     at uda0 drive 0
        !            95: disk           ra1     at uda0 drive 1
        !            96: disk           ra2     at uda0 drive 2
        !            97: disk           ra3     at uda0 drive 3
        !            98: 
        !            99: controller     idc0    at uba0 csr 0175606             vector idcintr
        !           100: disk           rb0     at idc0 drive 0
        !           101: disk           rb1     at idc0 drive 1
        !           102: 
        !           103: controller     hl0     at uba? csr 0174400             vector rlintr
        !           104: disk           rl0     at hl0 drive 0
        !           105: disk           rl1     at hl0 drive 1
        !           106: 
        !           107: device         dh0     at uba? csr 0160020             vector dhrint dhxint
        !           108: device         dm0     at uba? csr 0170500             vector dmintr
        !           109: device         dh1     at uba? csr 0160040             vector dhrint dhxint
        !           110: 
        !           111: device         dz0     at uba? csr 0160100 flags 0xff  vector dzrint dzxint
        !           112: device         dz1     at uba? csr 0160110 flags 0xff  vector dzrint dzxint
        !           113: device         dz2     at uba? csr 0160120 flags 0xff  vector dzrint dzxint
        !           114: device         dz3     at uba? csr 0160130 flags 0xff  vector dzrint dzxint
        !           115: device         dz4     at uba? csr 0160140 flags 0xff  vector dzrint dzxint
        !           116: device         dz5     at uba? csr 0160150 flags 0xff  vector dzrint dzxint
        !           117: device         dz6     at uba? csr 0160160 flags 0xff  vector dzrint dzxint
        !           118: device         dz7     at uba? csr 0160170 flags 0xff  vector dzrint dzxint
        !           119: 
        !           120: controller     zs0     at uba? csr 0172520             vector tsintr
        !           121: device         ts0     at zs0 drive 0
        !           122: 
        !           123: device         dmf0    at uba? csr 0160340 flags 0xfc
        !           124:        vector dmfsrint dmfsxint dmfdaint dmfdbint dmfrint dmfxint dmflint
        !           125: device          dmz0    at uba? csr 0160540 flags 0xffffff
        !           126:        vector dmzrinta dmzxinta dmzrintb dmzxintb dmzrintc dmzxintc
        !           127: 
        !           128: device         dhu0    at uba? csr 0160440             vector dhurint dhuxint
        !           129: 
        !           130: device         lp0     at uba? csr 0177514             vector lpintr
        !           131: 
        !           132: pseudo-device  pty
        !           133: pseudo-device  loop
        !           134: pseudo-device  ether
        !           135: 
        !           136: device         ec0     at uba? csr 0164330 flags 0
        !           137:                                                vector ecrint eccollide ecxint
        !           138: device         de0     at uba? csr 0174510     vector deintr
        !           139: device         il0     at uba? csr 0164000     vector ilrint ilcint
        !           140: device         ex0     at uba? csr 0164344     vector excdint

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.