| Age | Commit message (Expand) | Author |
| 2002-01-02 | Fix a typo. | thorpej |
| 2002-01-02 | Need <sys/systm.h> for ffs() prototype (noticed by gcc 3.1). | thorpej |
| 2001-12-28 | Update for new uhidev device attachment. | augustss |
| 2001-11-28 | Add a "cacheline_size" argument to pci_configure_bus(). It is used | thorpej |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-22 | <sys/sysctl.h> doesn't need to be after <uvm/uvm_extern.h> anymore, put | simonb |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-14 | Merge the thorpej-mips-cache branch onto the trunk. This is an | thorpej |
| 2001-11-09 | Add a "firstbus" argument to pci_configure_bus(), indicating the | thorpej |
| 2001-10-29 | pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func. | thorpej |
| 2001-10-23 | For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead, | thorpej |
| 2001-10-20 | Fix a tyop in a comment. | simonb |
| 2001-10-20 | Fix typo in mmap hander. | simonb |
| 2001-10-03 | One copy of <sys/conf.h> will be enough. | simonb |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-09 | Clean up and standardise across MIPS ports. | simonb |
| 2001-09-04 | Implement bus_space_mmap(). | thorpej |
| 2001-09-04 | Clean up. | simonb |
| 2001-09-04 | May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than | simonb |
| 2001-09-04 | Centralise struct cpu_info declaration and related info to <mips/cpu.h>. | simonb |
| 2001-08-31 | Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>" | simonb |
| 2001-08-31 | G/C the unused kernel-only CLK_TCK #define. | simonb |
| 2001-08-24 | Fix the display of the CPU clock speed. | simonb |
| 2001-08-24 | Whitespace nits. | simonb |
| 2001-08-22 | Link the kernel at 1MB. | thorpej |
| 2001-08-22 | Allow a keypress on the console to transition from "halted" to "returning | thorpej |
| 2001-08-22 | Don't need to do the Alpha boot block checksum here :-) | thorpej |
| 2001-08-22 | Set PCI_NETBSD_ENABLE_IDE to 0x01, so that the first IDE channel | thorpej |
| 2001-08-22 | If PCI_NETBSD_ENABLE_IDE is set, enable the PIIX{3,4} southbridge | thorpej |
| 2001-07-22 | bzero -> memset | wiz |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-07-07 | Remove (commented out) ncr* at pci? lines. | tsutsui |
| 2001-06-25 | Deal with different `memsize' convention on new PMON revs. | thorpej |
| 2001-06-25 | Print more BONITO rev. info. | thorpej |
| 2001-06-22 | Correct a typo. | thorpej |
| 2001-06-22 | Add commented-out examples for how to use MEMSIZE and ETHADDR options | thorpej |
| 2001-06-22 | Add FDESC. | thorpej |
| 2001-06-22 | Kernel config file for a P-6032. | thorpej |
| 2001-06-22 | Sigh, Jason needs to go to sleep. | thorpej |
| 2001-06-22 | Add a couple of missing p6032 bits. | thorpej |
| 2001-06-22 | Check in work-in-progress of P-6032 support. This is not tested, | thorpej |
| 2001-06-22 | Use the other DMA window (with prefetch enabled) on the P-4032 | thorpej |
| 2001-06-22 | Fill in one P-6032 snippet. | thorpej |
| 2001-06-22 | A P-6032 will never have a V3 PBC -- don't include its option header. | thorpej |
| 2001-06-22 | Only call through the function pointer if it's not NULL. | thorpej |
| 2001-06-21 | More ISA interrupt rototilling. I get *some* interrupts on a: | thorpej |
| 2001-06-21 | Fix whitespace botch. | thorpej |
| 2001-06-21 | Correct the ISA bridge irqmap. | thorpej |
| 2001-06-21 | Rototill ISA interrupt code. In particular, I have remembered most | thorpej |