outsw
static int outsw = 0; /* putting stuff to data file? */
if (outsw) { /* putting data in tmp file */
outsw = 1; /* these msgs go into tmp file */
outsw = 0; /* turn off output */
outsw(bsh + offset, addr, count);
void outsw(u_int port, void *addr, size_t cnt);
outsw(BASE + DATA_REG_W, mtod(m, caddr_t), m->m_len / 2);
outsw(BASE + DATA_REG_W, mtod(m, caddr_t), m->m_len / 2);
{ outsw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }
{ outsw((unsigned)(HPT_UPTR)port, (void *)buffer, count); }