summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Controller does not update Tx descriptors(send BDs) after sendingyongari2009-11-101-6/+3
* Zero out Tx/Rx descriptors before using them. Also add missingyongari2009-11-091-0/+7
* Add missing bus_dmamap_sync(9) before issuing kick command.yongari2009-11-091-0/+3
* Correct disabling checksum offloading for BCM5700 B0.yongari2009-11-091-1/+1
* Partially revert r199035.yongari2009-11-081-0/+8
* Count number of inbound packets which were chosen to be discardedyongari2009-11-081-0/+2
* Don't count input errors twice, we always read input errors fromyongari2009-11-081-10/+0
* Tell upper layer we support long frames. ether_ifattach()yongari2009-11-071-1/+3
* Fix I mssied in r199011. Rx ring index also should be updated.yongari2009-11-071-0/+6
* Reimplement Rx buffer allocation to handle dma map load failure.yongari2009-11-072-80/+88
* Do bus_dmamap_sync call only if frame size is greater thanyongari2009-11-061-3/+5
* bge(4) already switched to use UMA backed page allocator and localyongari2009-11-061-7/+0
* Correct MSI mode register bits.yongari2009-11-061-5/+2
* Make bge_newbuf_std()/bge_newbuf_jumbo() returns actual error codeyongari2009-11-041-13/+20
* Remove common DMA tag used for TX/RX mbufs and create Tx DMA tagyongari2009-11-042-27/+42
* Covert bge_newbuf_std to use bus_dmamap_load_mbuf_sg(9). Note,yongari2009-11-041-14/+11
* Use correct dma tag for jumbo buffer.yongari2009-11-041-1/+1
* - On entrance to the rx_eof sync RX rings maps with POSTWRITE flagstas2009-10-211-4/+7
* Immediately after clearing a pending callout that didn't make it duebz2009-10-131-10/+10
* - Give a name to the host coalescing bug fix WDMA mode register bit insteadstas2009-10-072-1/+2
* - Add support for new BGE chips (5761, 5784 and 57780). These chips uses newstas2009-10-072-74/+173
* - Do not try to reevaluate current RX production index on eachstas2009-08-181-7/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Fix return values appropriately.attilio2009-05-301-2/+2
* s/rk_npkts/rx_npktsattilio2009-05-301-1/+1
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-9/+13
* Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while).delphij2009-05-141-3/+3
* Try to workaround a race where bge_stop() may sneak in when bge_rxeof()delphij2009-05-141-0/+9
* - Ensure that INTx isn't disabled, as these chips apparently have amarius2009-03-232-4/+8
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().marius2009-03-212-23/+70
* 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
OpenPOWER on IntegriCloud