aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce/if_bce.c
Commit message (Expand)AuthorAgeFilesLines
* DMA synchronization fixes:Xin LI2009-05-181-16/+13
* - Fixed incorrect packet length problem caused be earlier change toDavid Christensen2009-05-081-2/+4
* - Updated firmware to latest 4.6.X release.David Christensen2009-03-041-115/+178
* - Update copyright to 2009.David Christensen2009-02-271-39/+38
* 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
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.Xin LI2008-11-191-1/+1
* - Updated support for 5716.David Christensen2008-08-271-227/+441
* - Added support for BCM5709 and BCM5716 controllers.David Christensen2008-06-131-1160/+2516
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.David Christensen2008-06-101-49/+185
* 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-111-487/+389
* MFC after: 4 weeksDavid Christensen2008-02-221-635/+1519
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-3/+5
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."David Christensen2007-07-311-114/+223
* - Migrated IPMI fix from RELENG_6.David Christensen2007-06-161-155/+274
* New Features:David Christensen2007-06-071-390/+388
* - Added TSO supportDavid Christensen2007-05-161-380/+894
* MFC after: 2 weeksDavid Christensen2007-05-041-302/+500
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add support for SERDES PHY configurations. These are commonly found inDoug White2007-01-261-43/+13
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likeScott Long2007-01-201-4/+4
* - Add a locked variant of bce_ifmedia_upd() for use within the driver andJohn Baldwin2007-01-131-7/+18
* Space cleanup.Xin LI2007-01-111-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerXin LI2007-01-111-29/+26
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenJohn Baldwin2006-12-061-4/+4
* Due to an incorrect macro, it appears that this driver has always beenScott Long2006-11-161-13/+16
* In bce_start_locked, check the used_tx_bd count rather than theJohn Polstra2006-11-161-8/+8
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-3/+11
* Fix a typo in the device ID table that prevented 5708S chips from beingScott Long2006-10-311-2/+2
* Be more like the BGE driver. Ensure that at least 16 TX descriptors areScott Long2006-10-211-8/+11
* I can't find any reason why an 8 byte alignment should be enforced on rxScott Long2006-10-191-3/+3
* Remove some spurious debugging, and use more complete error handling forScott Long2006-10-191-10/+20
* Overhaul the transmit and dma paths:Scott Long2006-10-151-203/+121
* Simplify the arguments to bce_tx_encap.Scott Long2006-10-141-17/+14
* More small whitespace cleanupsScott Long2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they areScott Long2006-10-141-6/+3
* Fix some whitespaceScott Long2006-10-131-95/+95
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsDoug Ambrisko2006-09-201-0/+44
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-7/+4
* Remove extra '*/' comment close. In code not normally compiled but a bug neve...Julian Elischer2006-08-151-1/+0
* Expand locking coverage slightly to cover if_drv_flags in a few placesJohn Baldwin2006-07-201-4/+8
* Fix ifconfig up when the HW was down. If the driver isn't runningDoug Ambrisko2006-07-121-2/+7