summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bnx.c
AgeCommit message (Expand)Author
2006-08-25don't need to clear if_timer during attach.Brad Smith
2006-08-21ramdisks do not have vlan, drop mbuf; ok bradTheo de Raadt
2006-08-21simplfy code a bit and fix comments, this is the MRU being set not theBrad Smith
2006-08-21enable Jumbo support.Brad Smith
2006-08-20remove a comment.Brad Smith
2006-08-20cosmetic tweaks.Brad Smith
2006-08-20- replace IF_DEQUEUE/IF_PREPEND with IFQ_POLL/IFQ_DEQUEUE.Brad Smith
2006-08-19set the capabilities VLAN MTU flag.Brad Smith
2006-08-14And some more KNF.Marco Peereboom
2006-08-14KNFMarco Peereboom
2006-08-14More KNF; no functional change.Marco Peereboom
2006-08-14First in a series of KNF. No functional change.Marco Peereboom
2006-08-14disable debugging.Brad Smith
2006-08-14Change bus_dmamap_create to use the appropriate values. This fixes theMarco Peereboom
2006-08-13Get rid of _HI & _LO macros altogether since they used a wrong idiom.Marco Peereboom
2006-08-13fix a typo, BNX_DRBUG -> BNX_DEBUGBrad Smith
2006-08-10unmap memory address space in bnx_release_resources().Brad Smith
2006-08-10cosmetic tweaking.Brad Smith
2006-08-10remove typedef's.Brad Smith
2006-08-09Reorder dmamap & dmamem to match man page.Marco Peereboom
2006-06-26do not allow a Jumbo size MTU yet.Brad Smith
2006-06-26relocate the firmware per Theo's request.Brad Smith
2006-06-26Add a rough initial port of the bce driver from FreeBSD, which providesBrad Smith