Handle disklabels with the disk management layer instead of rolling our own
commitdf4e35f5ebd521fab1713f577b386771c57e8e9f
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 May 2007 04:22:23 +0000 (21 04:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 May 2007 04:22:23 +0000 (21 04:22 +0000)
treeaa56f18608393b8d87f01df659ec2d8b8bab4ef5
parentf021b73e71c3a2945b50ebb3ebb5d998107c3065
Handle disklabels with the disk management layer instead of rolling our own
in the floppy driver.

Retain the floppy driver's format switching features via special fd0.<size>
devices.  Also fix a bug in FD_SOPTS where the floppy type table was being
permanently overwritten.

floppy device numbering has changed, update MAKEDEV appropriately.
sys/dev/disk/fd/fd.c
sys/dev/disk/fd/fdc.h