freebsd-skq/sys/i386
imp ca6fd0503c 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)
1998-12-12 08:16:01 +00:00
..
apm Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
bios Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
boot Fix my breakage of `make installworld'. However, i don't think it's right to 1998-11-28 08:03:24 +00:00
conf Add support for the YE-Data external PCMCIA floppy driver. This 1998-12-12 08:16:01 +00:00
eisa malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains why 1998-12-09 02:18:53 +00:00
i386 Cleanup up the wording for the F00F bug workaround message. 1998-12-10 01:49:01 +00:00
ibcs2 Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
include The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
isa Add support for the YE-Data external PCMCIA floppy driver. This 1998-12-12 08:16:01 +00:00
linux linux_pipe does not preserve the edx register. Linux and 1998-12-10 13:47:18 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00