141493Smckusick /* 241493Smckusick * Copyright (c) 1982, 1990 The Regents of the University of California. 341493Smckusick * 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*55895Shibler * @(#)scsivar.h 7.2 (Berkeley) 08/14/92 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; 20*55895Shibler char sc_msg[7]; 2141493Smckusick }; 2241493Smckusick 2341493Smckusick extern struct scsi_softc scsi_softc[]; 24