summaryrefslogtreecommitdiffstats
path: root/sys/isa/rtc.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-10-09 15:00:39 +0000
committerjoerg <joerg@FreeBSD.org>1995-10-09 15:00:39 +0000
commitd14a472e3c19071941d1325fe53e559d5afffae3 (patch)
tree4904837cd3d3f7f313b717274fd7dce5aa514a5c /sys/isa/rtc.h
parentcdc977f42197104698bba3719cffc2dff8c691b9 (diff)
downloadFreeBSD-src-d14a472e3c19071941d1325fe53e559d5afffae3.zip
FreeBSD-src-d14a472e3c19071941d1325fe53e559d5afffae3.tar.gz
BIOS manufacturers don't seem to have a unique idea about 2.88 MB
floppy drive types in the CMOS; add 0x50 as an alias for 2.88 MB.
Diffstat (limited to 'sys/isa/rtc.h')
-rw-r--r--sys/isa/rtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/rtc.h b/sys/isa/rtc.h
index f580ff3..5e144fc 100644
--- a/sys/isa/rtc.h
+++ b/sys/isa/rtc.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)rtc.h 7.1 (Berkeley) 5/12/91
- * $Id: rtc.h,v 1.6 1994/09/20 00:31:07 ache Exp $
+ * $Id: rtc.h,v 1.7 1994/12/04 20:22:20 joerg Exp $
*/
#ifndef _I386_ISA_RTC_H_
@@ -104,6 +104,7 @@
#define RTCFDT_12M 0x20 /* 1.2M */
#define RTCFDT_720K 0x30 /* 720K */
#define RTCFDT_144M 0x40 /* 1.44M */
+#define RTCFDT_288M_1 0x50 /* 2.88M, some BIOSes */
#define RTCFDT_288M 0x60 /* 2.88M */
#define RTC_BASELO 0x15 /* low byte of basemem size */
OpenPOWER on IntegriCloud