summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-08 02:54:46 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-08 02:54:46 +0000
commit201ac2aba0867acab6d86ac35f15f46f3043f727 (patch)
treefa6f984b504ccf8a168ea85e0cd6366bddb26641
parentde0c965f3a8d36244fa97ef145d297512fbea53d (diff)
Notes
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 843b03bedd92..1dc1388925de 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.h,v 1.26.4.1 1995/07/22 04:25:08 davidg Exp $
+ * $Id: scsiconf.h,v 1.26.4.2 1995/08/31 06:36:26 davidg Exp $
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1
@@ -294,6 +294,7 @@ struct scsi_link
dev_t dev; /* Device major number (character) */
struct scsi_data *sd; /* Device data structure */
struct scsi_inquiry_data inqbuf; /* Inquiry data */
+ void *adapter_softc; /* needed for call to foo_scsi_cmd */
};
/* XXX-HA: dufault@hda.com: SDEV_BOUNCE is set down in the adapter drivers