summaryrefslogtreecommitdiff
path: root/sys/dev/cm
AgeCommit message (Expand)Author
2018-04-13Remove support for the Arcnet protocol.Brooks Davis
2018-03-30Add deprecation notices for Arcnet and FDDI drivers.Brooks Davis
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-28Provide necessary includes that before came via if.h.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
2011-12-13Replace `inline static' by `static inline'.Ed Schouten
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-03-01The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-11-19- Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin
2009-02-12Remove unused ifaddr and ifreq local variables.Robert Watson
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-06-11Make cm(4) driver MPSAFE.Max Khon
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2004-08-13Since if_cm doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-30There is no way to enter the attach routine twice with the same softcBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-30- bpf is now working (tested with tcpdump)Max Khon
2003-01-24- add support for IPX (tested with mount -t nwfs and mars_nwe),Max Khon
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-11-14network interface driver changes:Sam Leffler
2002-10-01Use if_printf(ifp, "blah") instead ofBrooks Davis
2002-03-20Remove __P.Alfred Perlstein
2002-01-08- generic Arcnet frameworkMax Khon