Browse Source

Added defines for Infiniband files (which can't be committed to the

main tree yet, but reserving the error numbers now avoids problems later).
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
2ee76d0c93
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/include/gpxe/errfile.h

+ 3
- 0
src/include/gpxe/errfile.h View File

@@ -101,8 +101,10 @@
101 101
 #define ERRFILE_via_rhine	     ( ERRFILE_DRIVER | 0x00440000 )
102 102
 #define ERRFILE_via_velocity	     ( ERRFILE_DRIVER | 0x00450000 )
103 103
 #define ERRFILE_w89c840		     ( ERRFILE_DRIVER | 0x00460000 )
104
+#define ERRFILE_ipoib		     ( ERRFILE_DRIVER | 0x00470000 )
104 105
 
105 106
 #define ERRFILE_scsi		     ( ERRFILE_DRIVER | 0x00700000 )
107
+#define ERRFILE_arbel		     ( ERRFILE_DRIVER | 0x00710000 )
106 108
 
107 109
 #define ERRFILE_aoe			( ERRFILE_NET | 0x00000000 )
108 110
 #define ERRFILE_arp			( ERRFILE_NET | 0x00010000 )
@@ -123,6 +125,7 @@
123 125
 #define ERRFILE_dhcp			( ERRFILE_NET | 0x00100000 )
124 126
 #define ERRFILE_dns			( ERRFILE_NET | 0x00110000 )
125 127
 #define ERRFILE_tftp			( ERRFILE_NET | 0x00120000 )
128
+#define ERRFILE_infiniband		( ERRFILE_NET | 0x00130000 )
126 129
 
127 130
 #define ERRFILE_image		      ( ERRFILE_IMAGE | 0x00000000 )
128 131
 #define ERRFILE_elf		      ( ERRFILE_IMAGE | 0x00010000 )

Loading…
Cancel
Save