| Commit message (Expand) | Author | Age | Files | Lines |
* | For controllers that has dual mode PHY(copper or fiber) interfaces | yongari | 2010-01-14 | 1 | -0/+1 |
* | o Add PCI ID for BCM 5756. | delphij | 2010-01-13 | 1 | -0/+1 |
* | Create sysctl node(dev.bge.%d.focred_collapse) instead of | yongari | 2009-12-08 | 1 | -0/+1 |
* | Implement TSO for BCM5755 or newer controllers. Some controllers | yongari | 2009-11-22 | 1 | -3/+7 |
* | Fix two long standing bugs on bge(4). Most pre BCM5755 controllers | yongari | 2009-11-22 | 1 | -0/+9 |
* | For MSI case, interrupt is not shared and we don't need to force | yongari | 2009-11-22 | 1 | -0/+2 |
* | Use capability pointer to access PCIe registers rather than | yongari | 2009-11-22 | 1 | -0/+3 |
* | Remove extra white space. | yongari | 2009-11-22 | 1 | -1/+1 |
* | Reimplement Rx buffer allocation to handle dma map load failure. | yongari | 2009-11-07 | 1 | -0/+2 |
* | bge(4) already switched to use UMA backed page allocator and local | yongari | 2009-11-06 | 1 | -7/+0 |
* | Correct MSI mode register bits. | yongari | 2009-11-06 | 1 | -5/+2 |
* | Remove common DMA tag used for TX/RX mbufs and create Tx DMA tag | yongari | 2009-11-04 | 1 | -2/+3 |
* | - Give a name to the host coalescing bug fix WDMA mode register bit instead | stas | 2009-10-07 | 1 | -0/+1 |
* | - Add support for new BGE chips (5761, 5784 and 57780). These chips uses new | stas | 2009-10-07 | 1 | -61/+106 |
* | - Ensure that INTx isn't disabled, as these chips apparently have a | marius | 2009-03-23 | 1 | -0/+3 |
* | - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH(). | marius | 2009-03-21 | 1 | -0/+18 |
* | Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9) | marius | 2008-10-14 | 1 | -6/+3 |
* | Improve the integration of BCM5906[M] support: | marius | 2008-05-14 | 1 | -2/+1 |
* | Use a better approach to force the interrupt which should work for | bz | 2008-05-05 | 1 | -0/+4 |
* | Add support for the BCM5906[M] adapters. These adapters only support | jhb | 2008-04-29 | 1 | -0/+69 |
* | Style tweak to the 5722 chipid to match the rest of this file. | jhb | 2008-03-06 | 1 | -1/+1 |
* | Flesh out support for the BCM5722 by recognizing the phy on the 5722 and | jhb | 2008-03-06 | 1 | -0/+1 |
* | Add a flag for Ethernet@WireSpeed capability and correct chip revisions. | jkim | 2008-01-18 | 1 | -1/+2 |
* | Add support for the BMC5722. | remko | 2007-12-25 | 1 | -0/+1 |
* | Rearrange DMA read/write control register settings based on document snippet | jkim | 2007-05-22 | 1 | -4/+3 |
* | - Add support/quirks for the on-board BGEs found in Sun Blade 1500 | marius | 2007-04-30 | 1 | -0/+6 |
* | Add more chipset revision IDs. | jkim | 2007-03-09 | 1 | -0/+1 |
* | Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver. | jkim | 2007-02-12 | 1 | -0/+1 |
* | Fix style(9). | jkim | 2007-02-12 | 1 | -1584/+1587 |
* | Add PHY DSP code for BCM5755M. | jkim | 2007-02-12 | 1 | -0/+1 |
* | - Fix BCM5754 support found in Dell PowerEdge SC440. | jkim | 2007-01-15 | 1 | -12/+18 |
* | Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit. | jdp | 2007-01-11 | 1 | -1/+1 |
* | Re-enable MSI support for those chips on which it is believed to work | jdp | 2006-12-22 | 1 | -0/+2 |
* | Correct the BGE_CHIPID_BCM5750_B0 constant. | jdp | 2006-12-22 | 1 | -1/+1 |
* | - Remove stale VPD support and its comment and get device name from VPD API. | jkim | 2006-12-18 | 1 | -25/+0 |
* | Add MSI support to the bge driver. I tested this on a Dell SC1435 | jdp | 2006-12-14 | 1 | -0/+1 |
* | Fix support for certain 575x/578x chips. This consists of the following: | scottl | 2006-12-12 | 1 | -0/+11 |
* | - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we | jkim | 2006-12-04 | 1 | -1/+2 |
* | Use bge_flags to save chipset family and remove dead code while I am here. | jkim | 2006-12-04 | 1 | -1/+5 |
* | Simplify statistics updates, remove redundant register reads, and add | jkim | 2006-12-01 | 1 | -5/+4 |
* | - Instead of if_watchdog/if_timer interface use our own timer | glebius | 2006-11-30 | 1 | -0/+1 |
* | Remove 3Com 985 deviceid that is really ti(4). | glebius | 2006-10-03 | 1 | -2/+1 |
* | Add support to bge(4) to not break IPMI support when the driver attaches | ambrisko | 2006-09-09 | 1 | -2/+15 |
* | /tmp/cvsleYf6y | davidch | 2006-09-01 | 1 | -4/+5 |
* | Pack several boolean fields into single bge_flags field. | glebius | 2006-08-23 | 1 | -6/+7 |
* | Recognize the 5750 C2. | glebius | 2006-08-07 | 1 | -0/+1 |
* | - Recognize more device IDs adding support for BCM5754, BCM5755, | glebius | 2006-06-28 | 1 | -0/+10 |
* | Possess some work from OpenBSD, with some local additions. | glebius | 2006-06-15 | 1 | -20/+58 |
* | u_intXX -> uintXX | glebius | 2006-06-08 | 1 | -139/+139 |
* | Correct an obvious typo. | pjd | 2006-04-12 | 1 | -1/+1 |