History log of /freebsd/sys/dev/malo/if_malo_pci.c (Results 51 – 56 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/7.2.0_cvs, release/7.2.0
# 9c797940 13-Apr-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# 75b88cb0 31-Mar-2009 Weongyo Jeong <weongyo@FreeBSD.org>

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(

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

show more ...


# df1af108 30-Mar-2009 Weongyo Jeong <weongyo@FreeBSD.org>

handles more exceptional cases when the driver failed to attach.

MFC after: 3 days


# 1829d5da 12-Mar-2009 Warner Losh <imp@FreeBSD.org>

Update the projects tree to a newer FreeBSD current.


# 155a83e8 09-Mar-2009 Warner Losh <imp@FreeBSD.org>

remove now-redunant cardbus attachment.


Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 3c7e78d3 25-Mar-2008 Weongyo Jeong <weongyo@FreeBSD.org>

Add support for Marvell Libertas 88W8335 based PCI network adapters.

Reviewed by: sam, many wireless people
Approved by: thompsa (mentor)


123