From owner-cvs-sys Sun Jan 14 12:32:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21106 for cvs-sys-outgoing; Sun, 14 Jan 1996 12:32:20 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21099 Sun, 14 Jan 1996 12:32:17 -0800 (PST) Date: Sun, 14 Jan 1996 12:32:17 -0800 (PST) From: Bruce Evans Message-Id: <199601142032.MAA21099@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/14 12:32:17 Modified: sys/dev/vn vn.c Log: Fixed an overflowing multiplication in vnstrategy() by replacing it with the standard macro dbtob(). The non-B_PAGING case now works well enough to run newfs on a 32GB virtual drive. Fixed numerous bogus variable types and one overflowing multiplication in the B_PAGING case of vnstrategy(). Swapping to virtual drives larger than 2GB might work now. Revision Changes Path 1.31 +16 -13 src/sys/dev/vn/vn.c