freebsd-nq/sys/dev/fdc
Yaroslav Tykhiy 29ec21d1e3 Check whether the floppy type pointer has been set before trying
to access floppy parameters through it.

Note: The DIOCGSECTORSIZE and DIOCGMEDIASIZE handlers withing
fdioctl() couldn't be just moved to below the existing check
for blocking mode because fd->ft can be non-NULL while still
in non-blocking mode (fd->ft can be set with the FD_STYPE ioctl.)

PR:		kern/52338
No MFC:		Not applicable to STABLE
2003-06-15 16:18:58 +00:00
..
fdc.c Check whether the floppy type pointer has been set before trying 2003-06-15 16:18:58 +00:00
fdcreg.h Increase the PIO timeout to approximately the value it used to have 2002-05-12 15:24:21 +00:00