summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-12/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* Fix a regression introduced in r213710. r213710 removed the use ofyongari2010-10-131-0/+7
* Add more checks for resolved link speed in bge_miibus_statchg().yongari2010-10-131-6/+24
* Protect bge(4) from accessing invalid NIC internal memory regionsyongari2010-10-121-0/+8
* Fix a regression introduced in r213495. r213495 disabled miniyongari2010-10-121-1/+1
* The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. Butyongari2010-10-111-9/+13
* Remove one last reference of BGE_MI_MODE register for auto polling.yongari2010-10-111-5/+15
* Do not blindly UP the interface when interface's MTU is changed. Ifyongari2010-10-081-2/+6
* Fix a long standing bug which regarded some revisions of controlleryongari2010-10-071-8/+6
* Add more comments to rings supported by the controller. Differentyongari2010-10-061-37/+103
* Remove bge_tx_buf_ratio, unused member of softc.yongari2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryyongari2010-10-062-39/+94
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.yongari2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makeyongari2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedyongari2010-10-052-28/+29
* Enable fix for read DMA FIFO overruns on controllers that have thisyongari2010-10-042-0/+17
* Consistently use ifHCOutOctets/ifHCInOctets instead of Octets asyongari2010-10-041-9/+9
* Remove extra semicolon.yongari2010-10-011-2/+2
* Allow write DMA to request larger DMA burst size to get betteryongari2010-10-012-0/+5
* Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) usedyongari2010-09-301-4/+8
* Implement hardware MAC statistics for BCM5705 or newer Broadcomyongari2010-09-292-49/+339
* After r207391, brgphy(4) passes resolved flow-control settings toyongari2010-09-291-2/+13
* Set the number of RX frames to receive after RX MBUF low watermarkyongari2010-09-292-0/+9
* Always show asic/chip revision in device attach phase. There areyongari2010-09-231-6/+5
* Fix incorrect RX BD producer updates. The producer index wasyongari2010-09-161-2/+4
* Make sure to create DMA'able memory for statistics block. This wasyongari2010-09-071-0/+9
* Remove unnecessary atomic operation in bge_poll. bge(4) alwaysyongari2010-08-311-2/+2
* bge_txeof() already checks whether it has to free transmitted mbufsyongari2010-08-311-4/+3
* Handle PAE case correctly. You cannot effectively specify a 4GByongari2010-08-312-3/+7
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAyongari2010-08-312-243/+152
* It seems all Broadcom controllers have a bug that can generate UDPyongari2010-08-222-7/+43
* Load tunable from loader.conf(5) instead of device.hints(5).yongari2010-08-211-3/+6
* Use Miscellaneous Configuration Register bit definition instead ofyongari2010-07-152-1/+2
* Remove enabling Data FIFO protection with indirect memory access.yongari2010-07-141-6/+3
* Prefer PCIR_BAR macro over BGE_PCI_BAR0.yongari2010-07-131-2/+2
* Fix error message for jumbo buffer allocation failure.yongari2010-07-131-1/+1
* style.yongari2010-07-131-7/+9
* Make bge_stop_fw() static.yongari2010-07-131-13/+9
* Zero entire status block and add missing bus_dmamap_sync(9).yongari2010-07-061-4/+8
* It seems read DMA mode register requires both IPv4 TSO and IPv6 TSOyongari2010-07-061-1/+5
* Remove unused macros.yongari2010-06-081-10/+1
* Fix a bug introduced in r199011. When bge(4) reuses loaded RXyongari2010-06-052-16/+51
* For the on-board interfaces found in Fujitsu SPARC64 machines obtain themarius2010-04-261-1/+1
* Use pci_get_max_read_req() and pci_set_max_read_req() to set maximimyongari2010-03-251-28/+2
* Revert r205090.yongari2010-03-161-16/+16
* Reorder interrupt handler a bit such that producer/consumeryongari2010-03-121-16/+16
* Fix typo in r204978.yongari2010-03-101-1/+1
* Fix typo in r204975.yongari2010-03-101-1/+1
* Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.yongari2010-03-101-1/+29
OpenPOWER on IntegriCloud