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
2012-12-10
Under some circumstances (currently only reproducible with IPsec)
Mike Belopuhov
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-07-05
Add flow control to bnx(4)
Peter Hessler
2012-05-14
fixup "couldn't establish interrupt" error printf; from brad, ok phessler
Mike Belopuhov
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-18
ido not disable interrupts in the isr and then enable them again
David Gwynne
2011-04-13
to quote from the gospel of bus_dma.9:
David Gwynne
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-08-03
Correct use of logical and where binary and was intended.
Jonathan Gray
2010-05-24
Support fibre PHY on BCM5709S. From FreeBSD via Brad.
Stuart Henderson
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-11-23
bnx(4) is a bit special. The chip itself is capable of swapping endianess
Claudio Jeker
2009-11-09
Link state change interrupt was not generated due to a missing bit in
David Gwynne
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-09
MCLGETI() will now allocate a mbuf header if it is not provided, thus
Theo de Raadt
2009-08-06
Add device id for BCM5716S, tidy whitespace. From Brad.
Stuart Henderson
2009-07-03
this is a rather large change to add support for the BCM5709.
David Gwynne
2009-07-03
newer bnx chips use a separate firmware to the "old" ones. this updates
David Gwynne
2009-06-20
Rewrite the interface flag handling case code and update the receive
Christian Weisgerber
2009-04-22
dont need to zero the tx pkt pool structure before initting it now that
David Gwynne
2009-04-22
replace arrays of dmamaps and mbuf pointers used to manage packets
David Gwynne
2009-04-20
when transmitting packets, put the dmamap we used for the packet into the
David Gwynne
2009-04-20
fix dma map unmapping and unloading in the tx cleanup path.
Reyk Floeter
2009-04-14
Don't free an mbuf that's still on the TX queue. While there sanitize the
Mark Kettenis
2009-04-09
white space fixes
David Gwynne
2009-03-30
switch to MCLGETI.
David Gwynne
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-19
Re-add support for RX VLAN tag stripping.
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-16
Convert RX tag stripping to storing the tag in the mbuf header and
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-06-24
Fixed a problem that would cause errors (especially when in low memory
Brad Smith
2008-06-13
fix compilation with BNX_DEBUG.
Brad Smith
2008-06-13
Remove slack space for RX/TX chains since it only covers sloppy coding.
Brad Smith
2008-06-08
don't declare foo_driver_version[] strings and turn them into defines,
Reyk Floeter
2008-05-29
- Add a debug message to mention when a 2.5Gb adapter is found.
Brad Smith
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-02-28
Add initial bits for fiber support with the BCM5706/BCM5708 chipsets.
Brad Smith
2008-02-22
Avoid unaligned PCI config space access.
Mark Kettenis
2008-02-17
Remove the check for non-production bnx(4) chipsets. These chipsets are
Brad Smith
2007-11-25
IF_Gbps(2.5) is wrong.
David Gwynne
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-07-04
Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum
Kenneth R Westerback
2007-05-22
Add the BCM5709 PCI device Id. It is disabled for now since we do not
Reyk Floeter
2007-05-22
adress -> address
Jasper Lievisse Adriaanse
2007-05-22
Use BNX_PRINTF instead of printf with missing argument.
Ray Lai
[next]