summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2016-06-16 16:06:25 +0200
committerMichael Brown2017-07-10 14:01:03 +0200
commit0600d3ae94f93efd10fc6b3c7420a9557a3a1670 (patch)
tree19bb55491b47500048284adb9fe6bcee12d30dd6 /src/include
parent[smsc75xx] Expose functionality shared with LAN78xx devices (diff)
downloadipxe-0600d3ae94f93efd10fc6b3c7420a9557a3a1670.tar.gz
ipxe-0600d3ae94f93efd10fc6b3c7420a9557a3a1670.tar.xz
ipxe-0600d3ae94f93efd10fc6b3c7420a9557a3a1670.zip
[lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICs
Originally-implemented-by: Ravi Hegde <ravi.hegde@microchip.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 6da1a450..2dc182dd 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -201,6 +201,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_efx_hunt ( ERRFILE_DRIVER | 0x00c50000 )
#define ERRFILE_exanic ( ERRFILE_DRIVER | 0x00c60000 )
#define ERRFILE_smscusb ( ERRFILE_DRIVER | 0x00c70000 )
+#define ERRFILE_lan78xx ( ERRFILE_DRIVER | 0x00c80000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )