summaryrefslogtreecommitdiffstats
path: root/sys/dev/ray
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-3/+2
* add defs just removed from ieee80211.hsam2007-09-051-0/+10
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* tweak comments about OLDCARD workaroundsimp2006-10-191-2/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* 'PC Card' instead of other variantsimp2005-09-221-1/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-23/+23
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-28/+38
* Make a bunch of malloc types static.phk2005-02-102-2/+1
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDimp2005-02-061-5/+5
* ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it,imp2005-02-061-2/+2
* 64-bit clean fixes: Use %zx in preference to %x to print size_t items.imp2005-01-271-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* Update for net80211 changes.sam2004-12-082-3/+41
* Since if_ray doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* fix warnings. NULL -> 0alfred2003-12-241-4/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* update to new 802.11 supportsam2003-06-281-2/+1
* update for new 802.11 supportsam2003-06-281-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Retire some misleading comments and explain why we need to keep a copydmlb2003-03-051-10/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* network interface driver changes:sam2002-11-141-16/+7
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-4/+4
* Fix warnings.alfred2002-06-011-3/+3
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-9/+9
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Eliminate some panics for errors we can recover from.dmlb2001-05-092-164/+121
* Remove if_ray_oldcard.h because pccard support multiple windows now.dmlb2001-05-073-140/+11
* pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-4/+2
* Take advantage of the fixes to the pcic code that allows multipledmlb2001-01-173-132/+160
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-2/+2
* Tidy up if_init routine so that it does not return an error.dmlb2001-01-021-1/+13
* Fix probe/attach a little. We don't have to call bpfattach() anymorewpaul2000-12-081-22/+19
* Changes necessary to make this work.imp2000-11-125-108/+83
* Add attribute memory setup warningsdmlb2000-07-111-37/+86
* Move newbus detection code to alloc routines.dmlb2000-07-071-50/+68
* Subtle Tx bugs - I wonder why the cast wans't picked up...dmlb2000-06-211-4/+4
OpenPOWER on IntegriCloud