Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 1995 23:48:13 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa fd.c
Message-ID:  <199511180748.XAA01513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/11/17 23:48:12

  Modified:    sys/i386/isa  fd.c
  Log:
  Fixed (nonexistent) initialization of bp->b_pblkno.  disksort() for
  floppies must have been random in 2.x since we reintroduced sorting
  on b_pblkno on 1995/03/18.  Drivers still initialize b_cylin/b_resid
  although this is no longer used.
  
  Removed unused, wrong function fdsize().  (Returning 0 means that the
  device exists and has size 0, not that the device doesn't exist.
  swaponvp() allows for size 0 by stupidly calling the d_psize function
  twice if the size isn't 0.  setdumpdev() doesn't allow for it.)
  
  Continued removing /* ARGSUSED */ from drivers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511180748.XAA01513>