aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/rtc.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1993-12-18 01:12:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1993-12-18 01:12:47 +0000
commit159569a41882ef36092eb1217a0bf7a711679c35 (patch)
tree2ad0ec6b2f980d63da47ee57b45ec7f8bfa0cc0c /sys/isa/rtc.h
parent80b13029cb70c8732c2cf73fb5039473de50478c (diff)
downloadsrc-159569a41882ef36092eb1217a0bf7a711679c35.tar.gz
src-159569a41882ef36092eb1217a0bf7a711679c35.zip
RTCFDT_720K (physical drive 720K) added.
Notes
Notes: svn path=/head/; revision=873
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 12d81b37ed5c..ba008b6517dd 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.2 1993/10/16 13:46:16 rgrimes Exp $
+ * $Id: rtc.h,v 1.3 1993/11/07 17:44:34 wollman Exp $
*/
#ifndef _I386_ISA_RTC_H_
@@ -79,6 +79,7 @@
#define RTCFDT_NONE 0 /* none present */
#define RTCFDT_360K 0x10 /* 360K */
#define RTCFDT_12M 0x20 /* 1.2M */
+#define RTCFDT_720K 0x30 /* 720K */
#define RTCFDT_144M 0x40 /* 1.44M */
#define RTC_BASELO 0x15 /* low byte of basemem size */