Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 22:32:11 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Nick Hibma <n_hibma@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/pci pcisupport.c 
Message-ID:  <19990510143213.E2FD91F72@spinner.netplex.com.au>
In-Reply-To: Your message of "Mon, 10 May 1999 07:07:17 MST." <199905101407.HAA93807@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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<devid>:
#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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990510143213.E2FD91F72>