aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcn/if_pcn.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-0/+2
* Remove bogus spaces.Warner Losh2018-09-261-1/+1
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-10/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix logic errorKevin Lo2012-02-271-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-3/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-5/+8
* - Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin2009-11-191-15/+10
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* shutdown returns an intWarner Losh2009-02-051-7/+5
* Call pcn_start_locked() instead of pcn_start() where the softc lock isChristian Brueffer2009-01-031-1/+1
* Move pcn driver from sys/pci to sys/dev/pcn.Warner Losh2008-08-141-0/+1527