summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/fdc.h')
-rw-r--r--sys/i386/isa/fdc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/fdc.h b/sys/i386/isa/fdc.h
index fdaf694..c8c275f 100644
--- a/sys/i386/isa/fdc.h
+++ b/sys/i386/isa/fdc.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fdc.h,v 1.10 1998/07/11 06:35:39 bde Exp $
+ * $Id: fdc.h,v 1.11 1998/07/29 13:00:42 bde Exp $
*
*/
@@ -56,6 +56,10 @@ struct fdc_data
#define FDC_STAT_VALID 0x08
#define FDC_HAS_FIFO 0x10
#define FDC_NEEDS_RESET 0x20
+#ifdef FDC_YE
+#define FDC_PCMCIA 0x40
+#define FDC_UNLOADED 0x80
+#endif
struct fd_data *fd;
int fdu; /* the active drive */
int state;
OpenPOWER on IntegriCloud