From owner-cvs-src@FreeBSD.ORG Thu Oct 7 21:45:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC9A16A4CE; Thu, 7 Oct 2004 21:45:32 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFB443D45; Thu, 7 Oct 2004 21:45:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 304E3148D7; Thu, 7 Oct 2004 16:45:31 -0500 (CDT) Date: Thu, 7 Oct 2004 16:45:31 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: cvs-src@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: Re: cvs commit: src/sys/geom geom_pc98.c src/sys/dev/ata ata-all.h ata-cbus.c ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 21:45:32 -0000 On Thursday 07 October 2004 12:37 pm, S=F8ren Schmidt wrote: > Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs. > This also adds support for bigger disks on the controller I have access > to, and maybe others if I understood the adhoc methods used on those. Is this http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/61960? mcl