From owner-cvs-sys Mon Jun 3 07:26:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18659 for cvs-sys-outgoing; Mon, 3 Jun 1996 07:26:24 -0700 (PDT) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18570; Mon, 3 Jun 1996 07:25:15 -0700 (PDT) Date: Mon, 3 Jun 1996 07:25:15 -0700 (PDT) From: John Fieber Message-Id: <199606031425.HAA18570@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 jfieber 96/06/03 07:25:14 Modified: sys/scsi scsiconf.c Log: Append a * to the model field of the Archive Viper quirk entry. Without the wildcard, the drive would never match the entry. Also add a comment describing how matching takes place to help avoid problems like this. Revision Changes Path 1.59 +12 -2 src/sys/scsi/scsiconf.c