From smatsui@internet-inc.co.jp  Mon Jul 29 22:56:14 2002
Return-Path: <smatsui@internet-inc.co.jp>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2A70C37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Jul 2002 22:56:14 -0700 (PDT)
Received: from egan.internet-inc.co.jp (egan.internet-inc.co.jp [210.196.149.242])
	by mx1.FreeBSD.org (Postfix) with SMTP id D5D3043E42
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Jul 2002 22:56:12 -0700 (PDT)
	(envelope-from smatsui@internet-inc.co.jp)
Received: (qmail 52688 invoked by uid 1001); 30 Jul 2002 05:56:33 -0000
Message-Id: <20020730055633.52687.qmail@egan.internet-inc.co.jp>
Date: 30 Jul 2002 05:56:33 -0000
From: Shinsuke Matsui <smatsui@internet-inc.co.jp>
Reply-To: Shinsuke Matsui <smatsui@internet-inc.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: patch: add 4 port serial card to PUC driver
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41146
>Category:       kern
>Synopsis:       patch: add 4 port serial card to PUC driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 29 23:00:02 PDT 2002
>Closed-Date:    Thu Aug 22 03:58:42 PDT 2002
>Last-Modified:  Thu Aug 22 03:58:42 PDT 2002
>Originator:     Shinsuke Matsui
>Release:        FreeBSD 4.6-RELEASE-p2 i386
>Organization:
InterNet Inc.
>Environment:
System: FreeBSD kurobe.teletubbies.internet-inc.co.jp 4.6-RELEASE-p2 FreeBSD 4.6-RELEASE-p2 #0: Mon Jul 22 15:00:56 JST 2002 smatsui@po.teletubbies.internet-inc.co.jp:/usr/obj/usr/src/sys/KUROBE i386
>Description:
Add an entry for Avlab's low profile 4 serial port card to pucdata.c file. The card is sold by Kuroutoshukou in Japan. This entry is taken from NetBSD. Patch is relative to current, but can be also applied to stable.
>How-To-Repeat:
>Fix:
*** pucdata.c.orig	Tue Jul 30 12:16:00 2002
--- pucdata.c	Tue Jul 30 13:28:58 2002
***************
*** 876,881 ****
--- 876,893 ----
  	    },
  	},
  
+ 	/* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */
+ 	{   "Avlab Low Profile PCI 4 Serial",
+ 	    {	0x14db,	0x2150,	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 },
+ 	    },
+ 	},
+ 
          /* Decision Computer Inc, serial ports */
          {   "Decision Computer Inc, PCCOM 4-port serial",
              {   0x6666, 0x0001, 0,      0       },
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jhay 
State-Changed-When: Thu Aug 22 03:57:56 PDT 2002 
State-Changed-Why:  
Committed, thanks. See rev 1.10 and 1.2.2.8. 

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