summaryrefslogtreecommitdiffstats
path: root/sys/isa/fdc.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-03 14:57:27 +0000
committerphk <phk@FreeBSD.org>1996-05-03 14:57:27 +0000
commit0e9ca345407e1cf074c1b9f705b0113449bf5315 (patch)
treeb13d0dfcde55a10a9fa26328d1206db32729183a /sys/isa/fdc.h
parent50f75723854dcb4ccc7c14b49e8717b10a29f99c (diff)
downloadFreeBSD-src-0e9ca345407e1cf074c1b9f705b0113449bf5315.zip
FreeBSD-src-0e9ca345407e1cf074c1b9f705b0113449bf5315.tar.gz
Move from the old buf.b_actf to the new TAILQ(buf.b_act).
Diffstat (limited to 'sys/isa/fdc.h')
-rw-r--r--sys/isa/fdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/fdc.h b/sys/isa/fdc.h
index 0216b7a..c0a99b8 100644
--- a/sys/isa/fdc.h
+++ b/sys/isa/fdc.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fdc.h,v 1.4 1994/10/10 01:12:26 phk Exp $
+ * $Id: fdc.h,v 1.5 1995/01/06 15:19:41 joerg Exp $
*
*/
@@ -62,7 +62,7 @@ struct fdc_data
u_long status[7]; /* copy of the registers */
enum fdc_type fdct; /* chip version of FDC */
int fdc_errs; /* number of logged errors */
- struct buf head; /* Head of buf chain */
+ struct buf_queue_head head; /* Head of buf chain */
};
/***********************************************************************\
OpenPOWER on IntegriCloud