diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-26 16:38:01 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-26 16:38:01 +0000 |
commit | abf4e906fb155b2dab27955a2001987d1c479ed4 (patch) | |
tree | 6436c20b738167e2fa2230501538087c0dd26a56 /sys/dev/ic/bhavar.h | |
parent | c92fc7bca5870698ac07df4caa4f51829f75b9b0 (diff) |
Stop maintaining internal queues of received scsi_xfer structures.
We can now just push unwanted ones back up into the SCSI layer
with NO_CCB like other drivers.
Diffstat (limited to 'sys/dev/ic/bhavar.h')
-rw-r--r-- | sys/dev/ic/bhavar.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/ic/bhavar.h b/sys/dev/ic/bhavar.h index 93732dde8bf..a089845d397 100644 --- a/sys/dev/ic/bhavar.h +++ b/sys/dev/ic/bhavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bhavar.h,v 1.3 2008/06/26 05:42:15 ray Exp $ */ +/* $OpenBSD: bhavar.h,v 1.4 2008/11/26 16:38:00 krw Exp $ */ /* $NetBSD: bhavar.h,v 1.12 1998/11/19 21:53:00 thorpej Exp $ */ /*- @@ -84,11 +84,8 @@ struct bha_softc { struct scsi_link sc_link; /* prototype for devs */ struct scsi_adapter sc_adapter; - LIST_HEAD(, scsi_xfer) sc_queue; - struct scsi_xfer *sc_queuelast; - - char sc_model[7], - sc_firmware[6]; + char sc_model[7]; + char sc_firmware[6]; }; /* |