From ca6fd0503c7a84c68a40177a7fae7b198583e14e Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 12 Dec 1998 08:16:01 +0000 Subject: Add support for the YE-Data external PCMCIA floppy driver. This floppy is used on the toshiba Libretto line of subnotebook computers. It differs from a normal floppy in that you must use PIO rather than DMA to transfer the data. To enable this, you must add options "FDC_YE" to your kernel. I don't have a machine that has a floppy and a pcmcia slot to test to make sure that this doesn't impact normal floppy units, so I've left this as an option. I have ported this to -current and made an attempt to ensure that the indentation conforms to style(9), aka the bruce filter. Reviewed by: nate, markm Submitted by: David Horwitt (dhorwitt@ucsd.edu) --- sys/i386/conf/options.i386 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/conf/options.i386') diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index df3e1b3..a49f537 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.93 1998/12/03 20:06:01 dillon Exp $ +# $Id: options.i386,v 1.94 1998/12/05 03:19:51 dillon Exp $ DISABLE_PSE IDE_DELAY @@ -104,6 +104,7 @@ EISA_SLOTS opt_eisa.h FDC_DEBUG opt_fdc.h FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h +FDC_YE opt_fdc.h # pcvt(4) has a bunch of options FAT_CURSOR opt_pcvt.h -- cgit v1.1