mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[jme] Add JMicron Ethernet driver
A new driver for JMicron Ethernet controller. Reviewed-by: Joshua Oreman <oremanj@rwcr.net> Reviewed-by: Michael Brown <mbrown@fensystems.co.uk> Reviewed-by: Marty Connor <mdc@etherboot.org> Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
62149deb11
commit
f27e077f09
@@ -125,6 +125,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define ERRFILE_igb_main ( ERRFILE_DRIVER | 0x00580000 )
|
||||
#define ERRFILE_snpnet ( ERRFILE_DRIVER | 0x00590000 )
|
||||
#define ERRFILE_snponly ( ERRFILE_DRIVER | 0x005a0000 )
|
||||
#define ERRFILE_jme ( ERRFILE_DRIVER | 0x005b0000 )
|
||||
|
||||
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
|
||||
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )
|
||||
|
||||
Reference in New Issue
Block a user