mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
[aqc1xx] Add support for Marvell AQtion Ethernet controller
This patch adds support for the AQtion Ethernet controller, enabling iPXE to recognize and utilize the specific models (AQC114, AQC113, and AQC107). Tested-by: Animesh Bhatt <animeshb@marvell.com> Signed-off-by: Animesh Bhatt <animeshb@marvell.com>
This commit is contained in:
committed by
Michael Brown
parent
7f75d320f6
commit
c7f2e75519
@@ -225,6 +225,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_pcibridge ( ERRFILE_DRIVER | 0x00d40000 )
|
||||
#define ERRFILE_mnpnet ( ERRFILE_DRIVER | 0x00d50000 )
|
||||
#define ERRFILE_gve ( ERRFILE_DRIVER | 0x00d60000 )
|
||||
#define ERRFILE_aqc1xx ( ERRFILE_DRIVER | 0x00d70000 )
|
||||
#define ERRFILE_atl_hw ( ERRFILE_DRIVER | 0x00d80000 )
|
||||
#define ERRFILE_atl2_hw ( ERRFILE_DRIVER | 0x00d90000 )
|
||||
|
||||
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
|
||||
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )
|
||||
|
||||
Reference in New Issue
Block a user