summaryrefslogtreecommitdiffstats
path: root/sys/dev/cm/smc90cx6.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Replace `inline static' by `static inline'.ed2011-12-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-191-13/+15
* Remove unused ifaddr and ifreq local variables.rwatson2009-02-121-4/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-3/+3
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-6/+0
* Make cm(4) driver MPSAFE.fjoe2006-06-111-201/+87
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-12/+17
* Since if_cm doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-13/+12
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-21/+19
* Use __FBSDID().obrien2003-08-241-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* - bpf is now working (tested with tcpdump)fjoe2003-01-301-16/+0
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-7/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-2/+1
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-011-32/+29
* Remove __P.alfred2002-03-201-8/+8
* - generic Arcnet frameworkfjoe2002-01-081-0/+1071
OpenPOWER on IntegriCloud