From owner-freebsd-hackers Sat Mar 15 19:45:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05256 for hackers-outgoing; Sat, 15 Mar 1997 19:45:44 -0800 (PST) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA05249 for ; Sat, 15 Mar 1997 19:45:41 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id UAA21425 for freebsd-hackers@freefall.cdrom.com; Sat, 15 Mar 1997 20:45:07 -0700 (MST) From: Don Yuniskis Message-Id: <199703160345.UAA21425@seagull.rtd.com> Subject: wd driver questions To: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) Date: Sat, 15 Mar 1997 20:45:07 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! I've been trying to sort out some discrepancies in the geometry reported by the wd probe as contrasted to the actual geometries of the attached drives. After wading through wd.c, I have been able to convince myself that I haven't a clue as to where the chicken/egg begins it's life. Could someone with more intimate knowledge of that driver spare a few moments for a quick set of questions? Thanx! --don