raw_insb
#define isa_insb(port, buf, nr) raw_insb(isa_itb(port), (u8 *)(buf), (nr))
#define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr))