summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Don't reset the PHY probe retry counter within the loop somarius2009-02-101-1/+1
* device_shutdown returns an int.imp2009-02-051-3/+4
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichmarius2008-12-091-7/+12
* Do as the Linux tg3 driver does and enable MSI support alsomarius2008-10-271-6/+6
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)marius2008-10-142-10/+3
* - Don't read the identifier string from the VPD if there's no chipmarius2008-09-221-3/+4
* bge_tick(): do not touch PHY if link is up. This should solve problem witholeg2008-09-081-2/+6
* Improve the integration of BCM5906[M] support:marius2008-05-142-66/+63
* Use a better approach to force the interrupt which should work forbz2008-05-052-6/+25
* Use the correct bit when trying to force an interrupt through the HCC reg.bz2008-05-011-1/+1
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-292-59/+337
* Remove some remnant alpha hacks.marius2008-04-261-1/+1
* - Use more appropriate maxsize, nsegments and maxsegsize parametersmarius2008-04-261-12/+6
* In some situations we were not clearing pending link state attentions.bz2008-04-081-0/+17
* Don't enable the workaround for the jitter bug on the 5722.jhb2008-03-111-3/+4
* 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-062-0/+2
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-182-1/+11
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).jkim2008-01-181-1/+1
* Add support for the BMC5722.remko2007-12-252-0/+2
* Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.jkim2007-11-161-7/+6
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-2/+3
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Add on/off controls for VLAN_MTU and VLAN_HWTAGGING to bge(4).yar2007-06-011-2/+41
* Remove an empty line.jkim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andjkim2007-05-221-15/+13
* Rearrange DMA read/write control register settings based on document snippetjkim2007-05-222-46/+45
* Remove stale alpha support code.jkim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.jkim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.jkim2007-05-221-0/+2
* Reflect MFC of pci_find_extcap().jkim2007-05-011-1/+1
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500marius2007-04-302-34/+98
* Enable MSI support on RELENG_6.jkim2007-04-021-3/+3
* Fix some OID names and minor style as per feedback from various people.scottl2007-03-131-16/+11
* Add MAC, RX, and TX stats reporting via sysctl.scottl2007-03-121-10/+147
* Add more chipset revision IDs.jkim2007-03-092-0/+5
* Use correct bits to stop firmware when ASF mode is enabled.jkim2007-03-081-2/+2
* Fix more style(9) bugs.jkim2007-03-081-76/+62
* Fix style(9) and consistency.jkim2007-03-061-87/+105
* Pollute bge(4) with #if's and #ifdef's to make MFC easier.jkim2007-03-061-27/+77
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainjkim2007-02-141-1/+1
* Fix two typos in comments.jkim2007-02-141-2/+2
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-122-0/+4
* Fix style(9).jkim2007-02-122-1609/+1612
* Add PHY DSP code for BCM5755M.jkim2007-02-122-1/+5
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-152-19/+36
* Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.jdp2007-01-111-1/+1
* After rev.1.169, the "interrupt" coalescing parameters are not used inbde2006-12-261-8/+2
* Re-enable MSI support for those chips on which it is believed to workjdp2006-12-222-34/+88
OpenPOWER on IntegriCloud