From junichi@junichi.org  Sat Oct  5 09:06:02 2002
Return-Path: <junichi@junichi.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 353DD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Oct 2002 09:06:02 -0700 (PDT)
Received: from niseko.junichi.org (niseko.junichi.org [61.204.21.211])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F2D1C43E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Oct 2002 09:06:00 -0700 (PDT)
	(envelope-from junichi@junichi.org)
Received: from norn.pn.junichi.org ([IPv6:2001:268:107:1000:220:edff:fe44:8fd])
	by niseko.junichi.org (8.12.5/8.12.5/niseko) with ESMTP id g95G5viS032247
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 Oct 2002 01:05:57 +0900 (JST)
	(envelope-from junichi@junichi.org)
Received: from norn.pn.junichi.org (localhost.pn.junichi.org [IPv6:::1])
	by norn.pn.junichi.org (8.12.6/8.12.3) with ESMTP id g95G5uoP000833
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 Oct 2002 01:05:56 +0900 (JST)
	(envelope-from junichi@norn.pn.junichi.org)
Received: (from junichi@localhost)
	by norn.pn.junichi.org (8.12.6/8.12.3/Submit) id g95G5ua7000832;
	Sun, 6 Oct 2002 01:05:56 +0900 (JST)
	(envelope-from junichi)
Message-Id: <200210051605.g95G5ua7000832@norn.pn.junichi.org>
Date: Sun, 6 Oct 2002 01:05:56 +0900 (JST)
From: Junichi Satoh <junichi@junichi.org>
Reply-To: Junichi Satoh <junichi@junichi.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: puc driver does not recognize Lava Dual-650 serial cards.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43716
>Category:       kern
>Synopsis:       [puc] [patch] puc driver does not recognize Lava Dual-650 serial cards.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 05 09:10:01 PDT 2002
>Closed-Date:    Mon Feb 13 05:22:38 UTC 2012
>Last-Modified:  Mon Feb 13 05:22:38 UTC 2012
>Originator:     Junichi Satoh
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD shiga.pn.junichi.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #3: Sat Oct  5 00:54:40 JST 2002     junichi@shiga.pn.junichi.org:/usr/src/sys/compile/SIO  i386

>Description:
	puc driver does not recognize Lava Dual-650 serial cards.
	Its device ID is not available in pucdata.c.

>How-To-Repeat:

>Fix:
	Apply following patch.

*** pucdata.c.org	Tue Apr 30 02:00:33 2002
--- pucdata.c	Sat Oct  5 00:54:23 2002
***************
*** 638,643 ****
--- 638,653 ----
  	    },
  	},
  
+ 	/* Lava Computers Dual-650 PCI serial ports */
+ 	{   "Lava Computers Dual-650 serial",
+ 	    {	0x1407, 0x0200, 0,	0	},
+ 	    {	0xffff,	0xfffc,	0,	0	},
+ 	    {
+ 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
+ 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 4},
+ 	    },
+ 	},
+ 
  	/* US Robotics (3Com) PCI Modems */
  	{   "US Robotics (3Com) 3CP5609 PCI 16550 Modem",
  	    {	0x12b9,	0x1008,	0,	0	},
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Oct 14 16:07:08 PDT 2002 
Responsible-Changed-Why:  
Misfiled PR. 

To the original submitter: 
Please make sure that you always fill the Category field when 
submitting new problem reports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43716 
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sat Oct 15 21:39:48 UTC 2011 
Responsible-Changed-Why:  
Not my field, but I'll nag someone about these PRS 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43716 
State-Changed-From-To: open->feedback 
State-Changed-By: eadler 
State-Changed-When: Sun Oct 16 20:24:51 UTC 2011 
State-Changed-Why:  
this patch no longer applies. Do you have an updated version of it ? If 
not I'll try to spend some time converting it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43716 
State-Changed-From-To: feedback->closed 
State-Changed-By: eadler 
State-Changed-When: Mon Feb 13 05:22:37 UTC 2012 
State-Changed-Why:  
this patch no longer applies and I don't have the hardwar to test. I'll 
be happy to commit a patch if you have a new one. Sorry no one go t to 
this one soon enough 

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