From owner-cvs-all Thu Oct 1 04:02:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28333 for cvs-all-outgoing; Thu, 1 Oct 1998 04:02:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28119; Thu, 1 Oct 1998 04:01:56 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA02299; Thu, 1 Oct 1998 13:00:10 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA04634; Thu, 1 Oct 1998 13:00:10 +0200 (MET DST) Message-ID: <19981001130010.50717@follo.net> Date: Thu, 1 Oct 1998 13:00:10 +0200 From: Eivind Eklund To: Luigi Rizzo Cc: mike@smith.net.au, andreas@klemm.gtn.com, des@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS References: <19981001004739.39723@follo.net> <199810010359.EAA09963@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199810010359.EAA09963@labinfo.iet.unipi.it>; from Luigi Rizzo on Thu, Oct 01, 1998 at 04:59:03AM +0100 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 01, 1998 at 04:59:03AM +0100, Luigi Rizzo wrote: > > > We should be checking the fallback PnP ID's as well, > > > > s/should/do/ > > > > I committed code (submitted by Uri > to do this something like 3 weeks ago. I only have a single card to > > are you sure ? What i remember was that Ugo Paternostro sent the code, > and i saw it (the whole patch, i mean) in the CVS logs for some file, > but the code was not in the source tree. And this was near the > beginning of july... RCS file: /home/ncvs/src/sys/i386/isa/pnp.c,v revision 1.6 date: 1998/09/13 22:15:44; author: eivind; state: Exp; lines: +103 -12 Support PnP compatibility IDs. This allow e.g. the ed driver to pick up any PnP NE2000 compatible card, instead of forcing us to always update ID lists. Submitted by: Ugo Paternostro Yeah, it's in. -current only. Eivind.