From owner-freebsd-current Fri Dec 12 03:40:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13125 for current-outgoing; Fri, 12 Dec 1997 03:40:13 -0800 (PST) (envelope-from owner-freebsd-current) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA13120 for ; Fri, 12 Dec 1997 03:40:08 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id DAA24724 for ; Fri, 12 Dec 1997 03:39:02 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd024710; Fri Dec 12 03:38:54 1997 Date: Fri, 12 Dec 1997 03:36:18 -0800 (PST) From: Julian Elischer To: current@freebsd.org Subject: DEVFS: new sample code Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After some feedback, I've made a new version: ftp://hub.freebsd.org/pub/scsi/slice4.tar.gz also, see teh readme for brief instructions. ftp://hub.freebsd.org/pub/scsi/README 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). Appologies to the previous testers, but there is no 'incremental upgrade'. You have to start with a virgin tree again to add the new patches. julian