summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-08-25 08:13:07 +0000
committernyan <nyan@FreeBSD.org>2003-08-25 08:13:07 +0000
commit15c04842871180fb21e8f5a665af822408c71c54 (patch)
tree454ab236c0d3f2dd6ce36308752c956f1e4c6d3c /sys/i386/isa
parentfee680ed0c0bb234f2bad2d0cd193aeda925bc72 (diff)
downloadFreeBSD-src-15c04842871180fb21e8f5a665af822408c71c54.zip
FreeBSD-src-15c04842871180fb21e8f5a665af822408c71c54.tar.gz
Fix compile error.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/bs/bshw_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/bs/bshw_dma.c b/sys/i386/isa/bs/bshw_dma.c
index 7c48818..33090fa 100644
--- a/sys/i386/isa/bs/bshw_dma.c
+++ b/sys/i386/isa/bs/bshw_dma.c
@@ -173,7 +173,7 @@ bs_dma_xfer_end(ti)
/**********************************************
* GENERIC DMA FUNCS
**********************************************/
-static u_int8_t dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 };
+static bus_addr_t dmapageport[4] = { 0x27, 0x21, 0x23, 0x25 };
/* common dma settings */
#undef DMA1_SMSK
OpenPOWER on IntegriCloud