Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 21:02:10 -0800 (PST)
From:      Chris BeHanna <chris@behanna.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/60964: [PATCH] Add SIIG Quartet Serial 4S PCI IDs for puc device
Message-ID:  <200401060502.i0652A16079088@www.freebsd.org>
Resent-Message-ID: <200401060510.i065AJSS076679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 21:10:19 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401060502.i0652A16079088>