diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-18 00:09:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-18 00:09:16 +0000 |
commit | 31b0d766e88d40f0ba613dffb70b4565626d1c9a (patch) | |
tree | c3cceb17cc19300ee7eac2d1fdb84b2c6dd9e6dc /sys/arch/hp300/dev/hdvar.h | |
parent | 64a145823a888809d18469fc425979f77b3fa5bb (diff) |
Define the CS/80 identify structure only once and correctly, instead of
duplicating it in every CS/80 driver and using an hardcoded number for its size.
No functional change.
Diffstat (limited to 'sys/arch/hp300/dev/hdvar.h')
-rw-r--r-- | sys/arch/hp300/dev/hdvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hdvar.h b/sys/arch/hp300/dev/hdvar.h index 1dd72546181..dfe8917d3c2 100644 --- a/sys/arch/hp300/dev/hdvar.h +++ b/sys/arch/hp300/dev/hdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hdvar.h,v 1.7 2005/11/14 20:20:30 miod Exp $ */ +/* $OpenBSD: hdvar.h,v 1.8 2005/11/18 00:09:15 miod Exp $ */ /* $NetBSD: rdvar.h,v 1.6 1997/01/30 09:14:19 thorpej Exp $ */ /* @@ -66,7 +66,6 @@ struct hd_softc { short sc_type; char *sc_addr; int sc_resid; - struct hd_describe sc_hddesc; struct hpibqueue sc_hq; /* hpib job queue entry */ struct hd_iocmd sc_ioc; struct hd_rscmd sc_rsc; |