summaryrefslogtreecommitdiffstats
path: root/sys/dev/cm
Commit message (Expand)AuthorAgeFilesLines
* 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-313-15/+14
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-21/+19
* Use __FBSDID().obrien2003-08-242-2/+6
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+2
* 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-203-18/+18
* - generic Arcnet frameworkfjoe2002-01-084-0/+1400
OpenPOWER on IntegriCloud