Bug #2017 » hdac.c.patch
sys/dev/sound/pci/hda/hdac.c | ||
---|---|---|
{
|
||
bus_size_t roundsz;
|
||
int result;
|
||
int lowaddr;
|
||
size_t lowaddr;
|
||
roundsz = roundup2(size, HDAC_DMA_ALIGNMENT);
|
||
lowaddr = (sc->support_64bit) ? BUS_SPACE_MAXADDR :
|