From owner-freebsd-current Fri Dec 12 10:55:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14282 for current-outgoing; Fri, 12 Dec 1997 10:55:35 -0800 (PST) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA14254 for ; Fri, 12 Dec 1997 10:55:18 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id FAA00920; Sat, 13 Dec 1997 05:37:52 +1100 Date: Sat, 13 Dec 1997 05:37:52 +1100 From: Bruce Evans Message-Id: <199712121837.FAA00920@godzilla.zeta.org.au> To: current@FreeBSD.ORG, julian@whistle.com Subject: Re: DEVFS: new sample code Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >changes: > * Disklabel probes can actually fail if there is no disklabel. > * Debug messages at boot make a lot more sense. > * Accidentally included (old) bad144 code ifdef'd out (I don't yet > support that and the lowest level driver is definitly not the place to > do that anyhow). Yes it is. dscheck() should clip the transfer at bad sector boundaries and somehow get called again if there is more to transfer. Bruce