summaryrefslogtreecommitdiffstats
path: root/sys/isa/fdc.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-10 01:12:27 +0000
committerphk <phk@FreeBSD.org>1994-10-10 01:12:27 +0000
commitf6a1c45a08ac99a91e769ec6b3a62a20113b8e18 (patch)
tree7de31d0cb5debbd51904edaf25700f6e6d96027f /sys/isa/fdc.h
parent4f594ec8ba19a1ef9e8233bb1dc2dc9ff5f05f05 (diff)
downloadFreeBSD-src-f6a1c45a08ac99a91e769ec6b3a62a20113b8e18.zip
FreeBSD-src-f6a1c45a08ac99a91e769ec6b3a62a20113b8e18.tar.gz
Cosmetics. Silence gcc -Wall. Much more to do here :-(
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 c938eb4..950ef23 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.2 1994/02/14 22:24:25 nate Exp $
+ * $Id: fdc.h,v 1.3 1994/09/17 16:56:07 davidg Exp $
*
*/
@@ -53,7 +53,7 @@ struct fdc_data
int state;
int retry;
int fdout; /* mirror of the w/o digital output reg */
- int status[7]; /* copy of the registers */
+ u_long status[7]; /* copy of the registers */
struct buf head; /* Head of buf chain */
};
OpenPOWER on IntegriCloud