aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-6/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* Add the capability to read the complete contents of the NVRAM via sysctlDoug Ambrisko2010-10-062-0/+68
* Fix an apparent typo.Jung-uk Kim2010-07-261-1/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)Pyun YongHyeon2010-07-192-1/+2
* Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()Pyun YongHyeon2010-07-191-19/+14
* Use bus_get_dma_tag() to get parent tag. Also usePyun YongHyeon2010-07-191-3/+3
* Add KASSERT to check number of returned DMA segments.Pyun YongHyeon2010-07-191-0/+2
* Do not report current link state if interface is not UP.Pyun YongHyeon2010-07-191-0/+4
* Correctly check the result of media selection. Previously it alwaysPyun YongHyeon2010-07-191-5/+9
* Don't change current media in bce_stop(). There is no need to doPyun YongHyeon2010-07-191-24/+0
* Have bce_init_ctx() return error code and make caller check thePyun YongHyeon2010-07-191-18/+22
* When we didn't find a matching flash device, do not touch flashPyun YongHyeon2010-07-191-4/+3
* Add a fastpath to allocate from packet zone when using m_getjcl.Fabien Thomas2010-05-071-5/+2
* - Enable flow control.David Christensen2010-04-302-791/+962
* - Fixed 5708S 2.5G support broken in last commit.David Christensen2010-04-062-2893/+3172
* - Added support for 5709S/5716S PHYs.David Christensen2010-03-183-389/+288
* Add TSO support on VLANs. bce(4) controllers require VLAN hardwarePyun YongHyeon2010-02-261-2/+10
* Move TSO setup to new function bce_tso_setup(). Also remove VLANPyun YongHyeon2010-02-261-69/+114
* Prefer m_collapse(9) over m_defrag(9).Pyun YongHyeon2010-02-261-1/+1
* Make toggling TSO, VLAN hardware checksum offloading work. Also fixPyun YongHyeon2010-02-261-14/+16
* Make sure to stop controller first before changing MTU. And ifPyun YongHyeon2010-02-261-7/+14
* Allow disabling VLAN hardware tag stripping with software workPyun YongHyeon2010-02-261-20/+40
* - Added a workaround for NC-SI management firmware that would allowDavid Christensen2010-01-202-29/+137
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerStanislav Sedov2009-10-212-47/+47
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-4/+4
* Add necessary include.Poul-Henning Kamp2009-09-081-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* - Added code to read bootcode firwmare version.David Christensen2009-06-232-43/+131
* DMA synchronization fixes:Xin LI2009-05-181-16/+13
* - Fixed incorrect packet length problem caused be earlier change toDavid Christensen2009-05-082-2/+6
* - Updated firmware to latest 4.6.X release.David Christensen2009-03-043-13581/+13987
* - Update copyright to 2009.David Christensen2009-02-273-42/+65
* Changes to match "Marketing Description" from Broadcom for HP servers.Xin LI2009-01-151-12/+14
* Remove intermediate variable busaddr and have bus_* operate directly onXin LI2009-01-131-13/+6
* Add several HP OEM parts' PCI IDs.Xin LI2009-01-131-0/+22
* Don't count InFramesL2FilterDiscards into Ierr. This value does not representXin LI2008-12-161-1/+0
* Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL beforeXin LI2008-12-161-1/+1
* Don't attempt to clear status updates if we did not do a link stateXin LI2008-12-031-5/+6
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+3
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.Xin LI2008-11-191-1/+1
* - Updated support for 5716.David Christensen2008-08-272-297/+545
* - Added support for BCM5709 and BCM5716 controllers.David Christensen2008-06-133-6019/+16022
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.David Christensen2008-06-102-54/+193
* Trim an extra semi-colon.John Baldwin2008-05-301-1/+1
* The BCE chips appear to have an undocumented requirement that RX frames beScott Long2008-05-081-0/+8
* Remove some remnant alpha hacks.Marius Strobl2008-04-261-1/+1
* - Fixed a problem with the send chain consumer index which would causeDavid Christensen2008-04-113-1658/+1613
* MFC after: 4 weeksDavid Christensen2008-02-223-5555/+7977
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-3/+5