From owner-cvs-all Mon May 10 7:32:37 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 68A46152CB; Mon, 10 May 1999 07:32:15 -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 E2FD91F72; Mon, 10 May 1999 22:32:12 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pcisupport.c In-reply-to: Your message of "Mon, 10 May 1999 07:07:17 MST." <199905101407.HAA93807@freefall.freebsd.org> Date: Mon, 10 May 1999 22:32:11 +0800 From: Peter Wemm Message-Id: <19990510143213.E2FD91F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nick Hibma wrote: > n_hibma 1999/05/10 07:07:16 PDT > > Modified files: > sys/pci pcisupport.c > Log: > Remove VIA USB controller (was '#if 0' out), to make sure > no one adds it back. Chip handled by uhci_pci.c . 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 Once Doug commits his tweaks to enable preferential probing or driver priorities or whatever he has in mind, this should come back so that we can see the identification if the USB code isn't activated. Without it, the devices go anonymously and it's easy to not even notice that you've got supported motherboard services that you could be taking advantage of. This is more useful in the power management area though, it's hard to miss USB ports. :-) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message