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

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

>Number:         41142
>Category:       kern
>Synopsis:       patch: add 2 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 21:10:01 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 VScom PCI-200L 2 port serial card to pucdata.c file. This entry is taken from OpenBSD. 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 12:19:50 2002
***************
*** 623,628 ****
--- 623,638 ----
  	    },
  	},
  
+ 	/* VScom PCI-200L: 2S */
+ 	{   "VScom PCI-200L",
+ 	    {	0x14d2, 0x8020,	0, 0	},
+ 	    {	0xffff, 0xffff,	0, 0	},
+ 	    {
+ 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
+ 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8},
+ 	    },
+ 	},
+ 
  	/* VScom PCI-400: 4S */
  	{   "VScom PCI-400",
  	    {	0x10b5,	0x1077,	0x10b5,	0x1077	},
>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?20020730040003.52117.qmail>