summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
...
* Do not report current link state if interface is not UP.yongari2010-07-191-0/+4
* Correctly check the result of media selection. Previously it alwaysyongari2010-07-191-5/+9
* Don't change current media in bce_stop(). There is no need to doyongari2010-07-191-24/+0
* Have bce_init_ctx() return error code and make caller check theyongari2010-07-191-18/+22
* When we didn't find a matching flash device, do not touch flashyongari2010-07-191-4/+3
* Add a fastpath to allocate from packet zone when using m_getjcl.fabient2010-05-071-5/+2
* - Enable flow control.davidch2010-04-302-791/+962
* - Fixed 5708S 2.5G support broken in last commit.davidch2010-04-062-2893/+3172
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-389/+288
* Add TSO support on VLANs. bce(4) controllers require VLAN hardwareyongari2010-02-261-2/+10
* Move TSO setup to new function bce_tso_setup(). Also remove VLANyongari2010-02-261-69/+114
* Prefer m_collapse(9) over m_defrag(9).yongari2010-02-261-1/+1
* Make toggling TSO, VLAN hardware checksum offloading work. Also fixyongari2010-02-261-14/+16
* Make sure to stop controller first before changing MTU. And ifyongari2010-02-261-7/+14
* Allow disabling VLAN hardware tag stripping with software workyongari2010-02-261-20/+40
* - Added a workaround for NC-SI management firmware that would allowdavidch2010-01-202-29/+137
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerstas2009-10-212-47/+47
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-4/+4
* Add necessary include.phk2009-09-081-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* - Added code to read bootcode firwmare version.davidch2009-06-232-43/+131
* DMA synchronization fixes:delphij2009-05-181-16/+13
* - Fixed incorrect packet length problem caused be earlier change todavidch2009-05-082-2/+6
* - Updated firmware to latest 4.6.X release.davidch2009-03-043-13581/+13987
* - Update copyright to 2009.davidch2009-02-273-42/+65
* Changes to match "Marketing Description" from Broadcom for HP servers.delphij2009-01-151-12/+14
* Remove intermediate variable busaddr and have bus_* operate directly ondelphij2009-01-131-13/+6
* Add several HP OEM parts' PCI IDs.delphij2009-01-131-0/+22
* Don't count InFramesL2FilterDiscards into Ierr. This value does not representdelphij2008-12-161-1/+0
* Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL beforedelphij2008-12-161-1/+1
* Don't attempt to clear status updates if we did not do a link statedelphij2008-12-031-5/+6
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+3
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.delphij2008-11-191-1/+1
* - Updated support for 5716.davidch2008-08-272-297/+545
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-133-6019/+16022
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-102-54/+193
* Trim an extra semi-colon.jhb2008-05-301-1/+1
* The BCE chips appear to have an undocumented requirement that RX frames bescottl2008-05-081-0/+8
* Remove some remnant alpha hacks.marius2008-04-261-1/+1
* - Fixed a problem with the send chain consumer index which would causedavidch2008-04-113-1658/+1613
* MFC after: 4 weeksdavidch2008-02-223-5555/+7977
* Fix function prototype for device_shutdown method.yongari2007-11-221-3/+5
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."davidch2007-07-313-119/+240
* - Migrated IPMI fix from RELENG_6.davidch2007-06-162-206/+363
* New Features:davidch2007-06-072-410/+412
* - Added TSO supportdavidch2007-05-163-3485/+6212
* MFC after: 2 weeksdavidch2007-05-043-312/+515
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add support for SERDES PHY configurations. These are commonly found indwhite2007-01-261-43/+13
OpenPOWER on IntegriCloud