aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/et
Commit message (Expand)AuthorAgeFilesLines
* 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