Index: if_dc.c =================================================================== RCS file: /host/cvs/usr/cvs/src/sys/dev/dc/if_dc.c,v retrieving revision 1.179 diff -u -r1.179 if_dc.c --- if_dc.c 14 Feb 2006 12:44:54 -0000 1.179 +++ if_dc.c 16 Mar 2006 13:57:50 -0000 @@ -205,6 +205,8 @@ "Accton EN2242 MiniPCI 10/100BaseTX" }, { DC_VENDORID_XIRCOM, DC_DEVICEID_X3201, "Xircom X3201 10/100BaseTX" }, + { DC_VENDORID_DLINK, DC_DEVICEID_DRP32TXD, + "Neteasy DRP-32TXD Cardbus 10/100" }, { DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500, "Abocom FE2500 10/100BaseTX" }, { DC_VENDORID_ABOCOM, DC_DEVICEID_FE2500MX, @@ -1921,6 +1923,7 @@ case DC_DEVICEID_AN985: case DC_DEVICEID_ADM9511: case DC_DEVICEID_ADM9513: + case DC_DEVICEID_DRP32TXD: case DC_DEVICEID_FA511: case DC_DEVICEID_FE2500: case DC_DEVICEID_EN2242: Index: if_dcreg.h =================================================================== RCS file: /host/cvs/usr/cvs/src/sys/dev/dc/if_dcreg.h,v retrieving revision 1.47 diff -u -r1.47 if_dcreg.h --- if_dcreg.h 2 Dec 2005 01:23:20 -0000 1.47 +++ if_dcreg.h 14 Mar 2006 13:13:53 -0000 @@ -940,6 +940,16 @@ #define DC_DEVICEID_X3201 0x0003 /* + * D-Link vendor ID + */ +#define DC_VENDORID_DLINK 0x1186 + +/* + * D-Link device IDs. + */ +#define DC_DEVICEID_DRP32TXD 0x1561 + +/* * Abocom vendor ID */ #define DC_VENDORID_ABOCOM 0x13d1