]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: 277890
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 25 Mar 2015 10:18:23 +0000 (10:18 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 25 Mar 2015 10:18:23 +0000 (10:18 +0000)
commit9b73fc18f9f8d57c938da12455d4323c74a92f62
treedd3c5cfc7a79f1ac98b2b22a930b185ce3bec609
parentec01aa5edf293f72dec4f58b1c137f6d0416940b
MFC: 277890

sfxge: Do not bzero() DMA allocated memory once again

sfxge_dma_alloc() calls bus_dmamem_alloc() with BUS_DMA_ZERO flag, so
allocated memory is already filled in by zeros

Sponsored by:   Solarflare Communications, Inc.
Approved by:    gnn (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/10@280514 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sfxge/sfxge_port.c