| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | After rev.1.169, the "interrupt" coalescing parameters are not used in | bde | 2006-12-26 | 1 | -8/+2 |
* | Re-enable MSI support for those chips on which it is believed to work | jdp | 2006-12-22 | 2 | -34/+88 |
* | Correct the BGE_CHIPID_BCM5750_B0 constant. | jdp | 2006-12-22 | 1 | -1/+1 |
* | In bge_txeof(), cancel the watchdog timeout if all descriptors have | bde | 2006-12-20 | 1 | -1/+2 |
* | Avoid a race and a pessimization in bge_intr(): | bde | 2006-12-20 | 1 | -6/+22 |
* | Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN. | jkim | 2006-12-20 | 1 | -11/+5 |
* | - Add missing callout_drain() call. | oleg | 2006-12-19 | 1 | -12/+10 |
* | - Remove stale VPD support and its comment and get device name from VPD API. | jkim | 2006-12-18 | 2 | -48/+19 |
* | Disable bge MSI support for now. A couple of people warned me that there | jdp | 2006-12-15 | 1 | -0/+9 |
* | Add MSI support to the bge driver. I tested this on a Dell SC1435 | jdp | 2006-12-14 | 2 | -4/+19 |
* | Fix recent style problems and expand a comment. | scottl | 2006-12-13 | 1 | -12/+15 |
* | Use the BGE_IS_* macros consistently. Also add a couple of missing | scottl | 2006-12-13 | 1 | -5/+9 |
* | Remove a redundant write of the firmware reset magic number. It looks to | scottl | 2006-12-13 | 1 | -6/+0 |
* | Use one counter instead of four to make up TX collision stats as BCM5705+. | jkim | 2006-12-13 | 1 | -8/+1 |
* | Fix support for certain 575x/578x chips. This consists of the following: | scottl | 2006-12-12 | 2 | -35/+274 |
* | - Correct collision counter for BCM5705+. This register is read/clear. | jkim | 2006-12-11 | 1 | -10/+13 |
* | - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we | jkim | 2006-12-04 | 2 | -22/+24 |
* | Use bge_flags to save chipset family and remove dead code while I am here. | jkim | 2006-12-04 | 2 | -53/+43 |
* | Fix my error in rev. 1.152 | glebius | 2006-12-04 | 1 | -1/+1 |
* | Fix white spaces. | jkim | 2006-12-01 | 1 | -1/+1 |
* | Simplify statistics updates, remove redundant register reads, and add | jkim | 2006-12-01 | 2 | -28/+19 |
* | - Instead of if_watchdog/if_timer interface use our own timer | glebius | 2006-11-30 | 2 | -24/+18 |
* | There is no reason to have a PAGE_SIZE alignment enforced on all DMA by the | scottl | 2006-10-19 | 1 | -1/+1 |
* | Remove 3Com 985 deviceid that is really ti(4). | glebius | 2006-10-03 | 2 | -3/+1 |
* | Allow the ASF feature to be disabled via a tunable. On one of my systems, | scottl | 2006-09-23 | 1 | -2/+12 |
* | Do not strip VLAN tag in promiscuous mode. | jkim | 2006-09-18 | 1 | -15/+28 |
* | Simplify promiscuous mode check and make ALLMULTI independent from it. | jkim | 2006-09-18 | 1 | -14/+13 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -6/+4 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -2/+2 |
* | Add support to bge(4) to not break IPMI support when the driver attaches | ambrisko | 2006-09-09 | 2 | -12/+215 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -1/+1 |
* | /tmp/cvsleYf6y | davidch | 2006-09-01 | 2 | -9/+11 |
* | Properly lock ifmedia callbacks. This should prevent concurrent access to PHY. | oleg | 2006-08-24 | 1 | -5/+24 |
* | Pack several boolean fields into single bge_flags field. | glebius | 2006-08-23 | 2 | -37/+43 |
* | bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load(). | glebius | 2006-08-18 | 1 | -20/+19 |
* | Rewrite bge_encap() so that it takes mbuf ** argument. In this case if | glebius | 2006-08-17 | 1 | -38/+48 |
* | Recognize the 5750 C2. | glebius | 2006-08-07 | 2 | -0/+2 |
* | Since 5714 family doesn't have Jumbo ring, we do not support | glebius | 2006-06-29 | 1 | -3/+0 |
* | - Recognize more device IDs adding support for BCM5754, BCM5755, | glebius | 2006-06-28 | 2 | -34/+44 |
* | Possess some work from OpenBSD, with some local additions. | glebius | 2006-06-15 | 2 | -293/+382 |
* | Whitespace. | glebius | 2006-06-08 | 1 | -9/+9 |
* | u_intXX -> uintXX | glebius | 2006-06-08 | 1 | -139/+139 |
* | - style(9) cleanup. | glebius | 2006-06-07 | 1 | -442/+267 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | If one removes the option from conf/options, one should | mjacob | 2006-04-25 | 1 | -2/+0 |
* | make BGE_FAKE_AUTONEG a tunable. | mr | 2006-04-25 | 1 | -3/+5 |
* | Fix the interrupt handler to do the mandatory PCI flush before looking at | scottl | 2006-04-15 | 1 | -14/+10 |
* | Correct an obvious typo. | pjd | 2006-04-12 | 1 | -1/+1 |
* | Remove dead code. | glebius | 2006-03-17 | 1 | -2/+0 |
* | 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. This | oleg | 2006-02-17 | 1 | -4/+14 |