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:
mjacob 2002-08-22 16:14:19 +00:00
parent c497cdef6c
commit f0066b5536

View File

@ -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.
*/