cvs commit: src/sys/dev/sound/pci t4dwave.c
Pyun YongHyeon
yongari at FreeBSD.org
Tue Nov 23 00:43:09 PST 2004
yongari 2004-11-23 08:43:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/dev/sound/pci t4dwave.c
Log:
MFC t4dwave.c, 1.46 to RELENG_5:
Limit DMA address space to 1GB since the trident audio cards can't
handle DMA addresses located above 1GB. The LBA(loop begin address)
register which holds DMA base address is 32bits register. But the
MSB 2bits are used for other purposes. This effectivly limits the
DMA address space up to 1GB.
Revision Changes Path
1.44.2.2 +11 -1 src/sys/dev/sound/pci/t4dwave.c
More information about the cvs-src
mailing list