freebsd-nq/sys/dev/fdc
Warner Losh 534e7194f8 Yet another case of resources:
+        * 9:   0x3f0-0x3f3,0x3f4-0x3f5,0x3f7

This requires only one change to support.  Rather than keying on the
size of the resource being 2, instead key off the end & 7 being 3.
This covers the same cases that the size of 2 would catch, but also
covers the new above case.

In addition, I think it is clearer to use the end in preference to the
size and start for case #8 as well.  Turns two tests into one, and
catches no other cases.

Make minor commentary changes to deal with new case #9.

# This change is specifically minimal to allow easy MFC.  A more
# extensive change will go into current once I've had a chance to test
# it on a lot of hardware...
2004-10-05 07:18:11 +00:00
..
fdc_acpi.c Only fall back to probing the floppy drives via hints if there is a failure 2004-09-29 19:08:34 +00:00
fdc_isa.c Yet another case of resources: 2004-10-05 07:18:11 +00:00
fdc_pccard.c Checkpoint the fdc resource changes: 2004-09-14 07:06:49 +00:00
fdc.c Use the floppy drive unit number to name the /dev entry, not the 2004-09-25 08:56:57 +00:00
fdcvar.h Implement terminating the worker thread when the driver is about to 2004-09-23 21:12:21 +00:00