From nobody@FreeBSD.org  Mon Jan  5 21:02:13 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 E894916A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2004 21:02:13 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 36A5643D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2004 21:02:11 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i0652AdL079089
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Jan 2004 21:02:10 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i0652A16079088;
	Mon, 5 Jan 2004 21:02:10 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200401060502.i0652A16079088@www.freebsd.org>
Date: Mon, 5 Jan 2004 21:02:10 -0800 (PST)
From: Chris BeHanna <chris@behanna.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Add SIIG Quartet Serial 4S PCI IDs for puc device
X-Send-Pr-Version: www-2.0

>Number:         60964
>Category:       kern
>Synopsis:       [PATCH] Add SIIG Quartet Serial 4S PCI IDs for puc device
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 21:10:19 PST 2004
>Closed-Date:    Sun Aug 08 16:46:45 GMT 2004
>Last-Modified:  Sun Aug 08 16:46:45 GMT 2004
>Originator:     Chris BeHanna
>Release:        4.9-STABLE
>Organization:
Western Pennsylvania Pizza Disposal Unit
>Environment:
FreeBSD topperwein.pennasoft.com 4.9-STABLE FreeBSD 4.9-STABLE #2: Mon Jan  5 23:20:05 EST 2004     root@topperwein.pennasoft.com:/raid0/stable/usr/obj/raid5/4stable/src/sys/TOPPERWEIN  i386
>Description:
The SIIG Quartet 4-port PCI serial board isn't recognized.
>How-To-Repeat:
Install a SIIG Quartet 4-port PCI serial board, model number IO1876, and boot.
>Fix:
This patch applies against both 4.9-STABLE as of Nov 30, 2003 07:13:44 UTC and against 5.3-CURRENT as of Jan 6, 2003 07:13:52 UTC (these are my cvsup completion times).

--- src/sys/dev/puc/pucdata.c.orig  Mon Jan  5 23:08:51 2004
+++ src/sys/dev/puc/pucdata.c   Mon Jan  5 23:54:14 2004
@@ -630,6 +630,18 @@
        {
        { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
        { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8},
+       },
+   },
+
+   /* SIIG Quartet Serial 550 PCI 16C554 (20x family): 4S, model IO1876 */
+   {   "SIIG Quartet Serial 550 4S PCI 16C554 (20x family)",
+       {   0x131f, 0x2050, 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 },
        },
    },

>Release-Note:
>Audit-Trail:

From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To: freebsd-gnats-submit@FreeBSD.org, chris@behanna.org
Cc:  
Subject: Re: kern/60964 [PATCH] Add SIIG Quartet Serial 4S PCI IDs for puc
 device
Date: Sun, 08 Aug 2004 15:04:11 +0900 (JST)

 Hi.
 
   I think, this device_id was already added. rev.1.1.
 
 611:        /* SIIG Cyber 4S PCI 16C550 (20x family): 4S */
 612:        {   "SIIG Cyber 4S PCI 16C550 (20x family)",
 613:            {   0x131f, 0x2050, 0,      0       },
 614:            {   0xffff, 0xffff, 0,      0       },
 615:            {
 616:                { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
 617:                { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
 618:                { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
 619:                { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
 620:            },
 621:        },
 622:
 
   May I close this PR?
 
 ---
 MIHIRA, Sanpei Yoshiro
 Tokyo, Japan.
 
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Sun Aug 8 16:46:23 GMT 2004 
State-Changed-Why:  
This device_id was already added. rev.1.1. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60964 
>Unformatted:
