outb
#define outb(x,y) (archsw.arch_isaoutb((x),(y)))
#define outb(port, data) ( \
#undef outb
outb(u8 value, u_int port)
#undef outb
outb(u_int port, u_char data)