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

Mike Tancsa mike at sentex.net
Wed Dec 15 14:30:32 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: Re: misc/75132: Patch to provide support for the Davicom 56PDV
  PCI Modems
Date: Wed, 15 Dec 2004 17:21:18 -0500

 Sorry, small change :( The BAR should be 0x10, not 0x14
 
 releng5-865# diff -u pucdata.c.prev pucdata.c
 --- pucdata.c.prev      Wed Dec 15 15:35:18 2004
 +++ pucdata.c   Wed Dec 15 17:08:21 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, 0x10, 0x00, COM_FREQ },
 +            },
 +        },
 +
          /* Actiontec 56K PCI Master */
          {   "Actiontec 56K PCI Master",
              {   0x11c1, 0x0480, 0,      0       },
 releng5-865#
 
 and
 
 RELENG4
 
 --- pucdata.c.prev      Thu Sep  9 21:01:30 2004
 +++ pucdata.c   Wed Dec 15 17:12:12 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, 0x10, 0x00, COM_FREQ },
 +        },
 +    },
 +
          /* Actiontec  56K PCI Master */
          {   "Actiontec 56K PCI Master",
              {   0x11c1, 0x0480, 0x0,    0x0     },
 
 
 
 --------------------------------------------------------------------
 Mike Tancsa,                                      tel +1 519 651 3400
 Sentex Communications,                            mike at sentex.net
 Providing Internet since 1994                    www.sentex.net
 Cambridge, Ontario Canada                         www.sentex.net/mike
 


More information about the freebsd-bugs mailing list