summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi
Commit message (Expand)AuthorAgeFilesLines
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-131-0/+2
* The message ring interrupt needs to be enabled for all cpus, not justjchandra2011-01-121-65/+52
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-063-4/+4
* 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-128-256/+704
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.jchandra2010-12-092-8/+0
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-091-4/+4
* - Populate dump_avail with proper values from phys_availgonzo2010-12-091-0/+7
* Use if_transmit method instead of if_start, this avoids the interface queue l...jchandra2010-11-272-86/+86
* After some off-list discussion, revert a number of changes to thedim2010-11-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-5/+5
* Network driver updatesjchandra2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+6
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBjchandra2010-10-062-2/+53
* XLR/XLS network driver (nlge) updates:jchandra2010-10-062-35/+167
* Fix n64 compile.jchandra2010-10-061-1/+1
* Network driver support for more XLR/XLS chip versions.jchandra2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingjchandra2010-10-052-20/+63
* Fix asm for XKPHYS read for o32, constriants needed for input registersjchandra2010-10-051-13/+14
* Update message ring handling code for XLR/XLSjchandra2010-10-037-280/+290
* XLS B0 revision PCI support and related changes.jchandra2010-09-273-61/+76
* n32 fixes for nlge.jchandra2010-09-212-4/+4
* Add 64 bit support to nlge, and additional fixesjchandra2010-09-202-64/+131
* Fixes for XLR network accelerator driver (nlge).jchandra2010-09-174-59/+104
* RMI security accelerator driver update.jchandra2010-09-166-711/+117
* Update rge.h for r212758 - stats incremented using xlr_ldaddwu should bejchandra2010-09-161-6/+7
* Network driver updates.jchandra2010-09-163-131/+124
* sys/mips/rmi/msgring.h - fixes and clean up.jchandra2010-09-133-248/+211
* bus_add_child method is needed now.jchandra2010-09-131-0/+1
* Compilation fix - when INVARIANTS are turned off.jchandra2010-09-103-2/+10
* Clean up and update sys/mips/rmi/rmi_mips_exts.hjchandra2010-09-093-341/+345
* 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-083-227/+116
* PCIe updates for XLS.jchandra2010-09-071-47/+82
* XLR/XLS hardware interrupts should be programmed level triggered at thejchandra2010-09-063-15/+12
* Updates for the RMI MIPS platform codejchandra2010-09-014-10/+13
* Add the workaround for 4xx lite boards after it was lost in the lastjchandra2010-08-311-0/+17
* Move debug.h to the the rge driver directory. rge.c is the only user ofjchandra2010-08-304-18/+6
* Clean up header files in RMI platform code (sys/mips/rmi), and removejchandra2010-08-3020-985/+390
* New driver nlge for XLR/XLS Network Accelerator. This will support the XGMACjchandra2010-08-286-126/+4069
* Initial code for XLR CompactFlash driver.jchandra2010-08-285-1/+188
* Revamp XLR interrupt handling, the previous scheme does not work well onjchandra2010-08-276-129/+110
* Provide timecounter based on XLR PIC timer.jchandra2010-08-252-0/+74
* XLR PIC code update.jchandra2010-08-252-6/+13
* XLR PIC code update and style(9) fixes.jchandra2010-08-257-313/+231
OpenPOWER on IntegriCloud