> #define IORESOURCE_TYPE_BITS 0x00001f00 /* Resource type */ > #define IORESOURCE_IO 0x00000100 > #define IORESOURCE_MEM 0x00000200 > +#define IORESOURCE_FOO 0x00000300
These are bit masks and checked as such in many places. This makes no sense at all. Moving to IO_RESOURCE_TYPE() being 0-31 values might be smart but its a massive all kernel change. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

