insb
#define bus_insb(b,p,a,c) insb(p,a,c)
insb(bsh + offset, addr, count);
void insb(u_int port, void *addr, size_t count);