xref: /original-bsd/sys/hp300/stand/scsivar.h (revision f6d5e2ee)
18bd0df4eSmckusick /*
2*f6d5e2eeSbostic  * Copyright (c) 1982, 1990, 1993
3*f6d5e2eeSbostic  *	The Regents of the University of California.  All rights reserved.
48bd0df4eSmckusick  *
58bd0df4eSmckusick  * This code is derived from software contributed to Berkeley by
68bd0df4eSmckusick  * Van Jacobson of Lawrence Berkeley Laboratory and the Systems
78bd0df4eSmckusick  * Programming Group of the University of Utah Computer Science Department.
88bd0df4eSmckusick  *
98bd0df4eSmckusick  * %sccs.include.redist.c%
108bd0df4eSmckusick  *
11*f6d5e2eeSbostic  *	@(#)scsivar.h	8.1 (Berkeley) 06/10/93
128bd0df4eSmckusick  */
138bd0df4eSmckusick 
148bd0df4eSmckusick struct	scsi_softc {
158bd0df4eSmckusick 	int	sc_ba;
168bd0df4eSmckusick 	char	*sc_addr;
178bd0df4eSmckusick 	char	sc_alive;
188bd0df4eSmckusick 	char	sc_scsi_addr;
198bd0df4eSmckusick 	char	sc_stat;
20689d6c2bShibler 	char	sc_msg[7];
218bd0df4eSmckusick };
228bd0df4eSmckusick 
238bd0df4eSmckusick extern	struct scsi_softc scsi_softc[];
24