Browse Source

[atl1e] Add Attansic L1E gigabit Ethernet driver

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v0.9.9
Joshua Oreman 14 years ago
parent
commit
db3e054fe5
3 changed files with 2789 additions and 0 deletions
  1. 1757
    0
      src/drivers/net/atl1e.c
  2. 1031
    0
      src/drivers/net/atl1e.h
  3. 1
    0
      src/include/gpxe/errfile.h

+ 1757
- 0
src/drivers/net/atl1e.c
File diff suppressed because it is too large
View File


+ 1031
- 0
src/drivers/net/atl1e.h
File diff suppressed because it is too large
View File


+ 1
- 0
src/include/gpxe/errfile.h View File

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

Loading…
Cancel
Save