aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cm
Commit message (Expand)AuthorAgeFilesLines
* Provide necessary includes that before came via if.h.Gleb Smirnoff2013-10-281-0/+2
* 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
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-014-28/+0
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-192-13/+17
* Remove unused ifaddr and ifreq local variables.Robert Watson2009-02-121-4/+0
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-3/+3
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-6/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Make cm(4) driver MPSAFE.Max Khon2006-06-114-234/+164
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-13/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-15/+21
* Since if_cm doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-313-15/+14
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-21/+19
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* - bpf is now working (tested with tcpdump)Max Khon2003-01-301-16/+0
* - add support for IPX (tested with mount -t nwfs and mars_nwe),Max Khon2003-01-241-7/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-2/+1
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-32/+29
* Remove __P.Alfred Perlstein2002-03-203-18/+18
* - generic Arcnet frameworkMax Khon2002-01-084-0/+1400