aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ray
Commit message (Expand)AuthorAgeFilesLines
* Since if_ray doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+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-2/+2
* fix warnings. NULL -> 0Alfred Perlstein2003-12-241-4/+4
* 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
* update to new 802.11 supportSam Leffler2003-06-281-2/+1
* update for new 802.11 supportSam Leffler2003-06-281-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Retire some misleading comments and explain why we need to keep a copyDuncan Barclay2003-03-051-10/+8
* 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
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* network interface driver changes:Sam Leffler2002-11-141-16/+7
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-4/+4
* Fix warnings.Alfred Perlstein2002-06-011-3/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-9/+9
* Primary purpose of this commit is to enable support for the AviatorDuncan Barclay2001-05-174-300/+715
* Eliminate some panics for errors we can recover from.Duncan Barclay2001-05-092-164/+121
* Remove if_ray_oldcard.h because pccard support multiple windows now.Duncan Barclay2001-05-073-140/+11
* pkh's TAILQ changes to if_mutliaddrs missed a counting loop.Duncan Barclay2001-03-041-1/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-4/+2
* Take advantage of the fixes to the pcic code that allows multipleDuncan Barclay2001-01-173-132/+160
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-071-2/+2
* Tidy up if_init routine so that it does not return an error.Duncan Barclay2001-01-021-1/+13
* Fix probe/attach a little. We don't have to call bpfattach() anymoreBill Paul2000-12-081-22/+19
* Changes necessary to make this work.Warner Losh2000-11-125-108/+83
* Add attribute memory setup warningsDuncan Barclay2000-07-111-37/+86
* Move newbus detection code to alloc routines.Duncan Barclay2000-07-071-50/+68
* Subtle Tx bugs - I wonder why the cast wans't picked up...Duncan Barclay2000-06-211-4/+4
* Minor tweaks to error messages (after writing man page).Duncan Barclay2000-06-201-49/+81
* Remove RECERR from RAY_DEBUGDuncan Barclay2000-06-181-2/+1
* General tidy up and plough through TODO list.Duncan Barclay2000-06-181-303/+143
* Add a desired network parameter structure to runq entries.Duncan Barclay2000-06-181-0/+2
* Suck out all of the current and desired n/w parameters.Duncan Barclay2000-06-112-5/+33
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...Duncan Barclay2000-06-111-4/+11
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...Duncan Barclay2000-06-111-1/+1
* A bunch of misc. tidy ups really.Duncan Barclay2000-06-111-209/+195
* Removed a few RAY_MAP_CMs that were not needed.Duncan Barclay2000-06-101-22/+13
* Seperate debug for dumping comq entries.Duncan Barclay2000-06-101-0/+4
* Add macros for freeing a set of malloc runq entries and adding them to theDuncan Barclay2000-06-101-0/+22
* Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incid...Duncan Barclay2000-06-101-206/+120
* Cosmetic and capture a register dump _before_ I've downloaded values toDuncan Barclay2000-06-041-3/+50
* As part of the IFF_RUNNING stuff, we've added an extra flag so callersDuncan Barclay2000-06-041-3/+9
* Main changes are resurection of mutlicast code (jgibbs moved the stuff IDuncan Barclay2000-06-041-175/+133
* Remove unused ioctl lockingDuncan Barclay2000-05-282-90/+14
* Made RAY_COM_DUMP a real debug called RAY_DCOMDuncan Barclay2000-05-282-24/+25