[icplus] Add driver for IC+ network card

Signed-off-by: Sylvie Barlow <sylvie.c.barlow@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Sylvie Barlow
2018-04-20 14:10:26 +01:00
committed by Michael Brown
parent c239f0bff2
commit 960d1e36b0
3 changed files with 1016 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_smscusb ( ERRFILE_DRIVER | 0x00c70000 )
#define ERRFILE_lan78xx ( ERRFILE_DRIVER | 0x00c80000 )
#define ERRFILE_ena ( ERRFILE_DRIVER | 0x00c90000 )
#define ERRFILE_icplus ( ERRFILE_DRIVER | 0x00ca0000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )