summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mcdreg.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-24 13:24:02 +0000
committerache <ache@FreeBSD.org>1994-12-24 13:24:02 +0000
commit20972dda4e6cd19159068700890b131db2c7e5e3 (patch)
treeedc340b7b74cfe60ec6b7bec5e84d686eb7652b1 /sys/i386/isa/mcdreg.h
parent5c7e2d5f0ebb03a8160b655e10491429e3edd237 (diff)
downloadFreeBSD-src-20972dda4e6cd19159068700890b131db2c7e5e3.zip
FreeBSD-src-20972dda4e6cd19159068700890b131db2c7e5e3.tar.gz
Merge several probe diagnostics into one.
Adjust for newer model for all non-LUxxx too. FLAGS status register names cleanup
Diffstat (limited to 'sys/i386/isa/mcdreg.h')
-rw-r--r--sys/i386/isa/mcdreg.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/i386/isa/mcdreg.h b/sys/i386/isa/mcdreg.h
index de5ab81..88ae7e3 100644
--- a/sys/i386/isa/mcdreg.h
+++ b/sys/i386/isa/mcdreg.h
@@ -41,7 +41,7 @@
* the manufacturer or anyone else might provide better documentation,
* so this file (and the driver) will then have a better quality.
*
- * $Id: mcdreg.h,v 1.4 1994/09/03 16:48:13 ache Exp $
+ * $Id: mcdreg.h,v 1.5 1994/11/12 13:26:13 ache Exp $
*/
#ifndef MCD_H
@@ -66,7 +66,6 @@ typedef unsigned char bcd_t;
#define mcd_rdata 0
#define mcd_reset 1
-#define mcd_xfer 1
#define mcd_ctl2 2 /* XXX Is this right? */
#define mcd_config 3
@@ -78,12 +77,8 @@ typedef unsigned char bcd_t;
/* 100 = int 10 */
/* 101 = int 11 */
/* flags */
-#define STATUS_AVAIL 0xB
-#define DATA_AVAIL 0xF
-
-/* New Flags */
-#define M_STATUS_AVAIL 0xFB
-#define M_DATA_AVAIL 0xFD
+#define MFL_DATA_NOT_AVAIL 0x02
+#define MFL_STATUS_NOT_AVAIL 0x04
/* New Commands */
#define M_RESET 0x00
OpenPOWER on IntegriCloud