Date: Sat, 12 Dec 1998 00:16:02 -0800 (PST) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa fd.c fdc.h Message-ID: <199812120816.AAA23759@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1998/12/12 00:16:02 PST
Modified files:
sys/i386/conf LINT options.i386
sys/i386/isa fd.c fdc.h
Log:
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)
Revision Changes Path
1.508 +7 -1 src/sys/i386/conf/LINT
1.95 +2 -1 src/sys/i386/conf/options.i386
1.128 +360 -7 src/sys/i386/isa/fd.c
1.12 +5 -1 src/sys/i386/isa/fdc.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812120816.AAA23759>
