david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[atl1e] Add Attansic L1E gigabit Ethernet driver

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Joshua Oreman 2009-10-05 11:27:10 -04:00 committed by Marty Connor
parent d07f79de35
commit db3e054fe5
3 changed files with 2789 additions and 0 deletions

1757
src/drivers/net/atl1e.c Normal file

File diff suppressed because it is too large Load Diff

1031
src/drivers/net/atl1e.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -113,6 +113,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_rtl818x ( ERRFILE_DRIVER | 0x004e0000 )
#define ERRFILE_sky2 ( ERRFILE_DRIVER | 0x004f0000 )
#define ERRFILE_ath5k ( ERRFILE_DRIVER | 0x00500000 )
#define ERRFILE_atl1e ( ERRFILE_DRIVER | 0x00510000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )