summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce/if_bce.c
Commit message (Expand)AuthorAgeFilesLines
* Rework link state tracking and remove superfluous link UP/DOWNyongari2011-12-131-53/+54
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soyongari2011-10-081-50/+25
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* - Added error checking to nvram read functions.davidch2011-02-101-40/+45
* - Added systcls for header splitting, RX/TX buffer count, interruptdavidch2011-02-071-544/+950
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-11/+11
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-4/+3
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-6/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-061-0/+67
* Fix an apparent typo.jkim2010-07-261-1/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)yongari2010-07-191-1/+1
* Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()yongari2010-07-191-19/+14
* Use bus_get_dma_tag() to get parent tag. Also useyongari2010-07-191-3/+3
* Add KASSERT to check number of returned DMA segments.yongari2010-07-191-0/+2
* 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-301-489/+642
* - Fixed 5708S 2.5G support broken in last commit.davidch2010-04-061-2048/+2279
* - Added support for 5709S/5716S PHYs.davidch2010-03-181-373/+285
* 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-201-29/+133
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerstas2009-10-211-37/+37
* 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-231-41/+120
* DMA synchronization fixes:delphij2009-05-181-16/+13
* - Fixed incorrect packet length problem caused be earlier change todavidch2009-05-081-2/+4
* - Updated firmware to latest 4.6.X release.davidch2009-03-041-115/+178
* - Update copyright to 2009.davidch2009-02-271-39/+38
* 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
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.delphij2008-11-191-1/+1
OpenPOWER on IntegriCloud