Add PCI DMA memory functions and make addbufs_pci and associated code use
authorEric Anholt <anholt@freebsd.org>
Sat, 26 Apr 2003 22:52:39 +0000 (22:52 +0000)
committerEric Anholt <anholt@freebsd.org>
Sat, 26 Apr 2003 22:52:39 +0000 (22:52 +0000)
commitce514e08aa8fdbdf52da2ac2cbdace68e0b25210
tree4c7101a5f73d5fcface6aeee9b4f599d6a3be9ce
parentf2a0c5438dc83171de1007a68e4f98e35b5a8fbe
Add PCI DMA memory functions and make addbufs_pci and associated code use
    it. To do this we need to save the bus address along with the virtual
    address in the seglist. Also fix some error handling and a few bits of
    whitespace.
12 files changed:
bsd-core/drmP.h
bsd-core/drm_bufs.c
bsd-core/drm_dma.c
bsd-core/drm_pci.c [new file with mode: 0644]
bsd-core/r128_drv.c
bsd-core/radeon_drv.c
bsd/drmP.h
bsd/drm_bufs.h
bsd/drm_dma.h
bsd/drm_pci.h [new file with mode: 0644]
bsd/r128_drv.c
bsd/radeon_drv.c