summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMarty Connor2010-01-14 18:04:50 +0100
committerMarty Connor2010-01-14 18:05:35 +0100
commit5264e965ad10a142b3d0714a63afeddbeec09b70 (patch)
tree6c8890f45fb70e6db04605e7a794218ce666e88b /src/include
parent[3c90xutil] Update bromutil.c and cromutil.c. (diff)
downloadipxe-5264e965ad10a142b3d0714a63afeddbeec09b70.tar.gz
ipxe-5264e965ad10a142b3d0714a63afeddbeec09b70.tar.xz
ipxe-5264e965ad10a142b3d0714a63afeddbeec09b70.zip
[skge] Add driver for skge NICs
This code is based on the linux skge driver. It supports Marvell Yukon and SysKonnect Gigabit chipsets. The code is based on code Michael Decker <mrd999@gmail.com> wrote for Google Summer of Code 2008. Support for dual-port cards is untested. The code, however, was left in. In my opinion it's easier to fix the code if we need to, instead of having to add support for it from scratch. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 03234f4be..def8f3574 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -116,6 +116,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_atl1e ( ERRFILE_DRIVER | 0x00510000 )
#define ERRFILE_sis190 ( ERRFILE_DRIVER | 0x00520000 )
#define ERRFILE_myri10ge ( ERRFILE_DRIVER | 0x00530000 )
+#define ERRFILE_skge ( ERRFILE_DRIVER | 0x00540000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )