summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdlink.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-11-28 08:23:41 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-11-28 08:23:41 +0000
commitb762afc41292bac65d9c249baec0d167c5067991 (patch)
tree18da7962f473a992442e70f94a7963e97816f2dc /sys/dev/isa/wdlink.h
parent8730a7ccff4c5ed419045f57690fb82fd2c9fc85 (diff)
Pull in laptop changes from cgd, a couple from me, and a few slight formatting
nits.
Diffstat (limited to 'sys/dev/isa/wdlink.h')
-rw-r--r--sys/dev/isa/wdlink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdlink.h b/sys/dev/isa/wdlink.h
index d72d677447a..36945bdb5e6 100644
--- a/sys/dev/isa/wdlink.h
+++ b/sys/dev/isa/wdlink.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdlink.h,v 1.4 1996/09/11 07:27:04 downsj Exp $ */
+/* $OpenBSD: wdlink.h,v 1.5 1996/11/28 08:23:40 downsj Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -85,7 +85,7 @@ struct wd_link {
#define GEOMETRY_WAIT 3 /* done uploading geometry */
#define MULTIMODE 4 /* set multiple mode */
#define MULTIMODE_WAIT 5 /* done setting multiple mode */
-#define OPEN 6 /* done with open */
+#define READY 6 /* done with open */
int sc_mode; /* transfer mode */
#define WDM_PIOSINGLE 0 /* single-sector PIO */
#define WDM_PIOMULTI 1 /* multi-sector PIO */