[ipxe-devel] [PATCH] [intel] Add PCI ID for I218-LM.

Robin Smidsrød robin at smidsrod.no
Sat Mar 7 07:41:23 UTC 2015


On 06.03.2015 21:39, Thomas Miletich wrote:
> Signed-off-by: Thomas Miletich <thomas.miletich at gmail.com>
> ---
>  src/drivers/net/intel.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
> index c6fa6bf..ffa0276 100644
> --- a/src/drivers/net/intel.c
> +++ b/src/drivers/net/intel.c
> @@ -1001,6 +1001,7 @@ static struct pci_device_id intel_nics[] = {
>  	PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
>  	PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
>  	PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
> +	PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
>  	PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
>  	PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
>  	PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),

Nice! Did you remember to add the physical device you tested to the list
on http://ipxe.org/dev/driver? Curious what hardware you tested.
Possibly an Intel NUC? ;)

-- Robin




More information about the ipxe-devel mailing list