DragonFly commits List (threaded) for 2007-05
DragonFly BSD
DragonFly commits List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 May 2007 21:22:23 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]