From owner-freebsd-hardware Thu Apr 4 07:47:16 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04977 for hardware-outgoing; Thu, 4 Apr 1996 07:47:16 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA04970 for ; Thu, 4 Apr 1996 07:47:12 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id WAA10627; Wed, 3 Apr 1996 22:12:50 -0800 (PST) Message-Id: <199604040612.WAA10627@ref.tfs.com> Subject: Re: Some solutions to disk problems.... I think. To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Wed, 3 Apr 1996 22:12:50 -0800 (PST) From: "JULIAN Elischer" Cc: Brett_Glass@ccgate.infoworld.com, msmith@atrad.adelaide.edu.au, jkh@time.cdrom.com, hardware@FreeBSD.org In-Reply-To: <199604040602.PAA25320@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Apr 4, 96 03:32:37 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hardware@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Brett Glass stands accused of saying: > > You want to be able to match a vendor string and a model number. If the > textual content changes, you duplicate the entry in the table. It's > nice and easy, and right where you can see it. the scsi rogue gallery matching functions now contain some RUDIMENTARY pattern matching.. ? matches anything * matches to teh end of the string I got tired of adding new table entries every time the manufacturers incremented the last decimal place in the model number. >