summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
* Add support for SERDES PHY configurations. These are commonly found indwhite2007-01-261-43/+13
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likescottl2007-01-201-4/+4
* - Add a locked variant of bce_ifmedia_upd() for use within the driver andjhb2007-01-131-7/+18
* Space cleanup.delphij2007-01-111-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerdelphij2007-01-112-29/+28
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenjhb2006-12-061-4/+4
* Due to an incorrect macro, it appears that this driver has always beenscottl2006-11-162-14/+18
* In bce_start_locked, check the used_tx_bd count rather than thejdp2006-11-161-8/+8
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-151-3/+11
* Fix a typo in the device ID table that prevented 5708S chips from beingscottl2006-10-311-2/+2
* Refine the checksum hack a little. It appears that the chip can handle UDPscottl2006-10-241-3/+7
* There seems to be a problem with txcsum and UDP. Turn it off until it isscottl2006-10-211-0/+5
* Be more like the BGE driver. Ensure that at least 16 TX descriptors arescottl2006-10-211-8/+11
* I can't find any reason why an 8 byte alignment should be enforced on rxscottl2006-10-191-3/+3
* Remove some spurious debugging, and use more complete error handling forscottl2006-10-191-10/+20
* Overhaul the transmit and dma paths:scottl2006-10-152-219/+121
* Simplify the arguments to bce_tx_encap.scottl2006-10-141-17/+14
* More small whitespace cleanupsscottl2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they arescottl2006-10-142-7/+3
* Fix some whitespacescottl2006-10-131-95/+95
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsambrisko2006-09-201-0/+44
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-7/+4
* Remove extra '*/' comment close. In code not normally compiled but a bug neve...julian2006-08-151-1/+0
* Expand locking coverage slightly to cover if_drv_flags in a few placesjhb2006-07-201-4/+8
* Fix ifconfig up when the HW was down. If the driver isn't runningambrisko2006-07-121-2/+7
* Log:davidch2006-06-081-13/+27
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Gratuitous tag alignment. It bugged me.mjacob2006-05-041-1/+1
* Only use the low address for stats collection.ps2006-04-261-3/+1
* Fix half of the current i386 tinderbox failure. max_bus_addr should be ajhb2006-04-251-1/+1
* Fix DEVICE_POLLING support (compile-only tested).ru2006-04-131-1/+5
* Hook bce up to the buildps2006-04-101-0/+2
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-103-0/+15209
OpenPOWER on IntegriCloud