Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 22:30:03 +0200 (CEST)
From:      martijn@be3.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/18608: davicom PNP modem not recognized
Message-ID:  <200005162030.WAA21238@node12070.a2000.nl>

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

>Number:         18608
>Category:       kern
>Synopsis:       davicom PNP modem not recognized
>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:   Tue May 16 13:40:04 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200005162030.WAA21238>