From owner-cvs-sys Sun Feb 2 12:57:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12978 for cvs-sys-outgoing; Sun, 2 Feb 1997 12:57:18 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12967; Sun, 2 Feb 1997 12:57:15 -0800 (PST) Date: Sun, 2 Feb 1997 12:57:15 -0800 (PST) From: Joerg Wunsch Message-Id: <199702022057.MAA12967@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/02 12:57:13 Modified: sys/scsi scsiconf.c Log: Do not accidentally default a device that failed probing to T_DIRECT (since T_DIRECT just incidentally happens to be equal 0). This causes more harm than it would do good. Instead , get it at the uk driver. Reviewed by: obrien@NUXI.com (David O'Brien) Revision Changes Path 1.76 +1 -0 src/sys/scsi/scsiconf.c