summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi/dev
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-8/+2
* Remove duplicate header includeskevlo2011-06-261-2/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-062-3/+3
* Updates for I2C devices on XLR engg boards.jchandra2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsavg2010-12-131-3/+1
* I2C drivers for XLR/XLS processors.jchandra2010-12-123-0/+469
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.jchandra2010-12-091-1/+0
* Use if_transmit method instead of if_start, this avoids the interface queue l...jchandra2010-11-272-86/+86
* Network driver updatesjchandra2010-10-201-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+6
* XLR/XLS network driver (nlge) updates:jchandra2010-10-062-35/+167
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingjchandra2010-10-051-1/+1
* Update message ring handling code for XLR/XLSjchandra2010-10-032-18/+25
* n32 fixes for nlge.jchandra2010-09-211-3/+3
* Add 64 bit support to nlge, and additional fixesjchandra2010-09-201-52/+63
* Fixes for XLR network accelerator driver (nlge).jchandra2010-09-172-32/+70
* RMI security accelerator driver update.jchandra2010-09-165-711/+116
* Update rge.h for r212758 - stats incremented using xlr_ldaddwu should bejchandra2010-09-161-6/+7
* Network driver updates.jchandra2010-09-162-107/+44
* sys/mips/rmi/msgring.h - fixes and clean up.jchandra2010-09-132-4/+4
* Compilation fix - when INVARIANTS are turned off.jchandra2010-09-102-2/+8
* Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same descjchandra2010-09-091-56/+19
* nlge (alternate XLR GMAC driver) updates:jchandra2010-09-081-50/+45
* Clean up fast message ring code for XLR.jchandra2010-09-081-41/+19
* Move debug.h to the the rge driver directory. rge.c is the only user ofjchandra2010-08-303-2/+107
* Clean up header files in RMI platform code (sys/mips/rmi), and removejchandra2010-08-302-32/+22
* New driver nlge for XLR/XLS Network Accelerator. This will support the XGMACjchandra2010-08-282-0/+3624
* Update rge driver for 64 bit kernel.jchandra2010-07-291-14/+34
* 64 bit compilation support XLR platform code.jchandra2010-07-081-18/+19
* Add support for newer XLS chips/boards in the GMAC driver.jchandra2010-06-181-16/+37
* Changes to boot on a subset of threads on an XLR/XLS core.jchandra2010-05-211-5/+5
* Add a device description.rpaulo2010-05-181-0/+2
* This pushes all of JC's patches that I have in place. Irrs2010-05-161-232/+72
* Delete svn:executable prop.rpaulo2010-04-181-0/+0
* If a mbuf is split across two pages, werrs2010-02-101-0/+2
* 1) Make sure static is init'd to 0rrs2010-01-261-1/+3
* Correct a path in an include I missed earlierimp2010-01-111-8/+1
* Attempt to cope with the dev/rmi -> mips/rmi/dev move.imp2010-01-114-12/+23
* Merge from projects/mips to head by hand:imp2010-01-109-0/+12333
OpenPOWER on IntegriCloud