From 4cfa77f86fefb5f881e224e3010a619827c67150 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 4 Dec 1994 20:22:20 +0000 Subject: 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 --- sys/i386/isa/rtc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/isa/rtc.h') 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 */ -- cgit v1.1