From owner-freebsd-questions Sat Mar 16 10:28:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22634 for questions-outgoing; Sat, 16 Mar 1996 10:28:04 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA22629 for ; Sat, 16 Mar 1996 10:28:03 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id KAA13535 for ; Sat, 16 Mar 1996 10:28:02 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA17503; Sat, 16 Mar 1996 11:21:09 -0700 From: Terry Lambert Message-Id: <199603161821.LAA17503@phaeton.artisoft.com> Subject: *** PUT ME IN THE FAQ To: dconrad@ksu.ksu.edu (Derek Conrad) Date: Sat, 16 Mar 1996 11:21:09 -0700 (MST) Cc: questions@FreeBSD.ORG In-Reply-To: from "Derek Conrad" at Mar 15, 96 11:19:08 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [ ... WD1007 ... ] > BTW for anyone who is interested... > > My drive is an ESDI by micropolis, and i had to insert 14 and remove 8. > (this i know after 2 formats) 1) He got the format utility from ftp.wdc.com; the FAQ should have a full URL. 2) The controller is a WD1007. 3) The default settings for the geometry translation in BSD are *wrong* for the WD1007. The reason he had to jumper off the sector sparing and translation is because: o The BSD translation assumptions are Adaptec assumptions and are *wrong* for the WD1007. So translation has to be off for them to work. o The sector sparing does not cause the drive geometry reported to the controller on "query physical geometry" via the WD controller API to subtract out the sector, so the driver *incorrectly* attempts to access one more cylinder than is legally addressable. If this goes into the FAQ, the *detailed* information on WD1007 jumper settings and their meanings should be pulled from the -hackers list archives (subject containes "WD1007" or "ESDI") and put there too. Someone should contact Western Digital about their format utility to ask if it is OK to mirror it on the FreeBSD FTP site and to put it on the CDROM. There should be a WD1007.DOC/WD1007.README (normal/RR long name) on the CDROM so that this isn't still a problem. Ultimately, the driver should be fixed to sense the WD1007 and handle the jumper settings correctly (for one thing, by not assuming what the translated geometry is without making the BIOS call to really find out). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.