summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-03-31 10:34:54 +0000
committerweongyo <weongyo@FreeBSD.org>2009-03-31 10:34:54 +0000
commitbda9649894dcd03b8eb892e1994c45d7d7afd804 (patch)
tree4efe162c0a5583edb7d2ab49d498415cbe560025 /lib/libc/stdlib/system.c
parent3bbf35abb152a6aa57dce0e158a52206a102fa02 (diff)
downloadFreeBSD-src-bda9649894dcd03b8eb892e1994c45d7d7afd804.zip
FreeBSD-src-bda9649894dcd03b8eb892e1994c45d7d7afd804.tar.gz
fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to create
a device specific DMA tag. On amd64 it could exhaust all of bounce pages when bus_dma_tag_create(9) is called at malo_pci_attach() then as result in next turn it returns ENOMEM. This fix a attach fail on amd64. Pointed by: yongari Tested by: dchagin MFC after: 3 days
Diffstat (limited to 'lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud