]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow chipset drivers to specify the direct-mapped DMA window's mask in
authorgallatin <gallatin@FreeBSD.org>
Wed, 26 May 1999 23:01:57 +0000 (23:01 +0000)
committergallatin <gallatin@FreeBSD.org>
Wed, 26 May 1999 23:01:57 +0000 (23:01 +0000)
commitb5afe950d0039e26fabd75bdd242c03803121f40
tree040900e637c5436a92b5528ed6c92fa92675aba9
parent68290356efdb6c55d4f937b8eb380a3c6c8aab06
Allow chipset drivers to specify the direct-mapped DMA window's mask in
preparation for tsunami support.  Previous chipsets' direct-mapped DMA
mask was always 1024*1024*1024.  The Tsunami chipset needs it to be
2*1024*1024*1024

These changes should not affect the i386 port

Reviewed by: Doug Rabson <dfr@nlsystems.com>
sys/alpha/alpha/busdma_machdep.c
sys/alpha/include/pmap.h
sys/dev/ata/ata-dma.c
sys/dev/ti/if_tireg.h
sys/pci/if_alreg.h
sys/pci/if_mxreg.h
sys/pci/if_pnreg.h
sys/pci/if_tireg.h
sys/pci/if_xlreg.h
sys/pci/ncr.c