summaryrefslogtreecommitdiff
path: root/sys/dev/bce
AgeCommit message (Expand)Author
2013-03-01Initialize count in order to appease clang.Marius Strobl
2013-03-01- Make tables, device ID strings etc const.Marius Strobl
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-27Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.Andre Oppermann
2012-10-30- Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.Andrey Zonov
2012-08-06Remove a spurious bace which cause build fail in case BCE_DEBUG optionDavide Italiano
2012-05-23Make IPMI work in the bce driver even when the interface isPyun YongHyeon
2012-05-09Implement basic remote PHY support. Remote PHY allows thePyun YongHyeon
2012-05-08- Rename sysctl "loose_rx_mtu" to "strict_rx_mtu" to match code usage.David Christensen
2012-05-07Restore jumbo frame configuration which was broken in r218423.Pyun YongHyeon
2012-04-11Back out r228476.Pyun YongHyeon
2011-12-13Rework link state tracking and remove superfluous link UP/DOWNPyun YongHyeon
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-10-08BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soPyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2011-02-11- Updated firmware which improves small packet performance.David Christensen
2011-02-10- Added error checking to nvram read functions.David Christensen
2011-02-07- Added systcls for header splitting, RX/TX buffer count, interruptDavid Christensen
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2010-11-14o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-10-14Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon
2010-10-06Add the capability to read the complete contents of the NVRAM via sysctlDoug Ambrisko
2010-07-26Fix an apparent typo.Jung-uk Kim
2010-07-19Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)Pyun YongHyeon
2010-07-19Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()Pyun YongHyeon
2010-07-19Use bus_get_dma_tag() to get parent tag. Also usePyun YongHyeon
2010-07-19Add KASSERT to check number of returned DMA segments.Pyun YongHyeon
2010-07-19Do not report current link state if interface is not UP.Pyun YongHyeon
2010-07-19Correctly check the result of media selection. Previously it alwaysPyun YongHyeon
2010-07-19Don't change current media in bce_stop(). There is no need to doPyun YongHyeon
2010-07-19Have bce_init_ctx() return error code and make caller check thePyun YongHyeon
2010-07-19When we didn't find a matching flash device, do not touch flashPyun YongHyeon
2010-05-07Add a fastpath to allocate from packet zone when using m_getjcl.Fabien Thomas
2010-04-30- Enable flow control.David Christensen
2010-04-06- Fixed 5708S 2.5G support broken in last commit.David Christensen
2010-03-18- Added support for 5709S/5716S PHYs.David Christensen
2010-02-26Add TSO support on VLANs. bce(4) controllers require VLAN hardwarePyun YongHyeon
2010-02-26Move TSO setup to new function bce_tso_setup(). Also remove VLANPyun YongHyeon
2010-02-26Prefer m_collapse(9) over m_defrag(9).Pyun YongHyeon
2010-02-26Make toggling TSO, VLAN hardware checksum offloading work. Also fixPyun YongHyeon
2010-02-26Make sure to stop controller first before changing MTU. And ifPyun YongHyeon
2010-02-26Allow disabling VLAN hardware tag stripping with software workPyun YongHyeon
2010-01-20- Added a workaround for NC-SI management firmware that would allowDavid Christensen
2009-10-21- Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerStanislav Sedov
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson