From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 16 13:10:27 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 ECA0E16A4CE for ; Thu, 16 Dec 2004 13:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7C943D46 for ; Thu, 16 Dec 2004 13:10:27 +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 iBGDARpD025695 for ; Thu, 16 Dec 2004 13:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBGDARpi025694; Thu, 16 Dec 2004 13:10:27 GMT (envelope-from gnats) Date: Thu, 16 Dec 2004 13:10:27 GMT Message-Id: <200412161310.iBGDARpi025694@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: mike tancsa 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 Reply-To: mike tancsa List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 13:10:28 -0000 The following reply was made to PR misc/75132; it has been noted by GNATS. From: mike tancsa To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: misc/75132: Patch to provide support for the Davicom 56PDV PCI Modems Date: Wed, 15 Dec 2004 21:32:19 GMT >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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"