summaryrefslogtreecommitdiffstats
path: root/sys/dev/cnw/if_cnw.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the cnw(4) driver. No one responded to calls to test it on current@jhb2008-07-041-1289/+0
* Make cnw(4) MPSAFE:jhb2008-07-041-76/+117
* Grr, restore some useful comments that were only in the NetBSD code.jhb2008-05-281-0/+21
* Remove NetBSD and FreeBSD 4.x code from this driver in preparation forjhb2008-05-281-548/+16
* Catchup to filters by piso.imp2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+26
* Mark if_cnw as IFF_NEEDSGIANT, because it does.rwatson2005-07-181-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-12/+18
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+2
* The ether_ifdetach() function requires only one argument now.nyan2003-02-231-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-13/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+8
* Remove __P.alfred2002-03-201-31/+31
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-6/+4
* Use enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectimp2001-03-231-2/+0
* Commit port of cnw driver from Hiroyuki Aizu-san. This driverimp2001-03-161-0/+1745
OpenPOWER on IntegriCloud