Skip site navigation (1)Skip section navigation (2)
Date:      30 Jul 2002 05:56:33 -0000
From:      Shinsuke Matsui <smatsui@internet-inc.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/41146: patch: add 4 port serial card to PUC driver
Message-ID:  <20020730055633.52687.qmail@egan.internet-inc.co.jp>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 29 23:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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