From 9ae3cb22642267c330a32accc729e51b40f074ac Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 30 Jul 2020 13:14:39 +0000 Subject: 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. --- sys/dev/ic/aic6250var.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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]; -- cgit v1.2.3