summaryrefslogtreecommitdiffstats
path: root/sys/dev/et/if_et.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-3/+3
* style. No functional changes.yongari2012-01-101-34/+68
* Announce flow control ability to PHY driver and enable RX flowyongari2011-12-091-4/+20
* Remove unnecessary definition of ET_PCIR_BAR. Controller supportyongari2011-12-091-8/+3
* Do not disable interrupt without knowing whether the raisedyongari2011-12-091-13/+19
* Disable all clocks and put PHY into COMA before entering intoyongari2011-12-071-2/+19
* Protect SIOCSIFMTU ioctl handler with driver lock.yongari2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could beyongari2011-12-071-4/+186
* Rework link state tracking and TX/RX MAC configuration.yongari2011-12-071-106/+122
* Remove et_enable_intrs(), et_disable_intrs() functions andyongari2011-12-071-24/+11
* Controller does not require TX start command for every frame. Soyongari2011-12-071-9/+29
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. Thisyongari2011-12-071-573/+538
* Make et_probe() return BUS_PROBE_DEFAULT such that allow otheryongari2011-12-061-15/+11
* et(4) supports VLAN oversized frame so correctly set header length.yongari2011-12-061-2/+4
* Fix alt(4) support. Also add check for number of available TXyongari2011-12-051-18/+22
* Implement suspend/resume methods. Driver has no issue withyongari2011-12-051-0/+30
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* Make sure to report media change status to caller. Previously ityongari2011-10-171-3/+1
* Add missing driver lock in media status handler.yongari2011-10-171-0/+2
* Remove duplicate header includeskevlo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-4/+4
* 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-301-1/+1
* 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-201-6/+31
* 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
* 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-191-2/+0
* style(9)yongari2009-11-191-59/+59
* Remove extra spce at the EOL.yongari2009-11-191-1/+1
* Add MSI support.yongari2009-11-191-8/+39
* 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-191-39/+48
* 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-201-0/+2389
OpenPOWER on IntegriCloud