summaryrefslogtreecommitdiff
path: root/sys/scsi/ssvar.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-03-08 03:06:52 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-03-08 03:06:52 +0000
commit98bc2d53446f9698fd6713a3e2108dc56467ec62 (patch)
tree08a003d65aa25c6ec76f15d806d9ce40e076a80e /sys/scsi/ssvar.h
parent93b06f69b60afc6c696a6afc785ef4c63e310652 (diff)
remove unused struct member
Diffstat (limited to 'sys/scsi/ssvar.h')
-rw-r--r--sys/scsi/ssvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/ssvar.h b/sys/scsi/ssvar.h
index 55ea6b42f77..6e40636cb7b 100644
--- a/sys/scsi/ssvar.h
+++ b/sys/scsi/ssvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssvar.h,v 1.4 1996/05/07 09:34:35 niklas Exp $ */
+/* $OpenBSD: ssvar.h,v 1.5 1997/03/08 03:06:51 kstailey Exp $ */
/* $NetBSD: ssvar.h,v 1.2 1996/03/30 21:47:11 christos Exp $ */
/*
@@ -68,7 +68,6 @@ struct ss_softc {
struct scsi_link *sc_link; /* contains our targ, lun, etc. */
struct scan_io sio;
struct buf buf_queue; /* the queue of pending IO operations */
- u_int quirks; /* scanner is only mildly twisted */
#define SS_Q_GET_BUFFER_SIZE 0x0001 /* poll for available data in ssread() */
/* truncate to byte boundry is assumed by default unless one of these is set */
#define SS_Q_PAD_TO_BYTE 0x0002 /* pad monochrome data to byte boundary */