From owner-freebsd-bugs Tue May 16 13:40: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C04B837BB9E for ; Tue, 16 May 2000 13:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA49474; Tue, 16 May 2000 13:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from node12070.a2000.nl (node12070.a2000.nl [24.132.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 7E2F637BBE7 for ; 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 Reply-To: martijn@be3.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/18608: davicom PNP modem not recognized Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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