summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-032-4/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Add Intel vendor ID to the device table to make it more uniform soimp2014-12-243-59/+58
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-281-4/+4
* - Use if_inc_counter() to increment various counters.glebius2014-09-181-7/+10
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-9/+9
* Convert fxp(4) to use the driver API.marcel2014-06-022-183/+176
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-1/+1
* Increase the number of TX DMA segments from 32 to 35. It turnedyongari2014-03-311-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-1/+1
* Avoid unnecessary controller reinitialization by checking driveryongari2013-06-101-6/+20
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-3/+3
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-111-3/+4
* Remove unnecessary #if as the software workaround for PCI protocolyongari2012-03-281-8/+5
* Load entire EEPROM contents in device attach time and verifyyongari2012-03-283-23/+59
* Partially revert r223608 and selectively allow microcode loadingyongari2012-03-282-5/+18
* Do not change current media when driver is already running. Ifyongari2012-03-191-3/+3
* Fix white space nits.yongari2012-03-141-7/+7
* fxp(4) does not handle deferred dma map loading. Tellyongari2012-03-141-3/+5
* Minor indenting divot...imp2012-01-251-1/+1
* TCP header size is represented by number of 32bits words.yongari2011-12-191-1/+1
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-082-0/+237
* Enable CPUSaver D102 E-step microcode loading for 82551 revisionyongari2011-06-271-0/+2
* Disable microcode loading for 82550 and 82550C controllers. Loadingyongari2011-06-271-0/+4
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-5/+3
* Normally fxp(4) does not receive bad frames but promiscuous modeyongari2011-03-281-2/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* - Allocate the DMA memory shared between the host and the controller asmarius2011-02-261-4/+4
* Fix a regression introduced in r215906. The change made in r215906yongari2011-02-151-1/+3
* If RX lockup workaround is enabled, fxp(4) will periodically resetyongari2010-12-021-4/+6
* Fix and implement missing parts of flow control support. This also removesmarius2010-11-263-35/+74
* - Sprinkle const on tables.marius2010-11-232-26/+14
* Add TSO support over VLAN for i82550/i82551. Controller requiresyongari2010-10-241-3/+12
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+8
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* If controller received bad frames make sure to update newly addedyongari2010-05-141-2/+7
* Dont' allow dma map load deferring. fxp(4) is not able to handleyongari2010-05-141-1/+1
* Controller updates RFA via DMA so driver needs synchronization.yongari2010-05-141-2/+2
* Export hardware MAC statistics through sysctl node. Previouslyyongari2010-05-093-78/+242
* 8255x configure command requires number of bytes of configurationyongari2010-05-071-4/+13
* It seems controller has two types of promiscuous control, one foryongari2010-05-071-1/+1
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-191-54/+52
* It seems some 82559ER controllers do not support Rx checksumyongari2009-09-281-2/+5
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* For ICH based fxp(4) controllers treat them as 82559 compatibles.yongari2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doyongari2009-06-212-134/+38
OpenPOWER on IntegriCloud