Subject: Re: Conexant wintv
To: Jonathan A. Kollasch <jakllsch@kollasch.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 12/26/2006 13:53:23
--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Dec 25, 2006 at 06:47:34PM -0600, Jonathan A. Kollasch wrote:
> On Sat, Dec 23, 2006 at 05:24:34PM +0000, Patrick Welche wrote:
> > I just received a Hauppauge WinTV-HVR 3000, and am disappointed to find it
> > has
> > 
> > Conexant Systems product 0x8800 (video multimedia, revision 0x05)
> > Conexant Systems product 0x8811 (miscellaneous multimedia, revision 0x05)
> > Conexant Systems product 0x8802 (miscellaneous multimedia, revision 0x05)
> > Conexant Systems product 0x8804 (miscellaneous multimedia, revision 0x05)
> > 
> > rather than Brooktree chips on it - any thoughts on what do with it?
> 
> Well, Conexant is Brooktree, but I have no idea if these chips are
> compatible.

bktr(4) wasn't happy, but now I have a starting point :-) Feel free to
apply attached patch..

Cheers,

Patrick

--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="pcidevs.diff"

Index: pcidevs
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pcidevs,v
retrieving revision 1.857
diff -u -r1.857 pcidevs
--- pcidevs	10 Dec 2006 23:43:13 -0000	1.857
+++ pcidevs	26 Dec 2006 13:37:27 -0000
@@ -1507,6 +1507,10 @@
 product CONEXANT SOFTK56	0x2443	SoftK56 PCI Software Modem
 product CONEXANT 56KFAXMODEM	0x1085	HW 56K Fax Modem
 product	CONEXANT LANFINITY	0x1803	LANfinity MiniPCI 10/100 Ethernet
+product	CONEXANT CX2388XV	0x8800	CX23880/1/2/3 Video Decoder
+product	CONEXANT CX2388XA	0x8811	CX23880/1/2/3 Audio Decoder
+product	CONEXANT CX2388XTS	0x8802	CX23880/1/2/3 MPEG Transport Stream
+product	CONEXANT CX2388XGP	0x8804	CX23880/1/2/3 General Purpose (IR)
 
 /* Contaq Microsystems products */
 product CONTAQ 82C599		0x0600	82C599 PCI-VLB Bridge
@@ -1685,6 +1689,7 @@
 product ESSTECH	MAESTRO3	0x1998	Maestro 3 PCI Audio Accelerator
 product ESSTECH	MAESTRO3MODEM	0x1999	Maestro 3 Modem
 product ESSTECH MAESTRO3_2	0x199a	Maestro 3 PCI Audio Accelerator
+product ESSTECH ESSMODEM	0x2838	ES2838 SuperLink-M ES56H-PI V.92
 
 /* ESS Technology products */
 product ESSTECH2 MAESTRO1	0x0100	Maestro 1 PCI Audio Accelerator

--zYM0uCDKw75PZbzx--