From owner-freebsd-commit Fri Nov 17 23:48:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01544 for freebsd-commit-outgoing; Fri, 17 Nov 1995 23:48:26 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01532 for cvs-all-outgoing; Fri, 17 Nov 1995 23:48:21 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01522 for cvs-sys-outgoing; Fri, 17 Nov 1995 23:48:19 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01513 ; Fri, 17 Nov 1995 23:48:13 -0800 Date: Fri, 17 Nov 1995 23:48:13 -0800 From: Bruce Evans Message-Id: <199511180748.XAA01513@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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.