From owner-freebsd-hackers Wed Jan 3 03:19:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA00373 for hackers-outgoing; Wed, 3 Jan 1996 03:19:54 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA00355 for ; Wed, 3 Jan 1996 03:19:42 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA02552; Wed, 3 Jan 1996 22:11:33 +1100 Date: Wed, 3 Jan 1996 22:11:33 +1100 From: Bruce Evans Message-Id: <199601031111.WAA02552@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: X for install Cc: freebsd-hackers@FreeBSD.ORG, jkh@time.cdrom.com, obrien@cs.ucdavis.edu Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >> Erm, the BIOS geometry problem is entirely in software, and "probing" of >> the BIOS geometry has already been implemented by someone named phk :-). >> (The problem is that association of BIOS disk numbers with FreeBSD >> disk names isn't really implemented.) >And cannot be done reliably, unless you can actually read a couple >of sectors using the bios :-) If you disabled the drive then both probing the drive and reading it will fail. It isn't fair to ask FreeBSD to determine the BIOS geometry in that case. The geometry might depend on how the drive is enabled (with or without boot manager...). Bruce