kern/124128: [puc] puc driver doesn't support VScom PCIex-800H 8-port serial cards

John Baldwin jhb at FreeBSD.org
Thu Apr 28 18:20:11 UTC 2011


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

From: John Baldwin <jhb at FreeBSD.org>
To: bug-followup at FreeBSD.org, maxim.frolov.07 at gmail.com
Cc:  
Subject: Re: kern/124128: [puc] puc driver doesn't support VScom PCIex-800H
 8-port serial cards
Date: Thu, 28 Apr 2011 14:16:03 -0400

 Can you verify that this patch applied to an unmodified pucdata.c allows 
 your card to work?
 
 Index: pucdata.c
 ===================================================================
 --- pucdata.c	(revision 221161)
 +++ pucdata.c	(working copy)
 @@ -735,6 +735,17 @@ const struct puc_cfg puc_pci_devices[] = {
   	    PUC_PORT_2S, 0x10, 0, 8,
   	},
 
 +	{   0x14d2, 0xa007, 0xffff, 0,
 +	    "Titan VScom PCIex-800H",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +	{   0x14d2, 0xa008, 0xffff, 0,
 +	    "Titan VScom PCIex-800H",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +
   	{   0x14d2, 0xe020, 0xffff, 0,
   	    "Titan VScom PCI-200HV2",
   	    DEFAULT_RCLK * 8,
 
 -- 
 John Baldwin


More information about the freebsd-bugs mailing list