From root@omar.int.saeab.se  Tue Oct  5 13:37:15 2004
Return-Path: <root@omar.int.saeab.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6445616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Oct 2004 13:37:15 +0000 (GMT)
Received: from saeab.se (ture.saeab.se [213.80.3.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 80C5143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Oct 2004 13:37:13 +0000 (GMT)
	(envelope-from root@omar.int.saeab.se)
Received: from omar.int.saeab.se (omar.int.saeab.se [10.0.1.32])
	by saeab.se (8.12.11/8.12.11) with ESMTP id i95Db6r4043368;
	Tue, 5 Oct 2004 15:37:06 +0200 (CEST)
	(envelope-from root@omar.int.saeab.se)
Received: from omar.int.saeab.se (localhost [127.0.0.1])
	by omar.int.saeab.se (8.13.1/8.13.1) with ESMTP id i95Db5DO001300;
	Tue, 5 Oct 2004 15:37:05 +0200 (CEST)
	(envelope-from root@omar.int.saeab.se)
Received: (from root@localhost)
	by omar.int.saeab.se (8.13.1/8.13.1/Submit) id i95Db1As001299;
	Tue, 5 Oct 2004 15:37:01 +0200 (CEST)
	(envelope-from root)
Message-Id: <200410051337.i95Db1As001299@omar.int.saeab.se>
Date: Tue, 5 Oct 2004 15:37:01 +0200 (CEST)
From: thn@saeab.se
Reply-To: thn@saeab.se
To: FreeBSD-gnats-submit@freebsd.org
Cc: thn@saeab.se
Subject: [PATCH] Support for VScom PCI-100L is missing
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72352
>Category:       kern
>Synopsis:       [puc] [patch] Support for VScom PCI-100L is missing from puc(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    thompsa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 05 13:40:24 GMT 2004
>Closed-Date:    Sun Aug 31 18:06:31 UTC 2008
>Last-Modified:  Sun Aug 31 18:10:10 UTC 2008
>Originator:     Thomas Nystrm
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
Sv. Aktuell Elektronik AB
>Environment:
System: FreeBSD omar.int.saeab.se 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Tue Oct 5 15:16:01 CEST 2004 root@omar.int.saeab.se:/usr/obj/usr/src/sys/OMAR i386
	
>Description:
Suport for the VScom PCI-100L is missing. The PCI-100L is a single
serial port for the PCI-bus.

'pciconf -lv' reports the port as (after the patch):
uc0@ci0:0:0: clss=0x070002 cr=0x80042 chi=0x80042 rev=0x00 hr=0x00
    venr   = Titn lectrnics nc
    evice   = VScm ީ-00L  x S-22 ntrller
    clss    = simle cmms
    subclss = îT

>How-To-Repeat:
	N/A

>Fix:
The attached patch adds suport for this port to the puc(4) driver.

--- vscom-puc.diff begins here ---
--- pucdata.c-org	Mon May 17 14:57:30 2004
+++ pucdata.c	Tue Oct  5 15:11:31 2004
@@ -644,6 +644,15 @@
 	    },
 	},
 
+	/* VSCom PCI 100L: 1S */
+	{   "VScom PCI-100L",
+	    {   0x14d2, 0x8010, 0,	0	},
+	    {	0xffff,	0xffff,	0,	0	},
+	    {
+		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
+	    },
+	},
+
 	/* VScom PCI-200L: 2S */
 	{   "VScom PCI-200L",
 	    {	0x14d2,	0x8020,	0,	0	},
--- vscom-puc.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: thompsa 
State-Changed-When: Fri Aug 22 00:14:19 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:19 UTC 2008 
Responsible-Changed-Why:  
Committed to HEAD, awaiting MFC. 

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

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

 thompsa     2008-08-22 00:12:08 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/puc          pucdata.c 
   Log:
   SVN rev 181974 on 2008-08-22 00:12:08Z by thompsa
   
   Add the VScom PCI-100L card.
   
   PR:             kern/72352
   Submitted by:   Thomas Nystrom
   
   Revision  Changes    Path
   1.64      +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:09 UTC 2008 
State-Changed-Why:  
MFC complete, thanks for the PR. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/72352: commit references a PR
Date: Sun, 31 Aug 2008 18:04:44 +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/72352: 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:
