141493Smckusick /* 2*63165Sbostic * Copyright (c) 1982, 1990, 1993 3*63165Sbostic * The Regents of the University of California. All rights reserved. 441493Smckusick * 541493Smckusick * This code is derived from software contributed to Berkeley by 641493Smckusick * Van Jacobson of Lawrence Berkeley Laboratory and the Systems 741493Smckusick * Programming Group of the University of Utah Computer Science Department. 841493Smckusick * 941493Smckusick * %sccs.include.redist.c% 1041493Smckusick * 11*63165Sbostic * @(#)scsivar.h 8.1 (Berkeley) 06/10/93 1241493Smckusick */ 1341493Smckusick 1441493Smckusick struct scsi_softc { 1541493Smckusick int sc_ba; 1641493Smckusick char *sc_addr; 1741493Smckusick char sc_alive; 1841493Smckusick char sc_scsi_addr; 1941493Smckusick char sc_stat; 2055895Shibler char sc_msg[7]; 2141493Smckusick }; 2241493Smckusick 2341493Smckusick extern struct scsi_softc scsi_softc[]; 24