From c659a54f700c824894ef686d3c620933306f88c7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 16 Apr 2005 14:41:04 +0000 Subject: Now known to work with an old Adaptec 1505 that I found lying around. --- src/include/isapnp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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 -- cgit v1.2.3-55-g7522