From martijn@node12070.a2000.nl  Tue May 16 13:30:23 2000
Return-Path: <martijn@node12070.a2000.nl>
Received: from node12070.a2000.nl (node12070.a2000.nl [24.132.32.112])
	by hub.freebsd.org (Postfix) with ESMTP id 7E2F637BBE7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 May 2000 13:30:21 -0700 (PDT)
	(envelope-from martijn@node12070.a2000.nl)
Received: (from martijn@localhost)
	by node12070.a2000.nl (8.9.3/8.9.3) id WAA21238;
	Tue, 16 May 2000 22:30:03 +0200 (CEST)
	(envelope-from martijn)
Message-Id: <200005162030.WAA21238@node12070.a2000.nl>
Date: Tue, 16 May 2000 22:30:03 +0200 (CEST)
From: martijn@be3.com
Sender: martijn@node12070.a2000.nl
Reply-To: martijn@be3.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: davicom PNP modem not recognized
X-Send-Pr-Version: 3.2

>Number:         18608
>Category:       kern
>Synopsis:       davicom PNP modem not recognized
>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:   Tue May 16 13:40:04 PDT 2000
>Closed-Date:    Wed May 17 19:15:55 PDT 2000
>Last-Modified:  Wed May 17 19:16:22 PDT 2000
>Originator:     Martijn Plak
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
private user
>Environment:

FreeBSD 4.0-RELEASE (diff is against recent -stable)
DAVICOM PNP MODEM 33.6, data/fax/voice

>Description:

My davicom PNP internal modem card is not detected because the
PNP signature is not listed in sys/isa/sio.c.

After adding the signature the modem card is recognised, a sio
device is attached and I can access the modem.

I propose to add the signature.

>How-To-Repeat:

n/a

>Fix:

Here is my diff -c -r:

*** /sys/isa/sio.c	Tue May  2 08:05:50 2000
--- /sys/isa/sio-davicom.c	Tue May 16 21:49:13 2000
***************
*** 559,564 ****
--- 559,565 ----
  	{0x00b4490a, NULL},	/* BRIB400 - Boca 56k PnP */
  	{0x0030320d, NULL},	/* CIR3000 - Cirrus Logic V43 */
  	{0x0100440e, NULL},	/* CRD0001 - Cardinal MVP288IV ? */
+ 	(0x36033610, NULL),     /* DAV0336 - DAVICOM 336PNP MODEM */
  	{0x0000aa1a, NULL},	/* FUJ0000 - FUJITSU Modem 33600 PNP/I2 */
  	{0x1200c31e, NULL},	/* GVC0012 - VF1128HV-R9 (win modem?) */
  	{0x0303c31e, NULL},	/* GVC0303 - MaxTech 33.6 PnP D/F/V */

This is a diff against this file version:

 * $FreeBSD: src/sys/isa/sio.c,v 1.291.2.2 2000/05/02 06:05:50 tanimura Exp $
 *	from: @(#)com.c	7.5 (Berkeley) 5/16/91
 *	from: i386/isa sio.c,v 1.234

>Release-Note:
>Audit-Trail:

From: Martijn Plak <martijn@be3.com>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: kern/18608: davicom PNP modem not recognized
Date: Wed, 17 May 2000 20:22:24 +0200

 Oops.. shame on me.
 
 While double-checking my change request kern/18608 I saw I diffed the wrong
 file. There's a slight syntax error in that it uses ('s instead of {'s.
 
 martijn
 
 
State-Changed-From-To: open->closed 
State-Changed-By: tanimura 
State-Changed-When: Wed May 17 19:15:55 PDT 2000 
State-Changed-Why:  
Fixed in rev 1.297(HEAD) and 1.291.2.3(RELENG_4), thanks! 
>Unformatted:
