[ipxe-devel] Add driver for "Atheros L1 PCIE Gigabit Ethernet controller" to iPXE

Geert Stappers stappers at stappers.nl
Sun Dec 15 11:57:03 UTC 2019


On Sat, Dec 14, 2019 at 07:28:37PM +0300, Sergey wrote:
> 
> Hello all.
>  
> I have dozzen of computers having Atheros L1 PCIE Gigabit Ethernet
> controller. These computers has single network controller.
>  
> On these computers I successfully boot iPXE (from  http://boot.ipxe.org/ )
> via PXE and DHCP.
>  
> Command «ifopen net0» says: «net0»: no such device. So the «config» command shown «netX» interface only.
>  
>  
> Can you add driver for Atheros L1 PCIE Gigabit Ethernet controller to the iPXE?
>  
> Vendor:DeviceID for this controller is 1969:1048.
>  
> Linux has SOURCE_TOPDIR/drivers/net/ethernet/atheros/atlx/atl1.c
>    


Possible starting point

--- a/src/drivers/net/atl1e.c
+++ b/src/drivers/net/atl1e.c
@@ -58,6 +58,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 static struct pci_device_id atl1e_pci_tbl[] = {
        PCI_ROM(0x1969, 0x1026, "atl1e_26", "Attansic L1E 0x1026", 0),
+       PCI_ROM(0x1969, 0x1048, "atl1e_48", "Attansic L1E 0x1048", 0),
        PCI_ROM(0x1969, 0x1066, "atl1e_66", "Attansic L1E 0x1066", 0),
 };
 

Please let us known how it went


> Best regards, Sergey Zaikov
>  
> Всего доброго

All the best



Groeten
Geert Stappers
Native speaker of a language that has multiple words for  free
-- 
https://translate.google.com/#view=home&op=translate&sl=fr&tl=ru&text=gratuit%20vs%20libre



More information about the ipxe-devel mailing list