Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

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

cvs commit: src/sys/i386/isa diskslice_machdep.c



bde         1998/07/25 09:35:10 PDT

  Modified files:
    sys/i386/isa         diskslice_machdep.c 
  Log:
  Don't pass the label to diskerr(), since the label is being constructed
  and may be invalid.  In particular, d_secpercyl may be 0, and diskerr()
  divides by it.
  
  Revision  Changes    Path
  1.30      +3 -3      src/sys/i386/isa/diskslice_machdep.c