aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cnw
Commit message (Expand)AuthorAgeFilesLines
* 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-31/+31
* 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