Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 17:59:48 +0000
From:      Andy Miller <andy@trit.org>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD and multi-port serial cards
Message-ID:  <20080515175948.GA98896@charade.trit.org>

next in thread | raw e-mail | index | archive | help

--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I have a multi-port serial card that uses the puc driver. It doesn't work
out of the box, but I found a patch on the hackers list that claims to
fix the problem. My problem now is that it seems that the code for this
driver has been completely redone in FreeBSD 7.0. Can someone help me
translate the patch below to work on a 7.0 system?

--- pucdata.c.org	Sat Dec 16 00:31:37 2006
+++ pucdata.c	Thu Mar 22 13:03:32 2007
@@ -865,6 +865,17 @@
 	    },
 	},
=20
+	{   "Oxford Semiconductor Ltd OX16PCI954 Quad UART",
+	    {	0x1415, 0x9501, 0x131f, 0x2050 },
+	    {	0xffff, 0xffff, 0xffff, 0xffff },
+            {
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
+		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
+		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 },
+		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 },
+	    },
+	},
+
 	{   "SIIG Cyber 4S PCI 16C650 (20x family)",
 	    {	0x1415, 0x9501, 0x131f, 0x2051 },
 	    {	0xffff, 0xffff, 0xffff, 0xffff },

Thanks.

--
Andy Miller

--mYCpIKhGyMATD0i+
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFILHoS7Gy/m4mCrLkRAhZGAJ0UyVirUpcBHupglqF7nGJRZhoQyACcDQpP
6ZTi9uvi/5nCEkGvrLQ0+Rs=
=70oF
-----END PGP SIGNATURE-----

--mYCpIKhGyMATD0i+--



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