isapnp_write
isapnp_write(CONFIG_CONTROL, 0x04); /* Reset CSN for All Cards */
isapnp_write(WAKE, 0);
isapnp_write(SET_RD_DATA, (isapnp_readport >> 2));
isapnp_write(SET_CSN, csn);
isapnp_write(WAKE, csn);
isapnp_write(CONFIG_CONTROL, 0x02);
static void isapnp_write(int d, int r);