summaryrefslogtreecommitdiff
path: root/sys/dev/bce/if_bcereg.h
Commit message (Expand)AuthorAgeFilesLines
* - 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-295/+313
* - Fixed 5708S 2.5G support broken in last commit.David Christensen2010-04-061-812/+860
* - 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-62/+96
* - Added support for BCM5709 and BCM5716 controllers.David Christensen2008-06-131-565/+1995
* - 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-187/+240
* MFC after: 4 weeksDavid Christensen2008-02-221-53/+262
* - 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-50/+88
* 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
* Fix half of the current i386 tinderbox failure. max_bus_addr should be aJohn Baldwin2006-04-251-1/+1
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab2006-04-101-0/+4904