aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/mips/rmi. It's been unmaintained since 2011. This hardwareWarner Losh2018-01-0111-12065/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2011-0/+24
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-4/+4
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-4/+4
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* Remove rge driver from Broadcom XLRSean Bruno2015-09-043-3663/+1
* Make Broadcom XLR use shared ds1374 RTC driver.Sean Bruno2015-07-291-147/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-7/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-5/+7
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-3/+3
* Fix some lingering build failures caused by fixing implicit inclusion ofMark Johnston2013-10-311-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-8/+2
* Remove duplicate header includesKevin Lo2011-06-261-2/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-062-3/+3
* Updates for I2C devices on XLR engg boards.Jayachandran C.2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsAndriy Gapon2010-12-131-3/+1
* I2C drivers for XLR/XLS processors.Jayachandran C.2010-12-123-0/+469
* fix atomic_set_xxx misuse in rgeAndriy Gapon2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.Jayachandran C.2010-12-091-1/+0
* Use if_transmit method instead of if_start, this avoids the interface queue l...Jayachandran C.2010-11-272-86/+86
* Network driver updatesJayachandran C.2010-10-201-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-4/+6
* XLR/XLS network driver (nlge) updates:Jayachandran C.2010-10-062-35/+167
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingJayachandran C.2010-10-051-1/+1
* Update message ring handling code for XLR/XLSJayachandran C.2010-10-032-18/+25
* n32 fixes for nlge.Jayachandran C.2010-09-211-3/+3
* Add 64 bit support to nlge, and additional fixesJayachandran C.2010-09-201-52/+63
* Fixes for XLR network accelerator driver (nlge).Jayachandran C.2010-09-172-32/+70
* RMI security accelerator driver update.Jayachandran C.2010-09-165-711/+116
* Update rge.h for r212758 - stats incremented using xlr_ldaddwu should beJayachandran C.2010-09-161-6/+7
* Network driver updates.Jayachandran C.2010-09-162-107/+44
* sys/mips/rmi/msgring.h - fixes and clean up.Jayachandran C.2010-09-132-4/+4
* Compilation fix - when INVARIANTS are turned off.Jayachandran C.2010-09-102-2/+8
* Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same descJayachandran C.2010-09-091-56/+19
* nlge (alternate XLR GMAC driver) updates:Jayachandran C.2010-09-081-50/+45
* 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-303-2/+107
* Clean up header files in RMI platform code (sys/mips/rmi), and removeJayachandran C.2010-08-302-32/+22
* New driver nlge for XLR/XLS Network Accelerator. This will support the XGMACJayachandran C.2010-08-282-0/+3624
* 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
* Delete svn:executable prop.Rui Paulo2010-04-181-0/+0