From 5264e965ad10a142b3d0714a63afeddbeec09b70 Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Thu, 14 Jan 2010 12:04:50 -0500 Subject: [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 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 --- src/include/gpxe/errfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/gpxe') 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 ) -- cgit v1.2.3-55-g7522