summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce/if_bcereg.h
Commit message (Expand)AuthorAgeFilesLines
* - Added error checking to nvram read functions.davidch2011-02-101-3/+4
* - Added systcls for header splitting, RX/TX buffer count, interruptdavidch2011-02-071-159/+162
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-061-0/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)yongari2010-07-191-0/+1
* - Enable flow control.davidch2010-04-301-302/+320
* - Fixed 5708S 2.5G support broken in last commit.davidch2010-04-061-845/+893
* - Added support for 5709S/5716S PHYs.davidch2010-03-181-15/+2
* - Added a workaround for NC-SI management firmware that would allowdavidch2010-01-201-0/+4
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerstas2009-10-211-10/+10
* - Added code to read bootcode firwmare version.davidch2009-06-231-2/+11
* - Fixed incorrect packet length problem caused be earlier change todavidch2009-05-081-0/+2
* - Updated firmware to latest 4.6.X release.davidch2009-03-041-16/+22
* - Update copyright to 2009.davidch2009-02-271-2/+26
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+3
* - Updated support for 5716.davidch2008-08-271-68/+102
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-131-614/+2044
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-101-5/+8
* - Fixed a problem with the send chain consumer index which would causedavidch2008-04-111-188/+241
* MFC after: 4 weeksdavidch2008-02-221-56/+265
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."davidch2007-07-311-1/+13
* - Migrated IPMI fix from RELENG_6.davidch2007-06-161-51/+89
* New Features:davidch2007-06-071-20/+24
* - Added TSO supportdavidch2007-05-161-19/+29
* MFC after: 2 weeksdavidch2007-05-041-9/+14
* - Instead of if_watchdog/if_timer interface use our own timerdelphij2007-01-111-0/+2
* Due to an incorrect macro, it appears that this driver has always beenscottl2006-11-161-1/+2
* Refine the checksum hack a little. It appears that the chip can handle UDPscottl2006-10-241-3/+7
* There seems to be a problem with txcsum and UDP. Turn it off until it isscottl2006-10-211-0/+5
* Overhaul the transmit and dma paths:scottl2006-10-151-16/+0
* Don't copy the bd_chain head pointers into temporary objects, they arescottl2006-10-141-1/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Gratuitous tag alignment. It bugged me.mjacob2006-05-041-1/+1
* Only use the low address for stats collection.ps2006-04-261-3/+1
* Fix half of the current i386 tinderbox failure. max_bus_addr should be ajhb2006-04-251-1/+1
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-101-0/+4904
OpenPOWER on IntegriCloud