On Sun, 12 Sep 1999, Guy Helmer wrote:

> One of my machines with a D-Link DE-220 PNP ISA card that is running
> current (most recently cvsupped today, Sept. 12) does not recognize the
> D-Link card.  It used to be recognized without problems on the old PNP
> code.
> 
> pnpinfo reports the same thing under both working and non-working kernels:

Try this patch:

Index: if_ed.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/isa/if_ed.c,v
retrieving revision 1.159
diff -u -r1.159 if_ed.c
--- if_ed.c     1999/09/07 08:42:46     1.159
+++ if_ed.c     1999/09/12 17:22:54
@@ -273,13 +273,14 @@
 };
 
 static struct isa_pnp_id ed_ids[] = {
-       { 0xd680d041,   "NE2000 Compatible" },                     /* PNP80d6 */
-       { 0x1980635e,   "WSC8019" },                               /* WSC8019 */
-       { 0x0131d805,   "Acer ALN-101T" },                         /* ANX3101 */
-       { 0x01200507,   "PLANET ENW-2401" },                       /* AXE2001 */
-       { 0x19808c4a,   "Realtek Plug & Play Ethernet Card" },     /* RTL8019 */
-       { 0x0090252a,   "CNet NE2000 Compatible" },                /* JQE9000 */
+       { 0xd680d041,   "NE2000 Compatible" },                  /* PNP80d6 */
+       { 0x1980635e,   "WSC8019" },                            /* WSC8019 */
+       { 0x0131d805,   "Acer ALN-101T" },                      /* ANX3101 */
+       { 0x01200507,   "PLANET ENW-2401" },                    /* AXE2001 */
+       { 0x19808c4a,   "Realtek Plug & Play Ethernet Card" },  /* RTL8019 */
+       { 0x0090252a,   "CNet NE2000 Compatible" },             /* JQE9000 */
        { 0x0020832e,   "Kingston EtheRX KNE20 Plug & Play ISA" }, /* KTC2000 */
+       { 0x01228b11,   NULL },                                 /* DLK2201 */
        { 0,            NULL}
 };
 

--
Doug Rabson                             Mail:  [EMAIL PROTECTED]
Nonlinear Systems Ltd.                  Phone: +44 181 442 9037




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to