Module Name: src Committed By: sevan Date: Thu Feb 27 23:15:34 UTC 2020
Modified Files:
src/sys/dev/pci: if_rge.c
Log Message:
Cast to make up for the difference in type between our bus_dma_map(9) and
theirs. Where we expect kvap to be of void **, they expect caddr_t (typedef
char *).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_rge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
