in nubus.c [133:138]
static inline long nubus_expand32(long foo) { if (foo & 0x00800000) /* 24bit negative */ foo |= 0xFF000000; return foo; }