summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2017-07-06 17:58:22 +0200
committerMichael Brown2017-07-07 17:44:28 +0200
commit5a7558447ae9a795215468e5e7ad2511dc4a02fd (patch)
treeb6afa6beaa167dfce89021aae40a4d5e2f90c233 /src/include
parent[intel] Add support for I219-V in 7th Gen Intel NUC (diff)
downloadipxe-5a7558447ae9a795215468e5e7ad2511dc4a02fd.tar.gz
ipxe-5a7558447ae9a795215468e5e7ad2511dc4a02fd.tar.xz
ipxe-5a7558447ae9a795215468e5e7ad2511dc4a02fd.zip
[smscusb] Abstract out common SMSC USB device functionality
The smsc75xx and smsc95xx drivers include a substantial amount of identical functionality, varying only in the base address of register sets. Abstract out this common functionality to allow code to be shared between the drivers. 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 dc3de051..6da1a450 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -200,6 +200,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_sfc_hunt ( ERRFILE_DRIVER | 0x00c40000 )
#define ERRFILE_efx_hunt ( ERRFILE_DRIVER | 0x00c50000 )
#define ERRFILE_exanic ( ERRFILE_DRIVER | 0x00c60000 )
+#define ERRFILE_smscusb ( ERRFILE_DRIVER | 0x00c70000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )