summaryrefslogtreecommitdiff
path: root/sys/dev/cnw
Commit message (Expand)AuthorAgeFilesLines
* Catchup to filters by piso.Warner Losh2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-8/+26
* Mark if_cnw as IFF_NEEDSGIANT, because it does.Robert Watson2005-07-181-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-12/+18
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+3
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+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
* The ether_ifdetach() function requires only one argument now.Yoshihiro Takahashi2003-02-231-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-13/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+8
* Remove __P.Alfred Perlstein2002-03-201-30/+30
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-6/+4
* Use enumeration types for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-1/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectWarner Losh2001-03-231-2/+0
* Commit port of cnw driver from Hiroyuki Aizu-san. This driverWarner Losh2001-03-163-0/+2006