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
[-- Attachment #1 --]
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=0x070200 card=0x06711415 chip=0x95381415 rev=0x01 hdr=0x00
> vendor = 'Oxford Semiconductor Ltd'
> class = simple comms
> subclass = multiport serial
> -----
Try the attached patch.
DES
--
Dag-Erling Smørgrav - des@des.no
[-- Attachment #2 --]
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>
