summaryrefslogtreecommitdiffstats
path: root/sys/dev/bxe/if_bxe.c
Commit message (Expand)AuthorAgeFilesLines
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-0/+5
* Only stop the BXE controller if it was first started. Stoppingsilby2012-09-051-1/+7
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+2
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-051-4/+4
* - 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
* - Fix compiler warning in ADD_64() macro.davidch2011-09-131-1/+1
* - Major reorganization of mbuf handling throughout the driver todavidch2011-06-081-3212/+2646
* - Use bus_describe_intr() to describe interrupt usage.davidch2011-05-121-22/+83
* - Simplify multicast address programming.davidch2011-05-091-64/+63
* - Fixed a typo in an if() statement when setting flow control for MTUdavidch2011-05-021-1/+1
* - Centralize driver tunables initialization/validation.davidch2011-04-211-337/+800
* - Fixed a problem when multiqueue mode was enabled which caused the CQdavidch2011-04-071-132/+163
* - Removed multiple console error messages and replaced with statisticdavidch2011-04-051-213/+272
* Make bxe(4) build with BXE_DEBUG.yongari2011-04-011-2/+2
* - Fixed build problem when not useing BXE_DEBUG.davidch2011-03-311-28/+29
* - Freshened debug support code.davidch2011-03-311-429/+472
* - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.davidch2011-03-311-26/+42
* - Added debug support to monitor mbuf defrag attempts/failures.davidch2011-03-311-44/+97
* - Print number of queues when RSS is enabled.davidch2011-03-311-12/+66
* - Fixed a problem where the stack passed a TSO frame larger than the 64Kdavidch2011-03-311-35/+104
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* - Inadvertently committed files with +x attribute, fixed.davidch2011-03-151-9/+20
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+17294
OpenPOWER on IntegriCloud