kern/152034: [puc] [patch] SIIG Cyber 2S PCIe not working correcty with puc driver

John Baldwin jhb at FreeBSD.org
Thu Apr 28 19:40:10 UTC 2011


The following reply was made to PR kern/152034; it has been noted by GNATS.

From: John Baldwin <jhb at FreeBSD.org>
To: bug-followup at FreeBSD.org, hans at hermes.louisville.edu
Cc:  
Subject: Re: kern/152034: [puc] [patch] SIIG Cyber 2S PCIe not working correcty
 with puc driver
Date: Thu, 28 Apr 2011 15:32:31 -0400

 Please try this patch.  Also, does your adapter actually have 4 serial 
 ports or only 2?
 
 Index: pucdata.c
 ===================================================================
 --- pucdata.c	(revision 221182)
 +++ pucdata.c	(working copy)
 @@ -638,12 +638,26 @@ 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,
   	    PUC_PORT_4S, 0x10, 0, 8,
   	},
 
 +	/* PR: kern/152034 */
 +	{   0x1415, 0x950a, 0x131f, 0x2030,
 +	    "SIIG Cyber 2S PCIe",
 +	    DEFAULT_RCLK * 10,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
   	{   0x1415, 0x950a, 0xffff, 0,
   	    "Oxford Semiconductor OX16PCI954 UARTs",
   	    DEFAULT_RCLK,
 
 -- 
 John Baldwin


More information about the freebsd-bugs mailing list