summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bge.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+3
* Fix style(9).jkim2007-02-121-25/+25
* Add PHY DSP code for BCM5755M.jkim2007-02-121-1/+4
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-151-7/+18
* 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-221-34/+86
* 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-181-23/+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-141-4/+18
* 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-121-35/+263
* - 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-041-21/+22
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-041-52/+38
* 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-011-23/+15
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-301-24/+17
* There is no reason to have a PAGE_SIZE alignment enforced on all DMA by thescottl2006-10-191-1/+1
* Remove 3Com 985 deviceid that is really ti(4).glebius2006-10-031-1/+0
* Allow the ASF feature to be disabled via a tunable. On one of my systems,scottl2006-09-231-2/+12
* Do not strip VLAN tag in promiscuous mode.jkim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.jkim2006-09-181-14/+13
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-6/+4
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-2/+2
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-091-10/+200
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-1/+1
* /tmp/cvsleYf6ydavidch2006-09-011-5/+6
* Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.oleg2006-08-241-5/+24
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-31/+36
* bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().glebius2006-08-181-20/+19
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifglebius2006-08-171-38/+48
* Recognize the 5750 C2.glebius2006-08-071-0/+1
* Since 5714 family doesn't have Jumbo ring, we do not supportglebius2006-06-291-3/+0
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-281-34/+34
* Possess some work from OpenBSD, with some local additions.glebius2006-06-151-273/+324
* Whitespace.glebius2006-06-081-9/+9
* - style(9) cleanup.glebius2006-06-071-442/+267
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* If one removes the option from conf/options, one shouldmjacob2006-04-251-2/+0
* make BGE_FAKE_AUTONEG a tunable.mr2006-04-251-3/+5
OpenPOWER on IntegriCloud