summaryrefslogtreecommitdiff
path: root/sys/dev/pcn
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove pcn(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-09-26Remove bogus spaces.Warner Losh
2018-09-26Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-02-27Fix logic errorKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2009-11-19- Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-05shutdown returns an intWarner Losh
2009-01-03Call pcn_start_locked() instead of pcn_start() where the softc lock isChristian Brueffer
2008-08-14Move pcn driver from sys/pci to sys/dev/pcn.Warner Losh