Annotation of 43BSDReno/sys/hpstand/scsivar.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Copyright (c) 1982, 1990 The Regents of the University of California.
                      3:  * All rights reserved.
                      4:  *
                      5:  * This code is derived from software contributed to Berkeley by
                      6:  * Van Jacobson of Lawrence Berkeley Laboratory and the Systems
                      7:  * Programming Group of the University of Utah Computer Science Department.
                      8:  *
                      9:  * Redistribution is only permitted until one year after the first shipment
                     10:  * of 4.4BSD by the Regents.  Otherwise, redistribution and use in source and
                     11:  * binary forms are permitted provided that: (1) source distributions retain
                     12:  * this entire copyright notice and comment, and (2) distributions including
                     13:  * binaries display the following acknowledgement:  This product includes
                     14:  * software developed by the University of California, Berkeley and its
                     15:  * contributors'' in the documentation or other materials provided with the
                     16:  * distribution and in all advertising materials mentioning features or use
                     17:  * of this software.  Neither the name of the University nor the names of
                     18:  * its contributors may be used to endorse or promote products derived from
                     19:  * this software without specific prior written permission.
                     20:  * THIS SOFTWARE IS PROVIDED AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
                     21:  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
                     22:  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
                     23:  *
                     24:  *     @(#)scsivar.h   7.1 (Berkeley) 5/8/90
                     25:  */
                     26: 
                     27: struct scsi_softc {
                     28:        int     sc_ba;
                     29:        char    *sc_addr;
                     30:        char    sc_alive;
                     31:        char    sc_scsi_addr;
                     32:        char    sc_stat;
                     33:        char    sc_msg;
                     34: };
                     35: 
                     36: extern struct scsi_softc scsi_softc[];

unix.superglobalmegacorp.com

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