summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the BGE_CHIPID_BCM5750_B0 constant.jdp2006-12-221-1/+1
* In bge_txeof(), cancel the watchdog timeout if all descriptors havebde2006-12-201-1/+2
* Avoid a race and a pessimization in bge_intr():bde2006-12-201-6/+22
* Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.jkim2006-12-201-11/+5
* - Add missing callout_drain() call.oleg2006-12-191-12/+10
* - Remove stale VPD support and its comment and get device name from VPD API.jkim2006-12-182-48/+19
* Disable bge MSI support for now. A couple of people warned me that therejdp2006-12-151-0/+9
* Add MSI support to the bge driver. I tested this on a Dell SC1435jdp2006-12-142-4/+19
* Fix recent style problems and expand a comment.scottl2006-12-131-12/+15
* Use the BGE_IS_* macros consistently. Also add a couple of missingscottl2006-12-131-5/+9
* Remove a redundant write of the firmware reset magic number. It looks toscottl2006-12-131-6/+0
* Use one counter instead of four to make up TX collision stats as BCM5705+.jkim2006-12-131-8/+1
* Fix support for certain 575x/578x chips. This consists of the following:scottl2006-12-122-35/+274
* - Correct collision counter for BCM5705+. This register is read/clear.jkim2006-12-111-10/+13
* - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day wejkim2006-12-042-22/+24
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-042-53/+43
* Fix my error in rev. 1.152glebius2006-12-041-1/+1
* Fix white spaces.jkim2006-12-011-1/+1
* Simplify statistics updates, remove redundant register reads, and addjkim2006-12-012-28/+19
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-24/+18
* There is no reason to have a PAGE_SIZE alignment enforced on all DMA by thescottl2006-10-191-1/+1
OpenPOWER on IntegriCloud