Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2011 19:30:14 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/147583: [puc] [patch] sys/dev/puc/pucdata.c: incorrect clock value for Oxford OX16PCI954
Message-ID:  <201104281930.p3SJUEfb041508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/147583; it has been noted by GNATS.

From: John Baldwin <jhb@FreeBSD.org>
To: bug-followup@FreeBSD.org, leres@ee.lbl.gov
Cc:  
Subject: Re: kern/147583: [puc] [patch] sys/dev/puc/pucdata.c: incorrect clock
 value for Oxford OX16PCI954
Date: Thu, 28 Apr 2011 15:29:09 -0400

 Please try this patch and see if it allows your device to work:
 
 Index: pucdata.c
 ===================================================================
 --- pucdata.c	(revision 221182)
 +++ pucdata.c	(working copy)
 @@ -638,6 +638,13 @@ const struct puc_cfg puc_pci_devices[] = {
   	    PUC_PORT_4S, 0x10, 0, 8,
   	},
 
 +	/* PR: kern/147583 */
 +	{   0x1415, 0x9501, 0x131f, 0x2052,
 +	    "SIIG Quartet Serial 850",
 +	    DEFAULT_RCLK * 10,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +
   	{   0x1415, 0x9501, 0xffff, 0,
   	    "Oxford Semiconductor OX16PCI954 UARTs",
   	    DEFAULT_RCLK,
 
 -- 
 John Baldwin



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