summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bgereg.h
Commit message (Expand)AuthorAgeFilesLines
* For controllers that has dual mode PHY(copper or fiber) interfacesyongari2010-01-141-0/+1
* o Add PCI ID for BCM 5756.delphij2010-01-131-0/+1
* Create sysctl node(dev.bge.%d.focred_collapse) instead ofyongari2009-12-081-0/+1
* Implement TSO for BCM5755 or newer controllers. Some controllersyongari2009-11-221-3/+7
* Fix two long standing bugs on bge(4). Most pre BCM5755 controllersyongari2009-11-221-0/+9
* For MSI case, interrupt is not shared and we don't need to forceyongari2009-11-221-0/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-221-0/+3
* Remove extra white space.yongari2009-11-221-1/+1
* Reimplement Rx buffer allocation to handle dma map load failure.yongari2009-11-071-0/+2
* bge(4) already switched to use UMA backed page allocator and localyongari2009-11-061-7/+0
* Correct MSI mode register bits.yongari2009-11-061-5/+2
* Remove common DMA tag used for TX/RX mbufs and create Tx DMA tagyongari2009-11-041-2/+3
* - Give a name to the host coalescing bug fix WDMA mode register bit insteadstas2009-10-071-0/+1
* - Add support for new BGE chips (5761, 5784 and 57780). These chips uses newstas2009-10-071-61/+106
* - Ensure that INTx isn't disabled, as these chips apparently have amarius2009-03-231-0/+3
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().marius2009-03-211-0/+18
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)marius2008-10-141-6/+3
* Improve the integration of BCM5906[M] support:marius2008-05-141-2/+1
* Use a better approach to force the interrupt which should work forbz2008-05-051-0/+4
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-291-0/+69
* Style tweak to the 5722 chipid to match the rest of this file.jhb2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-061-0/+1
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-181-1/+2
* Add support for the BMC5722.remko2007-12-251-0/+1
* Rearrange DMA read/write control register settings based on document snippetjkim2007-05-221-4/+3
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500marius2007-04-301-0/+6
* Add more chipset revision IDs.jkim2007-03-091-0/+1
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-121-0/+1
* Fix style(9).jkim2007-02-121-1584/+1587
* Add PHY DSP code for BCM5755M.jkim2007-02-121-0/+1
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-151-12/+18
* Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.jdp2007-01-111-1/+1
* Re-enable MSI support for those chips on which it is believed to workjdp2006-12-221-0/+2
* Correct the BGE_CHIPID_BCM5750_B0 constant.jdp2006-12-221-1/+1
* - Remove stale VPD support and its comment and get device name from VPD API.jkim2006-12-181-25/+0
* Add MSI support to the bge driver. I tested this on a Dell SC1435jdp2006-12-141-0/+1
* Fix support for certain 575x/578x chips. This consists of the following:scottl2006-12-121-0/+11
* - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day wejkim2006-12-041-1/+2
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-041-1/+5
* Simplify statistics updates, remove redundant register reads, and addjkim2006-12-011-5/+4
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-301-0/+1
* Remove 3Com 985 deviceid that is really ti(4).glebius2006-10-031-2/+1
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-091-2/+15
* /tmp/cvsleYf6ydavidch2006-09-011-4/+5
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-6/+7
* Recognize the 5750 C2.glebius2006-08-071-0/+1
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-281-0/+10
* Possess some work from OpenBSD, with some local additions.glebius2006-06-151-20/+58
* u_intXX -> uintXXglebius2006-06-081-139/+139
* Correct an obvious typo.pjd2006-04-121-1/+1
OpenPOWER on IntegriCloud