summaryrefslogtreecommitdiff
path: root/sys/dev/et
Commit message (Expand)AuthorAgeFilesLines
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* Merge r240680 from head:Gavin Atkinson2012-10-241-3/+3
* MFC r229940:Pyun YongHyeon2012-02-151-34/+68
* MFC r228333,228335-228336,228362,228368-228369,228381:Pyun YongHyeon2012-01-063-357/+401
* MFC r228326-228327,228331-228332:Pyun YongHyeon2012-01-063-134/+438
* MFC r228325:Pyun YongHyeon2012-01-062-615/+579
* MFC r228291-228293,228297-228298:Pyun YongHyeon2012-01-062-70/+67
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-4/+1
* MFC r226480-226481:Pyun YongHyeon2011-12-311-3/+3
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.Pyun YongHyeon2010-09-211-0/+2
* Change copyright holder to author. We prefer using a real legalXin LI2010-07-303-3/+3
* Only Tx checksum offloading is supported now. Remove experimentalPyun YongHyeon2009-11-201-1/+1
* Add __FBSDID.Pyun YongHyeon2009-11-201-1/+3
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems thePyun YongHyeon2009-11-202-6/+43
* Because we know received bytes including CRC there is no reason toPyun YongHyeon2009-11-201-4/+2
* Add initial endianness support. It seems the controller supportsPyun YongHyeon2009-11-201-14/+14
* Remove unnecessary structure packing.Pyun YongHyeon2009-11-201-4/+4
* Fix copy & paste error and remove extra space before colon.Pyun YongHyeon2009-11-191-2/+2
* Use capability pointer to access PCIe registers rather thanPyun YongHyeon2009-11-191-18/+26
* Use bus_{read,write}_4 rather than bus_space_{read,write}_4.Pyun YongHyeon2009-11-192-6/+2
* style(9)Pyun YongHyeon2009-11-191-59/+59
* Remove extra spce at the EOL.Pyun YongHyeon2009-11-193-12/+12
* Add MSI support.Pyun YongHyeon2009-11-192-10/+44
* Destroy driver mutex in device detach.Pyun YongHyeon2009-11-191-1/+2
* Remove support code for FreeBSD 6.x versions.Pyun YongHyeon2009-11-191-5/+0
* Remove complex macros that were used to compute bits values.Pyun YongHyeon2009-11-193-221/+198
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Don't leak DMA map if not freed.Xin LI2008-07-111-0/+2
* Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI2008-06-203-0/+3104