Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.
This is in preparation to completing A64 PCI support.
This commit is contained in:
parent
c497cdef6c
commit
f0066b5536
@ -60,6 +60,9 @@
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_isp.h"
|
||||
|
||||
#define ISP_DMA_ADDR_T bus_addr_t
|
||||
|
||||
/*
|
||||
* Efficiency- get rid of SBus code && tests unless we need them.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user