From owner-cvs-sys Tue May 5 07:30:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23927 for cvs-sys-outgoing; Tue, 5 May 1998 07:30:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23874; Tue, 5 May 1998 07:30:03 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA03418; Tue, 5 May 1998 07:27:29 -0700 (PDT) Date: Tue, 5 May 1998 07:27:29 -0700 (PDT) Message-Id: <199805051427.HAA03418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/05/05 07:27:28 PDT Modified files: sys/i386/isa wd.c Log: Fix the 4-8G LBA geometry it was wrong. Support >8G drives in CHS mode. This is done by guesstimating the cylinder count from the LBA size reported. It works on my shiny new Maxtor 11.5G drive, YMMV. Reports from users of other big drives (read Quantum bigfoot's) are welcome... Revision Changes Path 1.164 +7 -2 src/sys/i386/isa/wd.c