busdma tags are opaque on all architectures except sparc64

for now simply don't compile/use on sparc64
This commit is contained in:
kmacy 2007-04-09 17:01:23 +00:00
parent 5e8437cf1f
commit 4083aff7c8

View File

@ -230,7 +230,7 @@ mb_free_vec(struct mbuf *m)
m->m_flags &= ~M_IOVEC;
uma_zfree(zone_mbuf, m);
}
#ifndef __sparc64__
struct mvec_sg_cb_arg {
int error;
bus_dma_segment_t seg;
@ -322,3 +322,4 @@ err_out:
return (error);
}
#endif /* !__sparc64__ */