From owner-cvs-all@FreeBSD.ORG Fri Oct 8 17:40:07 2004 Return-Path: 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 F328F16A4CF; Fri, 8 Oct 2004 17:40:06 +0000 (GMT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D45843D3F; Fri, 8 Oct 2004 17:40:06 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i98He5r0093546; Sat, 9 Oct 2004 02:40:05 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sat, 09 Oct 2004 02:39:58 +0900 (JST) Message-Id: <20041009.023958.41719880.nyan@jp.FreeBSD.org> To: sos@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200410071737.i97Hb9TU038301@repoman.freebsd.org> References: <200410071737.i97Hb9TU038301@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 17:40:07 -0000 In article <200410071737.i97Hb9TU038301@repoman.freebsd.org> S=F8ren Schmidt writes: > sos 2004-10-07 17:37:09 UTC > = > FreeBSD src repository > = > Modified files: > sys/geom geom_pc98.c = > sys/dev/ata ata-all.h ata-cbus.c ata-disk.c = > Log: > Move the PC98 specific geometry "gunk" to geom_pc98.c where it belo= ngs. > This also adds support for bigger disks on the controller I have ac= cess to, > and maybe others if I understood the adhoc methods used on those. > = > Those with more PC98 bigdrive controllers it is hereby invited to a= dd/fix > support for those in geom_pc98.c and not using #ifdef PC98 all over= the place. This broke non-ATA disk supports. We need to use different way for geometry translation between ATA and non-ATA disks. And, your 'BigDrive' support has some problems, it cannot use 'BigDrive' as root filesystem and it is incompatibility with the other OSs. --- TAKAHASHI Yoshihiro