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