summaryrefslogtreecommitdiffstats
path: root/sys/dev/et
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
* FreeBSD driver does not require arpcom structure in softc.yongari2011-12-091-1/+0
* Announce flow control ability to PHY driver and enable RX flowyongari2011-12-092-4/+27
* Remove unnecessary definition of ET_PCIR_BAR. Controller supportyongari2011-12-092-10/+3
* Do not disable interrupt without knowing whether the raisedyongari2011-12-092-18/+24
* Disable all clocks and put PHY into COMA before entering intoyongari2011-12-072-2/+21
* Consistently use a tab character instead of using either a space oryongari2011-12-072-372/+372
* Protect SIOCSIFMTU ioctl handler with driver lock.yongari2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could beyongari2011-12-073-4/+283
* Rework link state tracking and TX/RX MAC configuration.yongari2011-12-072-106/+124
* 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-072-10/+30
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. Thisyongari2011-12-072-615/+579
* 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
* Remove NetBSD license. r199548 removed all bit macros that wereyongari2011-12-051-35/+0
* - 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-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