summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bgereg.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1) Fix link state detection for cards operating in TBI mode (fiber ones)oleg2006-02-011-1/+2
* Be ready to a case when not a constant number of segments is returnedglebius2006-01-181-1/+1
* - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)oleg2006-01-171-0/+3
* Don't base the number of jumbo segments on page size, instead base it on thescottl2006-01-141-1/+1
* Use device_printf() and if_printf() rather than printf() and axeyongari2005-12-231-1/+0
* Since BGE_MBX_TX_HOST_PROD0_LO register is write-only to software,glebius2005-12-181-0/+1
* Add bge(4) support for big-endian architectures(part 1/2).yongari2005-12-151-8/+65
* A big rewrite of receive Jumbo frame handling. Remove the local Jumboglebius2005-12-081-15/+26
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.glebius2005-11-151-0/+2
* Introduce polling(4) capability for bge(4).glebius2005-10-221-0/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Add PCI ID for BCM5789.silby2005-05-221-0/+1
* Support the 5714Cps2005-05-191-0/+3
* Adding new device ID for BCM5751M support.avatar2005-03-121-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-171-0/+1
OpenPOWER on IntegriCloud