]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/bge/if_bge.c
Remove enabling Data FIFO protection with indirect memory access.
[FreeBSD/FreeBSD.git] / sys / dev / bge / if_bge.c
2010-07-14 yongariRemove enabling Data FIFO protection with indirect...
2010-07-13 yongariPrefer PCIR_BAR macro over BGE_PCI_BAR0.
2010-07-13 yongariFix error message for jumbo buffer allocation failure.
2010-07-13 yongaristyle.
2010-07-13 yongariMake bge_stop_fw() static.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 yongariZero entire status block and add missing bus_dmamap_syn...
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-06 yongariIt seems read DMA mode register requires both IPv4...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-05 yongariFix a bug introduced in r199011. When bge(4) reuses...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-26 mariusFor the on-board interfaces found in Fujitsu SPARC64...
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-03-25 yongariUse pci_get_max_read_req() and pci_set_max_read_req...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-16 yongariRevert r205090.
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-12 yongariReorder interrupt handler a bit such that producer...
2010-03-10 yongariFix typo in r204978.
2010-03-10 yongariFix typo in r204975.
2010-03-10 yongariSet maximum read byte count to 2048 for PCI-X BCM5703...
2010-03-10 yongariEnable hardware fixes for BCM5704 B0 as recommended...
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-26 yongariDisable TSO on BCM5755M controller until I understand...
2010-02-22 yongariRemove Tx mbuf parsing code for VLAN in TSO path. Contr...
2010-02-20 yongariAdd TSO support on VLAN. Controller requires VLAN hardw...
2010-02-13 impmerge from head.
2010-02-09 yongariMove device specific flag configuration to attach routine.
2010-02-01 yongariPCI express device status register has W1C feature...
2010-01-22 yongariUse new handshake command for BCM5750 or new controllers.
2010-01-22 yongariFix a long standing ASF heartbeat sending bug. The...
2010-01-15 yongariDon't free mbuf chains when bge(4) fails to collapse...
2010-01-14 yongariFor controllers that has dual mode PHY(copper or fiber...
2010-01-13 delphij o Add PCI ID for BCM 5756.
2010-01-06 impMerge from head at r201628.
2010-01-03 yongariFix regression introduced in r198318. BCM5754/BCM5754M...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-08 yongariCreate sysctl node(dev.bge.%d.focred_collapse) instead of
2009-12-08 yongariPartially revert r200228. For mini RCB case, bge(4...
2009-12-07 yongariDon't access jumbo frame related registers if controlle...
2009-12-07 yongariRemove PHY isolate/power down code in bge_stop(). The...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 yongariAdd workaround to overcome hardware limitation which...
2009-11-25 yongariFix typo which inversed the logic which in turn disable...
2009-11-25 yongariMake sure one shot MSI is enabled.
2009-11-24 yongariBGE_FLAG_40BIT_BUG should be set before creating DMA...
2009-11-22 yongariReduce status block size DMAed by controller. bge(4...
2009-11-22 yongariAdd missing function prototype in r199671.
2009-11-22 yongariImplement TSO for BCM5755 or newer controllers. Some...
2009-11-22 yongariFix two long standing bugs on bge(4). Most pre BCM5755...
2009-11-22 yongariFor MSI case, interrupt is not shared and we don't...
2009-11-22 yongariCache Rx producer/Tx consumer index as soon as we know...
2009-11-22 yongariRearrange bge_start_locked to see we can send more...
2009-11-22 yongariController does not write Rx descriptors, remove BUS_DM...
2009-11-22 yongariUse capability pointer to access PCIe registers rather...
2009-11-22 yongariDue to newly added PCIe capabilities fallback code...
2009-11-22 yongariFix typo introduced in r199011.
2009-11-22 yongariRemove extra white space.
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-11-10 yongariController does not update Tx descriptors(send BDs...
2009-11-09 yongariZero out Tx/Rx descriptors before using them. Also...
2009-11-09 yongariAdd missing bus_dmamap_sync(9) before issuing kick...
2009-11-09 yongariCorrect disabling checksum offloading for BCM5700 B0.
2009-11-08 yongariPartially revert r199035.
2009-11-08 yongariCount number of inbound packets which were chosen to...
2009-11-08 yongariDon't count input errors twice, we always read input...
2009-11-07 yongariTell upper layer we support long frames. ether_ifattach()
2009-11-07 yongariFix I mssied in r199011. Rx ring index also should...
2009-11-07 yongariReimplement Rx buffer allocation to handle dma map...
2009-11-06 yongariDo bus_dmamap_sync call only if frame size is greater...
2009-11-04 yongariMake bge_newbuf_std()/bge_newbuf_jumbo() returns actual...
2009-11-04 yongariRemove common DMA tag used for TX/RX mbufs and create...
2009-11-04 yongariCovert bge_newbuf_std to use bus_dmamap_load_mbuf_sg...
2009-11-04 yongariUse correct dma tag for jumbo buffer.
2009-10-21 stas- On entrance to the rx_eof sync RX rings maps with...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-13 bzImmediately after clearing a pending callout that didn...
2009-10-07 stas- Give a name to the host coalescing bug fix WDMA mode...
2009-10-07 stas- Add support for new BGE chips (5761, 5784 and 57780...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-17 desMerge from head
2009-09-17 desMerge from head up to r188941 (last revision before...
next