summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce/if_bce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Updated support for 5716.davidch2008-08-271-229/+443
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-131-1161/+2517
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-101-49/+185
* 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-111-487/+389
* MFC after: 4 weeksdavidch2008-02-221-649/+1533
* 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-311-114/+223
* - Migrated IPMI fix from RELENG_6.davidch2007-06-161-155/+274
* New Features:davidch2007-06-071-390/+388
* - Added TSO supportdavidch2007-05-161-382/+896
* MFC after: 2 weeksdavidch2007-05-041-302/+500
OpenPOWER on IntegriCloud