Fix compile errors. Bah.
This commit is contained in:
parent
a4d629e32d
commit
9580b6766e
@ -498,7 +498,7 @@ _bus_dmamap_load_buffer(bus_dma_tag_t dmat,
|
|||||||
struct thread *td,
|
struct thread *td,
|
||||||
int flags,
|
int flags,
|
||||||
bus_addr_t *lastaddrp,
|
bus_addr_t *lastaddrp,
|
||||||
bus_dma_segment_t *segs;
|
bus_dma_segment_t *segs,
|
||||||
int *segp,
|
int *segp,
|
||||||
int first)
|
int first)
|
||||||
{
|
{
|
||||||
@ -712,7 +712,7 @@ bus_dmamap_load_mbuf_sg(bus_dma_tag_t dmat, bus_dmamap_t map,
|
|||||||
struct mbuf *m0, bus_dma_segment_t *segs,
|
struct mbuf *m0, bus_dma_segment_t *segs,
|
||||||
int *nsegs, int flags)
|
int *nsegs, int flags)
|
||||||
{
|
{
|
||||||
int nsegs, error;
|
int error;
|
||||||
|
|
||||||
M_ASSERTPKTHDR(m0);
|
M_ASSERTPKTHDR(m0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user