| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for device faults and for failures to set DRQ when expected, rather | jmallett | 2010-03-06 | 1 | -43/+84 |
* | o) Consistently use MIPS_KSEGn_TO_PHYS instead of MIPS_{,UN}CACHED_TO_PHYS etc. | jmallett | 2010-03-06 | 4 | -46/+26 |
* | o) Simplify the implementation of bus read/write functions, and eliminate some | jmallett | 2010-03-05 | 1 | -301/+179 |
* | Properly detect a type of real board that claims to have a 0.0 revision. | jmallett | 2010-03-05 | 1 | -6/+19 |
* | Do not mask off the low byte of the chipid, it makes some of the case | jmallett | 2010-03-05 | 1 | -1/+1 |
* | Remove some unused cruft. | neel | 2010-03-04 | 1 | -47/+0 |
* | Add support for CPUs with cache coherent DMA. The two main changes are: | neel | 2010-03-04 | 4 | -10/+35 |
* | Looks like S8 and SP are reversed in setjmp, so longjmp doesn't work | imp | 2010-03-03 | 1 | -2/+2 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 5 | -35/+0 |
* | Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor. | gnn | 2010-03-03 | 2 | -3/+24 |
* | Spell START_FRAME CALLFRAME_SIZ now. | imp | 2010-03-03 | 3 | -10/+10 |
* | - Move rmi_pci_bus_space to header and avoid extern | rrs | 2010-03-02 | 5 | -145/+107 |
* | Update macros for multiple ABI support from NetBSD. | imp | 2010-03-02 | 3 | -23/+314 |
* | Fix another fo-pa of mine... duplicate patches should | rrs | 2010-02-21 | 1 | -760/+0 |
* | Fix for the rge driver for boards without rge6 and rge7. | rrs | 2010-02-20 | 2 | -5/+24 |
* | Changes for pci and pci-e support | rrs | 2010-02-20 | 4 | -164/+1112 |
* | Opps forgot to add this: | rrs | 2010-02-20 | 1 | -0/+760 |
* | Cleanups for sys/mips/rmi/bus_space_rmi.c | rrs | 2010-02-20 | 1 | -175/+30 |
* | Some fixes to the current RMI interrupt handling, changes in this patch are: | rrs | 2010-02-20 | 3 | -35/+45 |
* | Fix DDB backtrace that includes a kernel exception frame. | neel | 2010-02-20 | 1 | -2/+14 |
* | Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR, PHYS_ADDR_64BIT | neel | 2010-02-20 | 8 | -13/+0 |
* | Define DMA_RX_STATUS_OVERFLOW with correct value. | kan | 2010-02-19 | 1 | -3/+3 |
* | Hack to make ALCHEMY compile again... | imp | 2010-02-18 | 1 | -3/+38 |
* | Make printfs work for both OCTEON1 and OCTEON1-32 | imp | 2010-02-18 | 2 | -11/+13 |
* | Parens around tertiary operator so that casting the result works... | imp | 2010-02-18 | 1 | -3/+2 |
* | Use proper structure type for 64-bit headers | imp | 2010-02-18 | 1 | -1/+1 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -96/+62 |
* | Various fixes to get the SWARM config working on a big-endian Sibyte CPU. | neel | 2010-02-17 | 4 | -8/+205 |
* | - Clean-up output of memory banks info | gonzo | 2010-02-16 | 1 | -4/+4 |
* | Adjust style (following the already existing rules) for the newly | attilio | 2010-02-15 | 11 | -11/+11 |
* | Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implement | neel | 2010-02-12 | 3 | -39/+132 |
* | Add the options DEADLKRES (introducing the deadlock resolver thread) in | attilio | 2010-02-10 | 12 | -0/+12 |
* | If a mbuf is split across two pages, we | rrs | 2010-02-10 | 1 | -0/+2 |
* | Code cleanup: | neel | 2010-02-10 | 1 | -18/+11 |
* | Call profclock() and statclock() explicitly on all cpus. Prior to this | neel | 2010-02-10 | 1 | -10/+19 |
* | Enable interrupts before doing AST processing to avoid a deadlock. | neel | 2010-02-10 | 1 | -0/+12 |
* | SMP support for the mips port. | neel | 2010-02-09 | 17 | -222/+603 |
* | Correct a comment - we are not setting the exception level but rather are | neel | 2010-02-05 | 1 | -17/+10 |
* | Initialize interrupt controller early on. | neel | 2010-02-05 | 1 | -0/+18 |
* | Reimplement all functions to access the system control unit in C. | neel | 2010-02-05 | 4 | -126/+145 |
* | style: don't need to use braces for single line control statements. | neel | 2010-02-05 | 1 | -10/+5 |
* | Compile SWARM with KTRACE support. | neel | 2010-02-04 | 1 | -0/+2 |
* | Get system call tracing using ktrace working for mips. | neel | 2010-02-04 | 1 | -1/+2 |
* | Clean up all places in exception.S that fiddle with 'pcpup' directly. We now | neel | 2010-02-04 | 1 | -20/+0 |
* | Reduce the size of the array used to store the TLB mappings for the kernel | neel | 2010-02-03 | 1 | -1/+1 |
* | Provide access to pcpu structures for SMP kernels. | neel | 2010-01-30 | 6 | -118/+76 |
* | Follow Neel's suggestion and switch to using | rrs | 2010-01-29 | 1 | -17/+18 |
* | For our memory re-mapping trick to work | rrs | 2010-01-29 | 1 | -4/+20 |
* | Its possible that our RMI box has memory extending | rrs | 2010-01-29 | 1 | -3/+16 |
* | Move ID up into comment block.. per bsdimp | rrs | 2010-01-29 | 1 | -3/+4 |