summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/rtc.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1994-12-04 20:22:20 +0000
committerjoerg <joerg@FreeBSD.org>1994-12-04 20:22:20 +0000
commit4cfa77f86fefb5f881e224e3010a619827c67150 (patch)
tree262ad3fe41b7c7cd35bc17fefe10a90c335dc05d /sys/i386/isa/rtc.h
parent58b2cf4ed5b3966ee2e2f6eab241f10f3030bdc5 (diff)
downloadFreeBSD-src-4cfa77f86fefb5f881e224e3010a619827c67150.zip
FreeBSD-src-4cfa77f86fefb5f881e224e3010a619827c67150.tar.gz
Here is a minor patch for FreeBSD 2.0R to allow it to recognize
2.88MB floppy drives. All it does is set the type to 1.44MB if it finds the 2.88MB drive. Submitted by: Andrew Gillham <gillham@andrews.edu>
Diffstat (limited to 'sys/i386/isa/rtc.h')
-rw-r--r--sys/i386/isa/rtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/rtc.h b/sys/i386/isa/rtc.h
index d374a82..f580ff3 100644
--- a/sys/i386/isa/rtc.h
+++ b/sys/i386/isa/rtc.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)rtc.h 7.1 (Berkeley) 5/12/91
- * $Id: rtc.h,v 1.5 1994/08/15 03:15:20 wollman Exp $
+ * $Id: rtc.h,v 1.6 1994/09/20 00:31:07 ache 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 0x60 /* 2.88M */
#define RTC_BASELO 0x15 /* low byte of basemem size */
#define RTC_BASEHI 0x16 /* high byte of basemem size */
OpenPOWER on IntegriCloud