aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce/if_bcereg.h
Commit message (Expand)AuthorAgeFilesLines
* bce: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-41/+0
* Remove all the compatibility hacks for systems that predate FreeBSD 8. Some ofWarner Losh2020-03-011-34/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Correct a typo.Pyun YongHyeon2015-02-241-1/+1
* - Provide bce_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-251-0/+1
* Modify Copyright information and other strings to reflect Qlogic Corporation'...David C Somayajulu2014-05-081-5/+1
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-2/+2
* Move includes from if_bcereg.h to .c files.Gleb Smirnoff2013-10-261-45/+0
* Fix triggering false watchdog timeout when controller is in PAUSEPyun YongHyeon2013-06-301-0/+1
* - As a follow-up to r247565, make firmware images that do not requireMarius Strobl2013-05-301-18/+4
* - Make tables, device ID strings etc const.Marius Strobl2013-03-011-13/+9
* - Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.Andrey Zonov2012-10-301-1/+0
* Implement basic remote PHY support. Remote PHY allows thePyun YongHyeon2012-05-091-0/+39
* Back out r228476.Pyun YongHyeon2012-04-111-1/+0
* Rework link state tracking and remove superfluous link UP/DOWNPyun YongHyeon2011-12-131-0/+1
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soPyun YongHyeon2011-10-081-2/+0
* - Added error checking to nvram read functions.David Christensen2011-02-101-3/+4
* - Added systcls for header splitting, RX/TX buffer count, interruptDavid Christensen2011-02-071-159/+162
* Add the capability to read the complete contents of the NVRAM via sysctlDoug Ambrisko2010-10-061-0/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)Pyun YongHyeon2010-07-191-0/+1
* - Enable flow control.David Christensen2010-04-301-302/+320
* - Fixed 5708S 2.5G support broken in last commit.David Christensen2010-04-061-845/+893
* - Added support for 5709S/5716S PHYs.David Christensen2010-03-181-15/+2
* - Added a workaround for NC-SI management firmware that would allowDavid Christensen2010-01-201-0/+4
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerStanislav Sedov2009-10-211-10/+10
* - Added code to read bootcode firwmare version.David Christensen2009-06-231-2/+11
* - Fixed incorrect packet length problem caused be earlier change toDavid Christensen2009-05-081-0/+2
* - Updated firmware to latest 4.6.X release.David Christensen2009-03-041-16/+22
* - Update copyright to 2009.David Christensen2009-02-271-2/+26
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+3
* - Updated support for 5716.David Christensen2008-08-271-68/+102
* - Added support for BCM5709 and BCM5716 controllers.David Christensen2008-06-131-614/+2044
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.David Christensen2008-06-101-5/+8
* - Fixed a problem with the send chain consumer index which would causeDavid Christensen2008-04-111-188/+241
* MFC after: 4 weeksDavid Christensen2008-02-221-56/+265
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."David Christensen2007-07-311-1/+13
* - Migrated IPMI fix from RELENG_6.David Christensen2007-06-161-51/+89
* New Features:David Christensen2007-06-071-20/+24
* - Added TSO supportDavid Christensen2007-05-161-19/+29
* MFC after: 2 weeksDavid Christensen2007-05-041-9/+14
* - Instead of if_watchdog/if_timer interface use our own timerXin LI2007-01-111-0/+2
* Due to an incorrect macro, it appears that this driver has always beenScott Long2006-11-161-1/+2
* Refine the checksum hack a little. It appears that the chip can handle UDPScott Long2006-10-241-3/+7
* There seems to be a problem with txcsum and UDP. Turn it off until it isScott Long2006-10-211-0/+5
* Overhaul the transmit and dma paths:Scott Long2006-10-151-16/+0
* Don't copy the bd_chain head pointers into temporary objects, they areScott Long2006-10-141-1/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Gratuitous tag alignment. It bugged me.Matt Jacob2006-05-041-1/+1
* Only use the low address for stats collection.Paul Saab2006-04-261-3/+1