diff options
| author | Michael Brown | 2005-04-16 16:41:04 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-16 16:41:04 +0200 |
| commit | c659a54f700c824894ef686d3c620933306f88c7 (patch) | |
| tree | 64570e39303a40e4065195901318c2d08512934f /src/include | |
| parent | Consistency (diff) | |
| download | ipxe-c659a54f700c824894ef686d3c620933306f88c7.tar.gz ipxe-c659a54f700c824894ef686d3c620933306f88c7.tar.xz ipxe-c659a54f700c824894ef686d3c620933306f88c7.zip | |
Now known to work with an old Adaptec 1505 that I found lying around.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/isapnp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/isapnp.h b/src/include/isapnp.h index 7bcc59640..c66b4112a 100644 --- a/src/include/isapnp.h +++ b/src/include/isapnp.h @@ -102,7 +102,7 @@ #define ISAPNP_TAG_END 0x0F /* Large tags */ #define ISAPNP_IS_LARGE_TAG(tag) ( ( (tag) & 0x80 ) ) -#define ISAPNP_LARGE_TAG_NAME(tag) ( (tag) & 0x7f ) +#define ISAPNP_LARGE_TAG_NAME(tag) (tag) #define ISAPNP_TAG_MEMRANGE 0x81 #define ISAPNP_TAG_ANSISTR 0x82 #define ISAPNP_TAG_UNICODESTR 0x83 |
