From nobody@FreeBSD.org  Sun Mar 25 13:36:15 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F2A7216A407
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Mar 2007 13:36:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id E408413C487
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Mar 2007 13:36:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2PDaFMj005729
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Mar 2007 13:36:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2PDVECw002521;
	Sun, 25 Mar 2007 13:31:14 GMT
	(envelope-from nobody)
Message-Id: <200703251331.l2PDVECw002521@www.freebsd.org>
Date: Sun, 25 Mar 2007 13:31:14 GMT
From: Trevor Roydhouse<fbsdbugs@sentry.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Avlab Technology Inc. PCI IO 4S-850 serial card
X-Send-Pr-Version: www-3.0

>Number:         110797
>Category:       kern
>Synopsis:       [puc] [patch] Avlab Technology Inc. PCI IO 4S-850 serial card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thompsa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 25 13:40:09 GMT 2007
>Closed-Date:    Sun Aug 31 18:05:57 UTC 2008
>Last-Modified:  Sun Aug 31 18:10:08 UTC 2008
>Originator:     Trevor Roydhouse
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD centurion.sentry.org 6.2-STABLE FreeBSD 6.2-STABLE #24: Sun Mar 25 18:58:14 EST 2007     xxxx@xxx.sentry.org:/usr/obj/usr/src/sys/XXX  i386
>Description:
The following Avlab Technology 4 port PCI serial card is not recognised by the puc device:

none@pci0:15:0: class=0x070002 card=0x215214db chip=0x215214db rev=0x00 hdr=0x00
    vendor     = 'Avlab Technology Inc.'
    device     = 'PCI IO 4S-850'
    class      = simple comms
    subclass   = UART
    cap 01[a0] = powerspec 1  supports D0 D3  current D0


>How-To-Repeat:
o Install Avlab Technology PCI IO 4S-850 4 port serial card

o Add puc device to kernel config, build kernel, install kernel, reboot

dmesg:

Mar 25 17:38:27 xxx kernel: pci0: <simple comms, UART> at device 15.0 (no driver attached)
>Fix:
Add:

        /* Avlab Technology, Inc. PCI 4 Serial: 4S-850 */  
        {   "Avlab Low Profile PCI IO 4S-850 Serial",
            {   0x14db, 0x2152, 0,      0       },
            {   0xffff, 0xffff, 0,      0       },
            {
                { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
                { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
            },
        },

to /usr/src/sys/dev/puc/pucdata.c
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: thompsa 
State-Changed-When: Thu Aug 21 23:22:43 UTC 2008 
State-Changed-Why:  
Committed to HEAD, thanks. 


Responsible-Changed-From-To: freebsd-bugs->thompsa 
Responsible-Changed-By: thompsa 
Responsible-Changed-When: Thu Aug 21 23:22:43 UTC 2008 
Responsible-Changed-Why:  
Committed to HEAD, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/110797: commit references a PR
Date: Thu, 21 Aug 2008 23:23:02 +0000 (UTC)

 thompsa     2008-08-21 23:22:32 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/puc          pucdata.c 
   Log:
   SVN rev 181973 on 2008-08-21 23:22:32Z by thompsa
   
   Add the Avlab Technology PCI IO 4S-850 4 port serial card.
   
   PR:             kern/110797
   Submitted by:   Trevor Roydhouse
   
   Revision  Changes    Path
   1.63      +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:05:33 UTC 2008 
State-Changed-Why:  
MFC complete, thanks for the PR. 

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

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