aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi/dev/xlr/rge.c
Commit message (Expand)AuthorAgeFilesLines
* Remove rge driver from Broadcom XLRSean Bruno2015-09-041-2564/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Remove duplicate header includesKevin Lo2011-06-261-2/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsAndriy Gapon2010-12-131-3/+1
* fix atomic_set_xxx misuse in rgeAndriy Gapon2010-12-111-2/+2
* Update message ring handling code for XLR/XLSJayachandran C.2010-10-031-7/+10
* Network driver updates.Jayachandran C.2010-09-161-55/+11
* sys/mips/rmi/msgring.h - fixes and clean up.Jayachandran C.2010-09-131-2/+2
* Compilation fix - when INVARIANTS are turned off.Jayachandran C.2010-09-101-1/+4
* Clean up fast message ring code for XLR.Jayachandran C.2010-09-081-41/+19
* Move debug.h to the the rge driver directory. rge.c is the only user ofJayachandran C.2010-08-301-1/+2
* Clean up header files in RMI platform code (sys/mips/rmi), and removeJayachandran C.2010-08-301-12/+8
* Update rge driver for 64 bit kernel.Jayachandran C.2010-07-291-14/+34
* 64 bit compilation support XLR platform code.Jayachandran C.2010-07-081-18/+19
* Add support for newer XLS chips/boards in the GMAC driver.Jayachandran C.2010-06-181-16/+37
* Changes to boot on a subset of threads on an XLR/XLS core.Jayachandran C.2010-05-211-5/+5
* Add a device description.Rui Paulo2010-05-181-0/+2
* This pushes all of JC's patches that I have in place. IRandall Stewart2010-05-161-232/+72
* If a mbuf is split across two pages, weRandall Stewart2010-02-101-0/+2
* 1) Make sure static is init'd to 0Randall Stewart2010-01-261-1/+3
* Correct a path in an include I missed earlierWarner Losh2010-01-111-8/+1
* Attempt to cope with the dev/rmi -> mips/rmi/dev move.Warner Losh2010-01-111-5/+7
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-0/+2748