From owner-freebsd-current Tue May 11 14:32:36 1999 Delivered-To: freebsd-current@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 5EC2F14BF6; Tue, 11 May 1999 14:32:32 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id A9D7A1F72; Wed, 12 May 1999 05:32:28 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Doug Rabson Cc: NAKAGAWA Yoshihisa , Nick Hibma , current@freebsd.org Subject: Re: cvs commit: src/sys/pci pcisupport.c In-reply-to: Your message of "Tue, 11 May 1999 08:21:37 +0100." Date: Wed, 12 May 1999 05:32:28 +0800 From: Peter Wemm Message-Id: <19990511213230.A9D7A1F72@spinner.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson wrote: > On Tue, 11 May 1999, NAKAGAWA Yoshihisa wrote: > > > > I was thinking of doing this, the same as alpm and intpm: > > > > > > case 0x: > > > #if NUHCI > 0 > > > return NULL; > > > #else > > > return "VIA blah USB controller"; > > > #endif > > > > It depends on old-config, so poor mechanism. newconfig already > > implimented best match probe/attach. > > And a very useful mechanism it is. Which is why I implemented priority > ordered probes in -current. For the sake of the thread, this got committed a day or two ago, and these hacks have been replaced with a low priority match. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message