From owner-cvs-all Fri Dec 20 14:36: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E5637B401; Fri, 20 Dec 2002 14:36:08 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3F743EE5; Fri, 20 Dec 2002 14:36:06 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id JAA07338; Sat, 21 Dec 2002 09:36:05 +1100 Date: Sat, 21 Dec 2002 09:37:47 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Matt Dillon Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/usb umass.c In-Reply-To: <200212201856.gBKIut7s074695@repoman.freebsd.org> Message-ID: <20021221092828.N2810-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Dec 2002, Matt Dillon wrote: > dillon 2002/12/20 10:56:55 PST > > Modified files: > sys/dev/usb umass.c > Log: > Modify the fake cylinders calculation so it is >= the size of the device, > not < the size of the device. This avoids geom complaints. This was just another bug in geom. ccg->cylinders always gave the number of full cylinders. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message