summaryrefslogtreecommitdiff
path: root/sys/dev/cm
AgeCommit message (Expand)Author
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