diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-30 13:14:39 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-30 13:14:39 +0000 |
commit | 9ae3cb22642267c330a32accc729e51b40f074ac (patch) | |
tree | 0803068f2e798577d41db7d240ed8e6841b5e4a6 /sys | |
parent | 93bc75d37d0a7332de5573d7b6b658ff59008e29 (diff) |
When this Aviion-only driver is eventually sent to join its friends in the attic
let it go there without the burden of a spurious struct scsi_link member of
struct aic6250_softc.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/aic6250var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/aic6250var.h b/sys/dev/ic/aic6250var.h index 73259cf434b..c4f2fbe5eed 100644 --- a/sys/dev/ic/aic6250var.h +++ b/sys/dev/ic/aic6250var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6250var.h,v 1.3 2017/04/30 16:45:45 mpi Exp $ */ +/* $OpenBSD: aic6250var.h,v 1.4 2020/07/30 13:14:38 krw Exp $ */ /* * Copyright (c) 2010, 2013 Miodrag Vallat. @@ -125,8 +125,6 @@ struct aic6250_softc { uint8_t (*sc_read)(struct aic6250_softc *, uint); void (*sc_write)(struct aic6250_softc *, uint, uint8_t); - struct scsi_link sc_link; /* prototype for subdevs */ - TAILQ_HEAD(, aic6250_acb) free_list, ready_list, nexus_list; struct aic6250_acb *sc_nexus; /* current command */ struct aic6250_acb sc_acb[8]; |