Subject: kern/8778: NEC PCI modem support
To: None <gnats-bugs@gnats.netbsd.org>
From: None <y-nakaga@nwsl.mesh.ad.jp>
List: netbsd-bugs
Date: 11/11/1999 02:15:44
>Number:         8778
>Category:       kern
>Synopsis:       NEC PCI modem support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 11 02:15:00 1999
>Last-Modified:
>Originator:     NAKAGAWA, Yoshihisa
>Organization:
NEC
>Release:        NetBSD-1.4
>Environment:

>Description:
I have a PCI modem card, it is used PLX like bridge chip and Rockwell modem chip.

>How-To-Repeat:


>Fix:
Add that card information to pucdata.c. This patch is diff for pucdata.c rev 1.6.

*** pucdata.c.1.6	Mon Oct 18 10:35:01 1999
--- pucdata.c	Thu Nov 11 19:02:54 1999
***************
*** 514,518 ****
--- 514,528 ----
  	    },
  	},
  
+ 	/* NEC PK-UG-X001 K56flex PCI Modem card.
+ 	   NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
+ 	{   "NEC PK-UG-X001 K56flex PCI Modem",
+ 	    {	0x1033,	0x0074,	0x1033,	0x8014	},
+ 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
+ 	    {
+ 		{ PUC_PORT_TYPE_COM, 0x10, 0x00 },
+ 	    },
+ 	},
+ 
  	{ 0 }
  };

>Audit-Trail:
>Unformatted: