From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 15 21:40:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADDBA16A57C for ; Wed, 15 Dec 2004 21:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DE843D5A for ; Wed, 15 Dec 2004 21:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFLeLB0079760 for ; Wed, 15 Dec 2004 21:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBFLeLep079759; Wed, 15 Dec 2004 21:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2004 21:40:21 GMT Resent-Message-Id: <200412152140.iBFLeLep079759@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mike tancsa Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 336C416A4CE for ; Wed, 15 Dec 2004 21:32:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC1743D39 for ; Wed, 15 Dec 2004 21:32:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFLWJTr041437 for ; Wed, 15 Dec 2004 21:32:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iBFLWJ0w041348; Wed, 15 Dec 2004 21:32:19 GMT (envelope-from nobody) Message-Id: <200412152132.iBFLWJ0w041348@www.freebsd.org> Date: Wed, 15 Dec 2004 21:32:19 GMT From: mike tancsa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/75132: Patch to provide support for the Davicom 56PDV PCI Modems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 21:40:21 -0000 >Number: 75132 >Category: misc >Synopsis: Patch to provide support for the Davicom 56PDV PCI Modems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 21:40:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: mike tancsa >Release: RELENG_4 and RELENG_5 >Organization: sentex communications >Environment: 4.11-PRERELEASE FreeBSD 4.11-PRERELEASE #0 >Description: Here is a patch to support the Davicom PCI Modem >How-To-Repeat: Boot without the patch >Fix: Here is the RELENG_4 patch --- pucdata.c.prev Wed Dec 15 16:18:22 2004 +++ pucdata.c Wed Dec 15 16:18:51 2004 @@ -804,6 +804,15 @@ }, }, + /* Davicom 56PDV PCI Modems Also know as GNET GPCI-56/AK*/ + { "Davicom 56PDV PCI Modem", + { 0x1282, 0x6585, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, + }, + }, + /* Actiontec 56K PCI Master */ { "Actiontec 56K PCI Master", { 0x11c1, 0x0480, 0x0, 0x0 }, and the RELENG_5 patch releng5-865# diff -u pucdata.c.prev pucdata.c --- pucdata.c.prev Wed Dec 15 15:35:18 2004 +++ pucdata.c Wed Dec 15 15:56:59 2004 @@ -827,6 +827,15 @@ }, }, + /* Davicom 56PDV PCI Modems Also know as GNET GPCI-56/AK*/ + { "Davicom 56PDV PCI Modem", + { 0x1282, 0x6585, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, + }, + }, + /* Actiontec 56K PCI Master */ { "Actiontec 56K PCI Master", { 0x11c1, 0x0480, 0, 0 }, releng5-865# >Release-Note: >Audit-Trail: >Unformatted: