[sis190] Add sis190/191 ethernet driver

Tested-by: Paul Hackett <paulfxhackett@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Thomas Miletich
2009-10-16 14:56:34 -04:00
committed by Marty Connor
parent 04cb1cde5c
commit 251926f631
3 changed files with 1490 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_sky2 ( ERRFILE_DRIVER | 0x004f0000 )
#define ERRFILE_ath5k ( ERRFILE_DRIVER | 0x00500000 )
#define ERRFILE_atl1e ( ERRFILE_DRIVER | 0x00510000 )
#define ERRFILE_sis190 ( ERRFILE_DRIVER | 0x00520000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )