mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[tg3] Add support for tg3-5721
From: Daniel Mealha Cabrita <dancab@utfpr.edu.br> I've added tg3-5721 support for gPXE, the patch (against gpxe-0.9.3) is attached to this message. This chipset is present in HP ML150 G2 servers (possibly other HP machines as well).
This commit is contained in:
@@ -283,6 +283,7 @@ typedef unsigned long dma_addr_t;
|
||||
#define CHIPREV_ID_5705_A1 0x3001
|
||||
#define CHIPREV_ID_5705_A2 0x3002
|
||||
#define CHIPREV_ID_5705_A3 0x3003
|
||||
#define CHIPREV_ID_5721 0x4101
|
||||
#define CHIPREV_ID_5750_A0 0x4000
|
||||
#define CHIPREV_ID_5750_A1 0x4001
|
||||
#define CHIPREV_ID_5750_A3 0x4003
|
||||
|
||||
Reference in New Issue
Block a user