aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cm/if_cm_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-166/+0
* Add deprecation notices for Arcnet and FDDI drivers.Brooks Davis2018-03-301-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* Provide necessary includes that before came via if.h.Gleb Smirnoff2013-10-281-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-011-7/+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-111-24/+53
* 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-091-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+2
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* - generic Arcnet frameworkMax Khon2002-01-081-0/+135