cvs commit: src/sys/dev/disk/fd fd.c fdc.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 20 21:23:17 PDT 2007


dillon      2007/05/20 21:22:23 PDT

DragonFly src repository

  Modified files:
    sys/dev/disk/fd      fd.c fdc.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.39      +161 -143  src/sys/dev/disk/fd/fd.c
  1.7       +1 -4      src/sys/dev/disk/fd/fdc.h


http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/fd/fd.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/fd/fdc.h.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list