|
|
| version 1.4, 2004/02/05 17:51:43 | version 1.5, 2004/05/19 22:52:38 |
|---|---|
| Line 422 struct fw_crom_buf { | Line 422 struct fw_crom_buf { |
| #define DEV2UNIT(x) ((dev2unit(x) & 0xff00) >> 8) | #define DEV2UNIT(x) ((dev2unit(x) & 0xff00) >> 8) |
| #define DEV2SUB(x) (dev2unit(x) & 0xff) | #define DEV2SUB(x) (dev2unit(x) & 0xff) |
| #define FW_UNITMASK MAKEMINOR(0, -1, 0) | |
| #define FW_UNIT(unit) MAKEMINOR(0, unit, 0) | |
| #define FWMEM_FLAG 0x10000 | #define FWMEM_FLAG 0x10000 |
| #define DEV_FWMEM(x) (dev2unit(x) & FWMEM_FLAG) | #define DEV_FWMEM(x) (dev2unit(x) & FWMEM_FLAG) |
| #endif | #endif |