Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Net.e1000 support device list: (5 Items)
   
Net.e1000 support device list  
Hi,

Does anyone have a list of support devices of Net.e1000?
Latest Software Updates, 21-01-2014 version.

Thanks,

Shinji
Re: Net.e1000 support device list  
There are too many devices to list here. Which device are you interested
in?
 

On 2014-11-14, 12:54 AM, "Shinji Inotsume" <community-noreply@qnx.com>
wrote:

>Hi,
>
>Does anyone have a list of support devices of Net.e1000?
>Latest Software Updates, 21-01-2014 version.
>
>Thanks,
>
>Shinji
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post112335
>To cancel your subscription to this discussion, please e-mail
>general-qnx4-unsubscribe@community.qnx.com

Re: Net.e1000 support device list  
Hi Hugh,

Our distributer want to know all device IDs supported by latest Net.e1000 driver.
Because they receive many inquiries about supported Intel GbE device from various customers.
So they see the IDs list, and want to determine whether it is supported.

If you give the device ID list such as header file, I make the device ID list and give if to distributer.

Thanks,
Re: Net.e1000 support device list  
Here you are.

static unsigned device_ids[] = {
	PCI_DEVICE_ID_INTEL_DH89XXCC_SGMII,				/* 0x0438 */
	PCI_DEVICE_ID_INTEL_DH89XXCC_SERDES,			/* 0x043A */
	PCI_DEVICE_ID_INTEL_DH89XXCC_BACKPLANE,			/* 0x043C */
	PCI_DEVICE_ID_INTEL_DH89XXCC_SFP,				/* 0x0440 */
	PCI_DEVICE_ID_INTEL_82542,						/* 0x1000 */
	PCI_DEVICE_ID_INTEL_82543GC_FIBER,				/* 0x1001 */
	PCI_DEVICE_ID_INTEL_82543GC_COPPER,				/* 0x1004 */
	PCI_DEVICE_ID_INTEL_82544EI_COPPER,				/* 0x1008 */
	PCI_DEVICE_ID_INTEL_82544EI_FIBER,				/* 0x1009 */
	PCI_DEVICE_ID_INTEL_82544GC_COPPER,				/* 0x100C */
	PCI_DEVICE_ID_INTEL_82544GC_LOM,				/* 0x100D */
	PCI_DEVICE_ID_INTEL_82540EM,					/* 0x100E */
	PCI_DEVICE_ID_INTEL_82545EM_COPPER,				/* 0x100F */
	PCI_DEVICE_ID_INTEL_82546EB_COPPER,				/* 0x1010 PCI */
	PCI_DEVICE_ID_INTEL_82545EM_FIBER,				/* 0x1011 */
	PCI_DEVICE_ID_INTEL_82546EB_FIBER,				/* 0x1012 */
	PCI_DEVICE_ID_INTEL_82541EI,					/* 0x1013 */
	PCI_DEVICE_ID_INTEL_82541ER_LOM,				/* 0x1014 */
	PCI_DEVICE_ID_INTEL_82540EM_LOM,				/* 0x1015 */
	PCI_DEVICE_ID_INTEL_82540EP_LOM,				/* 0x1016 */
	PCI_DEVICE_ID_INTEL_82540EP,					/* 0x1017 */
	PCI_DEVICE_ID_INTEL_82541EI_MOBILE,				/* 0x1018 */
	PCI_DEVICE_ID_INTEL_82547EI,					/* 0x1019 */
	PCI_DEVICE_ID_INTEL_82547EI_MOBILE,				/* 0x101A */
	PCI_DEVICE_ID_INTEL_82546EB_QUAD_COPPER,		/* 0x101D */
	PCI_DEVICE_ID_INTEL_82540EP_LP,					/* 0x101E */
	PCI_DEVICE_ID_INTEL_82545GM_COPPER,				/* 0x1026 */
	PCI_DEVICE_ID_INTEL_82545GM_FIBER,				/* 0x1027 PCI */
	PCI_DEVICE_ID_INTEL_82545GM_SERDES,				/* 0x1028 */
	PCI_DEVICE_ID_INTEL_ICH8_IGP_M_AMT,				/* 0x1049 */
	PCI_DEVICE_ID_INTEL_ICH8_IGP_AMT,				/* 0x104A PCIe LOM */
	PCI_DEVICE_ID_INTEL_ICH8_IGP_C,					/* 0x104B PCIe LOM */
	PCI_DEVICE_ID_INTEL_ICH8_IFE,					/* 0x104C */
	PCI_DEVICE_ID_INTEL_ICH8_IGP_M,					/* 0x104D */
	PCI_DEVICE_ID_INTEL_82571EB_COPPER,				/* 0x105E PCIe */
	PCI_DEVICE_ID_INTEL_82571EB_FIBER,				/* 0x105F PCIe */
	PCI_DEVICE_ID_INTEL_82571EB_SERDES,				/* 0x1060 */
	PCI_DEVICE_ID_INTEL_82547GI,					/* 0x1075 */
	PCI_DEVICE_ID_INTEL_82541GI,					/* 0x1076 PCI */
	PCI_DEVICE_ID_INTEL_82541GI_MOBILE,				/* 0x1077 */
	PCI_DEVICE_ID_INTEL_82541ER,					/* 0x1078 */
	PCI_DEVICE_ID_INTEL_82546GB_COPPER,				/* 0x1079 PCI */
	PCI_DEVICE_ID_INTEL_82546GB_FIBER,				/* 0x107A PCI */
	PCI_DEVICE_ID_INTEL_82546GB_SERDES,				/* 0x107B */
	PCI_DEVICE_ID_INTEL_82541GI_LF,					/* 0x107C PCI */
	PCI_DEVICE_ID_INTEL_82572EI_COPPER,				/* 0x107D */
	PCI_DEVICE_ID_INTEL_82572EI_FIBER,				/* 0x107E PCIe */
	PCI_DEVICE_ID_INTEL_82572EI_SERDES,				/* 0x107F */
	PCI_DEVICE_ID_INTEL_82546GB_PCIE,				/* 0x108A */
	PCI_DEVICE_ID_INTEL_82573E,						/* 0x108B */
	PCI_DEVICE_ID_INTEL_82573E_IAMT,				/* 0x108C PCIe LOM */
	PCI_DEVICE_ID_INTEL_80003ES2LAN_COPPER_DPT,		/* 0x1096 */
	PCI_DEVICE_ID_INTEL_80003ES2LAN_SERDES_DPT,		/* 0x1098 */
	PCI_DEVICE_ID_INTEL_82546GB_QUAD_COPPER,		/* 0x1099 */
	PCI_DEVICE_ID_INTEL_82573L,						/* 0x109A PCIe LOM */
	PCI_DEVICE_ID_INTEL_82571EB_QUAD_COPPER,		/* 0x10A4 */
	PCI_DEVICE_ID_INTEL_82571EB_QUAD_FIBER,			/* 0x10A5 */
	PCI_DEVICE_ID_INTEL_82575EB_COPPER,				/* 0x10a7 */
	PCI_DEVICE_ID_INTEL_82575EB_FIBER_SERDES,		/* 0x10a9 */
	PCI_DEVICE_ID_INTEL_82546GB_QUAD_COPPER_KSP3,	/* 0x10B5 */
	PCI_DEVICE_ID_INTEL_82572EI,					/* 0x10B9 */
	PCI_DEVICE_ID_INTEL_80003ES2LAN_COPPER_SPT,		/* 0x10BA */
	PCI_DEVICE_ID_INTEL_80003ES2LAN_SERDES_SPT,		/* 0x10BB */
	PCI_DEVICE_ID_INTEL_82571EB_QUAD_COPPER_LP,		/* 0x10BC PCIe */
	PCI_DEVICE_ID_INTEL_ICH9_IGP_AMT,				/* 0x10BD PCIe LOM */
	PCI_DEVICE_ID_INTEL_ICH9_IGP_M,					/* 0x10BF */
	PCI_DEVICE_ID_INTEL_ICH9_IFE,					/* 0x10c0 */
	PCI_DEVICE_ID_INTEL_ICH9_IFE_G,					/* 0x10c2 */
	PCI_DEVICE_ID_INTEL_ICH9_IFE_GT,				/* 0x10c3 */
	PCI_DEVICE_ID_INTEL_ICH8_IFE_GT,				/* 0x10C4 */
	PCI_DEVICE_ID_INTEL_ICH8_IFE_G,					/* 0x10C5 */
	PCI_DEVICE_ID_INTEL_82576,						/* 0x10C9 */
	PCI_DEVICE_ID_INTEL_82576_VF,					/* 0x10CA...
View Full Message
Re: Net.e1000 support device list  
Great!

Thank you so much.

Shinji