From owner-cvs-sys Fri Dec 20 12:43:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA07353 for cvs-sys-outgoing; Fri, 20 Dec 1996 12:43:48 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA07346; Fri, 20 Dec 1996 12:43:47 -0800 (PST) Date: Fri, 20 Dec 1996 12:43:47 -0800 (PST) From: Joerg Wunsch Message-Id: <199612202043.MAA07346@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 96/12/20 12:43:46 Modified: sys/scsi scsiconf.c Log: Reorder the wildcard entries to the end of the quirks list, so they will be probed last. It's otherwise impossible in some cases to get SCSI type override working. Supposed fix for PR # kern/2225. Revision Changes Path 1.73 +39 -23 src/sys/scsi/scsiconf.c