Date: Mon, 22 Dec 2008 15:19:25 +0100 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Boris Samorodov <bsam@ipt.ru> Cc: freebsd-current@FreeBSD.org Subject: Re: Oxford OX16PCI958 multiport card Message-ID: <86lju8i976.fsf@ds4.des.no> In-Reply-To: <46336768@bb.ipt.ru> (Boris Samorodov's message of "Mon, 15 Dec 2008 20:26:23 %2B0300") References: <46336768@bb.ipt.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Boris Samorodov <bsam@ipt.ru> writes: > here is one more 8-port card which doesn't work by default > at -current: > ----- > none0@pci0:0:10:0: class=3D0x070200 card=3D0x06711415 chip=3D0x95381= 415 rev=3D0x01 hdr=3D0x00 > vendor =3D 'Oxford Semiconductor Ltd' > class =3D simple comms > subclass =3D multiport serial > ----- Try the attached patch. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=OX16PCI958.diff Index: sys/dev/puc/pucdata.c =================================================================== --- sys/dev/puc/pucdata.c (revision 186394) +++ sys/dev/puc/pucdata.c (working copy) @@ -626,6 +626,12 @@ PUC_PORT_4S, 0x10, 0, 8, }, + { 0x1415, 0x9538, 0xffff, 0, + "Oxford Semiconductor OX16PCI958 UARTs", + DEFAULT_RCLK, + PUC_PORT_8S, 0x10, 0, 8, + }, + { 0x1415, 0x9521, 0xffff, 0, "Oxford Semiconductor OX16PCI952 UARTs", DEFAULT_RCLK, --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86lju8i976.fsf>