diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-10 02:29:42 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-10 02:29:42 +0000 |
commit | e4d4e4f55fc2396da03136e3cbb9cfb0b2945631 (patch) | |
tree | d7ed420e88d44f1fb13b8829ed1e8e82d12bd4c7 /sys/scsi/ssvar.h | |
parent | 04297ec9259407be73c2fbbc539812198952ab33 (diff) |
do GET_BUFFER_STATUS in special minphys
Diffstat (limited to 'sys/scsi/ssvar.h')
-rw-r--r-- | sys/scsi/ssvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/scsi/ssvar.h b/sys/scsi/ssvar.h index 8801df6b898..df6b050821a 100644 --- a/sys/scsi/ssvar.h +++ b/sys/scsi/ssvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssvar.h,v 1.6 1997/03/08 05:39:01 kstailey Exp $ */ +/* $OpenBSD: ssvar.h,v 1.7 1997/03/10 02:29:41 kstailey Exp $ */ /* $NetBSD: ssvar.h,v 1.2 1996/03/30 21:47:11 christos Exp $ */ /* @@ -65,11 +65,11 @@ struct ss_softc { int flags; #define SSF_TRIGGERED 0x01 /* read operation has been primed */ #define SSF_LOADED 0x02 /* parameters loaded */ - struct scsi_link *sc_link; /* contains our targ, lun, etc. */ + struct scsi_link *sc_link; /* contains our targ, lun, etc. */ struct scan_io sio; - struct buf buf_queue; /* the queue of pending IO operations */ - struct quirkdata *quirkdata; /* if we have a rogue entry */ - struct ss_special *special; /* special handlers for spec. devices */ + struct buf buf_queue; /* the queue of pending IO operations */ + struct quirkdata *quirkdata; /* if we have a rogue entry */ + struct ss_special special; /* special handlers for spec. devices */ }; /* |