Annotation of coherent/f/etc/conf/ss/Space.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * Configurable information for "ss" (Seagate/Future Domain SCSI) device driver.
        !             3:  */
        !             4: 
        !             5: #define __KERNEL__      1
        !             6: 
        !             7: #include <sys/scsiwork.h>
        !             8: #include <sys/types.h>
        !             9: #include "conf.h"
        !            10: 
        !            11: #define _TAG(tag)
        !            12: 
        !            13: /*
        !            14:  * In the low byte of NSDRIVE, bit n is 1 if SCSI ID n is an installed target.
        !            15:  * The high byte indicates which type of host adapter:
        !            16:  *   00 - ST01/ST02
        !            17:  *   80 - TMC-845/850/860/875/885
        !            18:  *   40 - TMC-840/841/880/881
        !            19:  */
        !            20: unsigned int   NSDRIVE = 0x0001;
        !            21: unsigned int   SS_INT = 5;
        !            22: unsigned int   SS_BASE = 0xCA00;
        !            23: 
        !            24: /* ncyl, nhead, nspt */
        !            25: _drv_parm_t drv_parm[MAX_SCSI_ID] = {
        !            26: _TAG(SD0)      { 0, 0, 0},
        !            27: _TAG(SD1)      { 0, 0, 0},
        !            28: _TAG(SD2)      { 0, 0, 0},
        !            29: _TAG(SD3)      { 0, 0, 0},
        !            30: _TAG(SD4)      { 0, 0, 0},
        !            31: _TAG(SD5)      { 0, 0, 0},
        !            32: _TAG(SD6)      { 0, 0, 0},
        !            33: _TAG(SD7)      { 0, 0, 0},
        !            34: };
        !            35: 

unix.superglobalmegacorp.com

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