From nobody@FreeBSD.org  Thu Jul 29 01:14:15 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5BF3116A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2004 01:14:15 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5142E43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2004 01:14:15 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i6T1E0TN074611
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2004 01:14:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i6T1E0Vx074610;
	Thu, 29 Jul 2004 01:14:00 GMT
	(envelope-from nobody)
Message-Id: <200407290114.i6T1E0Vx074610@www.freebsd.org>
Date: Thu, 29 Jul 2004 01:14:00 GMT
From: Darrin Smith <beldin@beldin.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: puc driver doesn't support PC-Com 8-port serial cards
X-Send-Pr-Version: www-2.3

>Number:         69730
>Category:       kern
>Synopsis:       [puc] [patch] puc driver doesn't support PC-Com 8-port serial cards
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thompsa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 29 01:20:21 GMT 2004
>Closed-Date:    Sun Aug 31 18:06:53 UTC 2008
>Last-Modified:  Sun Aug 31 18:10:13 UTC 2008
>Originator:     Darrin Smith
>Release:        FreeBSD-4.10
>Organization:
>Environment:
FreeBSD dialup.sehs.sec 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jul 29 09:37:46 CST 2004     sdar@server-lote.sehs.sec:/src/obj/src/src/sys/ROUTER  i386

>Description:
Neither 4.x nor 5.x have detection support for the 8 port PC-Com Cards.
>How-To-Repeat:
 install card, install puc enabled kernel, fail to detect :)
>Fix:
The following needs to added to /usr/src/sys/dev/puc/pucdata.c
card identification table :

         /* Decision Computer Inc, serial ports */
        {   "Decision Computer Inc, PCCOM 8-port serial",
            {   0x6666, 0x0002, 0,      0       },
            {   0xffff, 0xffff, 0,      0       },
            {
                { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x20, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x28, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x30, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x38, COM_FREQ },
            },
        },

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: thompsa 
State-Changed-When: Fri Aug 22 00:14:57 UTC 2008 
State-Changed-Why:  
Committed to HEAD, awaiting MFC. 


Responsible-Changed-From-To: freebsd-bugs->thompsa 
Responsible-Changed-By: thompsa 
Responsible-Changed-When: Fri Aug 22 00:14:57 UTC 2008 
Responsible-Changed-Why:  
Committed to HEAD, awaiting MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69730 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/69730: commit references a PR
Date: Fri, 22 Aug 2008 00:13:34 +0000 (UTC)

 thompsa     2008-08-22 00:13:17 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/puc          pucdata.c 
   Log:
   SVN rev 181975 on 2008-08-22 00:13:17Z by thompsa
   
   Add the Decision Computer Inc, PCCOM 8-port serial card.
   
   PR:             kern/69730
   Submitted by:   Darrin Smith
   
   Revision  Changes    Path
   1.65      +6 -0      src/sys/dev/puc/pucdata.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: thompsa 
State-Changed-When: Sun Aug 31 18:06:41 UTC 2008 
State-Changed-Why:  
MFC complete, thanks for the PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69730 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/69730: commit references a PR
Date: Sun, 31 Aug 2008 18:04:45 +0000 (UTC)

 thompsa     2008-08-31 18:04:16 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/dev/puc          pucdata.c 
   Log:
   SVN rev 182552 on 2008-08-31 18:04:16Z by thompsa
   
   MFC r179409, r181973, r181974, r181975
   
    - Fix baud on the Oxford OX16PCI954
    - Add the Avlab Technology PCI IO 4S-850 4 port serial card.
    - Add the VScom PCI-100L card.
    - Add the Decision Computer Inc, PCCOM 8-port serial card.
   
   PR:             kern/110797, kern/72352, kern/69730
   
   Revision  Changes    Path
   1.59.2.3  +22 -4     src/sys/dev/puc/pucdata.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/69730: commit references a PR
Date: Sun, 31 Aug 2008 18:05:21 +0000 (UTC)

 thompsa     2008-08-31 18:05:00 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/dev/puc          pucdata.c 
   Log:
   SVN rev 182553 on 2008-08-31 18:05:00Z by thompsa
   
   MFC r181973, r181974, r181975
   
    - Add the Avlab Technology PCI IO 4S-850 4 port serial card.
    - Add the VScom PCI-100L card.
    - Add the Decision Computer Inc, PCCOM 8-port serial card.
   
   PR:             kern/110797, kern/72352, kern/69730
   
   Revision  Changes    Path
   1.51.2.4  +35 -0     src/sys/dev/puc/pucdata.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
