david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[sky2] Add support for Marvell Yukon-II gigabit Ethernet cards

Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
Joshua Oreman 2009-08-02 16:14:01 -07:00 committed by Michael Brown
parent 993f8ba9bc
commit 70f47e675e
3 changed files with 4576 additions and 0 deletions

2399
src/drivers/net/sky2.c Normal file

File diff suppressed because it is too large Load Diff

2176
src/drivers/net/sky2.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -111,6 +111,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ne2k_isa ( ERRFILE_DRIVER | 0x004c0000 )
#define ERRFILE_b44 ( ERRFILE_DRIVER | 0x004d0000 )
#define ERRFILE_rtl818x ( ERRFILE_DRIVER | 0x004e0000 )
#define ERRFILE_sky2 ( ERRFILE_DRIVER | 0x004f0000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )