aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ray/if_rayvar.h
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect unbuildable and unusable non-MPSAFE network deviceRobert Watson2009-04-161-361/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+3
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Update for net80211 changes.Sam Leffler2004-12-081-0/+38
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-4/+4
* Primary purpose of this commit is to enable support for the AviatorDuncan Barclay2001-05-171-12/+48
* Eliminate some panics for errors we can recover from.Duncan Barclay2001-05-091-1/+1
* Remove if_ray_oldcard.h because pccard support multiple windows now.Duncan Barclay2001-05-071-0/+4
* Take advantage of the fixes to the pcic code that allows multipleDuncan Barclay2001-01-171-25/+0
* Changes necessary to make this work.Warner Losh2000-11-121-2/+2
* Add a desired network parameter structure to runq entries.Duncan Barclay2000-06-181-0/+2
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...Duncan Barclay2000-06-111-4/+11
* Add macros for freeing a set of malloc runq entries and adding them to theDuncan Barclay2000-06-101-0/+22
* As part of the IFF_RUNNING stuff, we've added an extra flag so callersDuncan Barclay2000-06-041-3/+9
* Remove unused ioctl lockingDuncan Barclay2000-05-281-5/+0
* Made RAY_COM_DUMP a real debug called RAY_DCOMDuncan Barclay2000-05-281-10/+11
* MFRELENG_3Duncan Barclay2000-05-211-18/+28
* Remove ISA/3.x stuff and add -current stuffDuncan Barclay2000-05-111-23/+25
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-43/+60
* Split out structures to make it a bit easier to find my way around andDuncan Barclay2000-05-071-0/+248