Date: Tue, 11 May 1999 08:21:37 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp> Cc: Peter Wemm <peter@netplex.com.au>, Nick Hibma <n_hibma@freebsd.org>, current@freebsd.org Subject: Re: cvs commit: src/sys/pci pcisupport.c Message-ID: <Pine.BSF.4.05.9905110820500.447-100000@herring.nlsystems.com> In-Reply-To: <199905110213.CAA08686@chandra.eatell.msr.prug.or.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 May 1999, NAKAGAWA Yoshihisa wrote: > > I was thinking of doing this, the same as alpm and intpm: > > > > case 0x<devid>: > > #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. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9905110820500.447-100000>