From d220a8bafdd80acfa8988466db4efd37cb265062 Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 8 Feb 1994 03:54:08 +0000 Subject: [PATCH] Update to use b_actf instead of av_forw(?) per Charles Hannum's changes. --- sys/arch/mac68k/scsi/cd.c | 4 ++-- sys/arch/mac68k/scsi/sd.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/mac68k/scsi/cd.c b/sys/arch/mac68k/scsi/cd.c index 05bdd5f052b5..43b5b13404bf 100644 --- a/sys/arch/mac68k/scsi/cd.c +++ b/sys/arch/mac68k/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.4 1994/02/03 05:34:47 briggs Exp $ + * $Id: cd.c,v 1.5 1994/02/08 03:54:08 briggs Exp $ */ #include @@ -417,7 +417,7 @@ cdstart(unit) dp = &cd->buf_queue; if ((bp = dp->b_actf) == NULL) /* yes, an assign */ return; - dp->b_actf = bp->av_forw; + dp->b_actf = bp->b_actf; /* * If the deivce has become invalid, abort all the diff --git a/sys/arch/mac68k/scsi/sd.c b/sys/arch/mac68k/scsi/sd.c index 5db0134786eb..666fed1a09c0 100644 --- a/sys/arch/mac68k/scsi/sd.c +++ b/sys/arch/mac68k/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.4 1994/02/03 05:34:44 briggs Exp $ + * $Id: sd.c,v 1.5 1994/02/08 03:54:11 briggs Exp $ */ #include @@ -439,7 +439,7 @@ sdstart(unit) dp = &sd->buf_queue; if ((bp = dp->b_actf) == NULL) /* yes, an assign */ return; - dp->b_actf = bp->av_forw; + dp->b_actf = bp->b_actf; /* * If the device has become invalid, abort all the