| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for 64 bit PTEs on n32 and n64 compilation. | jchandra | 2011-01-13 | 1 | -0/+2 |
* | The message ring interrupt needs to be enabled for all cpus, not just | jchandra | 2011-01-12 | 1 | -65/+52 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by | jhb | 2011-01-06 | 3 | -4/+4 |
* | Updates for I2C devices on XLR engg boards. | jchandra | 2010-12-13 | 3 | -34/+10 |
* | fix mips build breakage introduced in r216375: atomic_store_int doesn't exists | avg | 2010-12-13 | 1 | -3/+1 |
* | I2C drivers for XLR/XLS processors. | jchandra | 2010-12-12 | 8 | -256/+704 |
* | fix atomic_set_xxx misuse in rge | avg | 2010-12-11 | 1 | -2/+2 |
* | Fix compilation when DEBUG option is enabled. | jchandra | 2010-12-09 | 2 | -8/+0 |
* | - dump_avail layout should be sequence of [start, end) | gonzo | 2010-12-09 | 1 | -4/+4 |
* | - Populate dump_avail with proper values from phys_avail | gonzo | 2010-12-09 | 1 | -0/+7 |
* | Use if_transmit method instead of if_start, this avoids the interface queue l... | jchandra | 2010-11-27 | 2 | -86/+86 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -5/+5 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -5/+5 |
* | Network driver updates | jchandra | 2010-10-20 | 2 | -7/+7 |
* | On uniprocessor, warn and fixup hardware cpu mask if more than on CPU | jchandra | 2010-10-20 | 1 | -1/+9 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -4/+6 |
* | PCI fix for XLR C revision chips, limit DMA address to the first 2GB | jchandra | 2010-10-06 | 2 | -2/+53 |
* | XLR/XLS network driver (nlge) updates: | jchandra | 2010-10-06 | 2 | -35/+167 |
* | Fix n64 compile. | jchandra | 2010-10-06 | 1 | -1/+1 |
* | Network driver support for more XLR/XLS chip versions. | jchandra | 2010-10-05 | 1 | -18/+129 |
* | Clear any pending interrupts after disabling FMN interrupts. Add debugging | jchandra | 2010-10-05 | 2 | -20/+63 |
* | Fix asm for XKPHYS read for o32, constriants needed for input registers | jchandra | 2010-10-05 | 1 | -13/+14 |
* | Update message ring handling code for XLR/XLS | jchandra | 2010-10-03 | 7 | -280/+290 |
* | XLS B0 revision PCI support and related changes. | jchandra | 2010-09-27 | 3 | -61/+76 |
* | n32 fixes for nlge. | jchandra | 2010-09-21 | 2 | -4/+4 |
* | Add 64 bit support to nlge, and additional fixes | jchandra | 2010-09-20 | 2 | -64/+131 |
* | Fixes for XLR network accelerator driver (nlge). | jchandra | 2010-09-17 | 4 | -59/+104 |
* | RMI security accelerator driver update. | jchandra | 2010-09-16 | 6 | -711/+117 |
* | Update rge.h for r212758 - stats incremented using xlr_ldaddwu should be | jchandra | 2010-09-16 | 1 | -6/+7 |
* | Network driver updates. | jchandra | 2010-09-16 | 3 | -131/+124 |
* | sys/mips/rmi/msgring.h - fixes and clean up. | jchandra | 2010-09-13 | 3 | -248/+211 |
* | bus_add_child method is needed now. | jchandra | 2010-09-13 | 1 | -0/+1 |
* | Compilation fix - when INVARIANTS are turned off. | jchandra | 2010-09-10 | 3 | -2/+10 |
* | Clean up and update sys/mips/rmi/rmi_mips_exts.h | jchandra | 2010-09-09 | 3 | -341/+345 |
* | Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same desc | jchandra | 2010-09-09 | 1 | -56/+19 |
* | nlge (alternate XLR GMAC driver) updates: | jchandra | 2010-09-08 | 1 | -50/+45 |
* | Clean up fast message ring code for XLR. | jchandra | 2010-09-08 | 3 | -227/+116 |
* | PCIe updates for XLS. | jchandra | 2010-09-07 | 1 | -47/+82 |
* | XLR/XLS hardware interrupts should be programmed level triggered at the | jchandra | 2010-09-06 | 3 | -15/+12 |
* | Updates for the RMI MIPS platform code | jchandra | 2010-09-01 | 4 | -10/+13 |
* | Add the workaround for 4xx lite boards after it was lost in the last | jchandra | 2010-08-31 | 1 | -0/+17 |
* | Move debug.h to the the rge driver directory. rge.c is the only user of | jchandra | 2010-08-30 | 4 | -18/+6 |
* | Clean up header files in RMI platform code (sys/mips/rmi), and remove | jchandra | 2010-08-30 | 20 | -985/+390 |
* | New driver nlge for XLR/XLS Network Accelerator. This will support the XGMAC | jchandra | 2010-08-28 | 6 | -126/+4069 |
* | Initial code for XLR CompactFlash driver. | jchandra | 2010-08-28 | 5 | -1/+188 |
* | Revamp XLR interrupt handling, the previous scheme does not work well on | jchandra | 2010-08-27 | 6 | -129/+110 |
* | Provide timecounter based on XLR PIC timer. | jchandra | 2010-08-25 | 2 | -0/+74 |
* | XLR PIC code update. | jchandra | 2010-08-25 | 2 | -6/+13 |
* | XLR PIC code update and style(9) fixes. | jchandra | 2010-08-25 | 7 | -313/+231 |