misc/75132: Patch to provide support for the Davicom 56PDV PCI Modems

mike tancsa mike at sentex.net
Thu Dec 16 05:10:28 PST 2004


The following reply was made to PR misc/75132; it has been noted by GNATS.

From: mike tancsa <mike at sentex.net>
To: freebsd-gnats-submit at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
 To unsubscribe, send any mail to "freebsd-bugs-unsubscribe at freebsd.org"


More information about the freebsd-bugs mailing list