summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove 3Com 985 deviceid that is really ti(4).glebius2006-10-032-3/+1
* 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-092-12/+215
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-1/+1
* /tmp/cvsleYf6ydavidch2006-09-012-9/+11
* 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-232-37/+43
* 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-072-0/+2
* 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-282-34/+44
* Possess some work from OpenBSD, with some local additions.glebius2006-06-152-293/+382
* Whitespace.glebius2006-06-081-9/+9
* u_intXX -> uintXXglebius2006-06-081-139/+139
* - 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
* Fix the interrupt handler to do the mandatory PCI flush before looking atscottl2006-04-151-14/+10
* Correct an obvious typo.pjd2006-04-121-1/+1
* Remove dead code.glebius2006-03-171-2/+0
* 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. Thisoleg2006-02-171-4/+14
* Enable 'complete' rx checksum offloading (i.e. let chip calculate checksumsoleg2006-02-021-2/+3
* Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsoleg2006-02-011-4/+10
OpenPOWER on IntegriCloud