freebsd-dev/sys/dev/malo
Weongyo Jeong 75b88cb05e 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
2009-03-31 10:34:54 +00:00
..
if_malo_pci.c fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to create 2009-03-31 10:34:54 +00:00
if_malo.c Hoist 802.11 encapsulation up into net80211: 2009-03-30 21:53:27 +00:00
if_malo.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
if_malohal.c corrects a error message. 2009-03-30 11:23:14 +00:00
if_malohal.h
if_maloioctl.h