none0@pci0:9:0: class=0x020000 card=0x020113f0 chip=0x020013f0 rev=0x31 hdr=0x00 vendor = 'Sundance Technology Inc' class = network subclass = ethernet - Add Encore ENL832 10/100BaseTX support. Approved by: MFC after: 1 month Index: sys/pci/if_ste.c =================================================================== RCS file: /home/ncvs/src/sys/pci/if_ste.c,v retrieving revision 1.95 diff -u -r1.95 if_ste.c --- sys/pci/if_ste.c 14 Feb 2006 12:44:56 -0000 1.95 +++ sys/pci/if_ste.c 9 May 2006 15:03:59 -0000 @@ -87,6 +87,7 @@ static struct ste_type ste_devs[] = { { ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" }, { DL_VENDORID, DL_DEVICEID_DL10050, "D-Link DL10050 10/100BaseTX" }, + { ST_VENDORID, ST_DEVICEID_ENL832, "Encore ENL832 10/100BaseTX" }, { 0, 0, NULL } }; Index: sys/pci/if_stereg.h =================================================================== RCS file: /home/ncvs/src/sys/pci/if_stereg.h,v retrieving revision 1.20 diff -u -r1.20 if_stereg.h --- sys/pci/if_stereg.h 30 Aug 2005 20:35:08 -0000 1.20 +++ sys/pci/if_stereg.h 9 May 2006 15:03:59 -0000 @@ -34,10 +34,11 @@ /* * Sundance PCI device/vendor ID for the - * ST201 chip. + * ST201 chip and Encore ENL832. */ #define ST_VENDORID 0x13F0 #define ST_DEVICEID_ST201 0x0201 +#define ST_DEVICEID_ENL832 0x0200 /* * D-Link PCI device/vendor ID for the DL10050[AB] chip