| Commit message (Expand) | Author | Age | Files | Lines |
* | fix warnings. NULL -> 0 | alfred | 2003-12-24 | 1 | -4/+4 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | update to new 802.11 support | sam | 2003-06-28 | 1 | -2/+1 |
* | update for new 802.11 support | sam | 2003-06-28 | 1 | -0/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Retire some misleading comments and explain why we need to keep a copy | dmlb | 2003-03-05 | 1 | -10/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -16/+7 |
* | s/__attribute__((__packed__))/__packed/g | alfred | 2002-09-23 | 1 | -4/+4 |
* | Fix warnings. | alfred | 2002-06-01 | 1 | -3/+3 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -9/+9 |
* | Primary purpose of this commit is to enable support for the Aviator | dmlb | 2001-05-17 | 4 | -300/+715 |
* | Eliminate some panics for errors we can recover from. | dmlb | 2001-05-09 | 2 | -164/+121 |
* | Remove if_ray_oldcard.h because pccard support multiple windows now. | dmlb | 2001-05-07 | 3 | -140/+11 |
* | pkh's TAILQ changes to if_mutliaddrs missed a counting loop. | dmlb | 2001-03-04 | 1 | -1/+2 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -2/+2 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -4/+2 |
* | Take advantage of the fixes to the pcic code that allows multiple | dmlb | 2001-01-17 | 3 | -132/+160 |
* | o Now that I've had time to test the new interface, reintegrate it back in. | imp | 2001-01-07 | 1 | -2/+2 |
* | Tidy up if_init routine so that it does not return an error. | dmlb | 2001-01-02 | 1 | -1/+13 |
* | Fix probe/attach a little. We don't have to call bpfattach() anymore | wpaul | 2000-12-08 | 1 | -22/+19 |
* | Changes necessary to make this work. | imp | 2000-11-12 | 5 | -108/+83 |
* | Add attribute memory setup warnings | dmlb | 2000-07-11 | 1 | -37/+86 |
* | Move newbus detection code to alloc routines. | dmlb | 2000-07-07 | 1 | -50/+68 |
* | Subtle Tx bugs - I wonder why the cast wans't picked up... | dmlb | 2000-06-21 | 1 | -4/+4 |
* | Minor tweaks to error messages (after writing man page). | dmlb | 2000-06-20 | 1 | -49/+81 |
* | Remove RECERR from RAY_DEBUG | dmlb | 2000-06-18 | 1 | -2/+1 |
* | General tidy up and plough through TODO list. | dmlb | 2000-06-18 | 1 | -303/+143 |
* | Add a desired network parameter structure to runq entries. | dmlb | 2000-06-18 | 1 | -0/+2 |
* | Suck out all of the current and desired n/w parameters. | dmlb | 2000-06-11 | 2 | -5/+33 |
* | Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi... | dmlb | 2000-06-11 | 1 | -4/+11 |
* | Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi... | dmlb | 2000-06-11 | 1 | -1/+1 |
* | A bunch of misc. tidy ups really. | dmlb | 2000-06-11 | 1 | -209/+195 |
* | Removed a few RAY_MAP_CMs that were not needed. | dmlb | 2000-06-10 | 1 | -22/+13 |
* | Seperate debug for dumping comq entries. | dmlb | 2000-06-10 | 1 | -0/+4 |
* | Add macros for freeing a set of malloc runq entries and adding them to the | dmlb | 2000-06-10 | 1 | -0/+22 |
* | Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incid... | dmlb | 2000-06-10 | 1 | -206/+120 |
* | Cosmetic and capture a register dump _before_ I've downloaded values to | dmlb | 2000-06-04 | 1 | -3/+50 |
* | As part of the IFF_RUNNING stuff, we've added an extra flag so callers | dmlb | 2000-06-04 | 1 | -3/+9 |
* | Main changes are resurection of mutlicast code (jgibbs moved the stuff I | dmlb | 2000-06-04 | 1 | -175/+133 |
* | Remove unused ioctl locking | dmlb | 2000-05-28 | 2 | -90/+14 |
* | Made RAY_COM_DUMP a real debug called RAY_DCOM | dmlb | 2000-05-28 | 2 | -24/+25 |
* | A bit of a messy monster. | dmlb | 2000-05-28 | 1 | -395/+517 |
* | Moved a bit of resource allocation from probe to attach based on feedback | dmlb | 2000-05-23 | 1 | -122/+109 |
* | MFRELENG_3 | dmlb | 2000-05-21 | 1 | -187/+625 |
* | MFRELENG_3 | dmlb | 2000-05-21 | 1 | -10/+23 |