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