summaryrefslogtreecommitdiffstats
path: root/sys/dev/et
Commit message (Expand)AuthorAgeFilesLines
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.yongari2010-09-211-0/+2
* Change copyright holder to author. We prefer using a real legaldelphij2010-07-303-3/+3
* Only Tx checksum offloading is supported now. Remove experimentalyongari2009-11-201-1/+1
* Add __FBSDID.yongari2009-11-201-1/+3
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems theyongari2009-11-202-6/+43
* Because we know received bytes including CRC there is no reason toyongari2009-11-201-4/+2
* Add initial endianness support. It seems the controller supportsyongari2009-11-201-14/+14
* Remove unnecessary structure packing.yongari2009-11-201-4/+4
* Fix copy & paste error and remove extra space before colon.yongari2009-11-191-2/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-191-18/+26
* Use bus_{read,write}_4 rather than bus_space_{read,write}_4.yongari2009-11-192-6/+2
* style(9)yongari2009-11-191-59/+59
* Remove extra spce at the EOL.yongari2009-11-193-12/+12
* Add MSI support.yongari2009-11-192-10/+44
* Destroy driver mutex in device detach.yongari2009-11-191-1/+2
* Remove support code for FreeBSD 6.x versions.yongari2009-11-191-5/+0
* Remove complex macros that were used to compute bits values.yongari2009-11-193-221/+198
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Don't leak DMA map if not freed.delphij2008-07-111-0/+2
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-203-0/+3104
OpenPOWER on IntegriCloud