summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-01-26constify nam2blkMichael Shalayeff
2001-01-25constify cpuid tablesMichael Shalayeff
2001-01-25print cpu speed in GHz rounded to 2 digits after pointMichael Shalayeff
2001-01-25detect Transmeta cpusTheo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-25fill in rval[1] return value for non signal return other than 0 (normal).Dale Rahn
2001-01-25make code for searching in pcibios's addr allocationMichael Shalayeff
2001-01-25put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingMichael Shalayeff
2001-01-24put pci_addr_fixup.h into pcibiosvar.h as well,Michael Shalayeff
2001-01-24elliminate pci_bus_fixup.h by movingMichael Shalayeff
2001-01-24Optimization base on looking at generated asm code.Dale Rahn
2001-01-24Always do MACHINE_NEW_NONCONTIG, not based on UVM or not.Dale Rahn
2001-01-24Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIGDale Rahn
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2001-01-24pass the address of the current instruction to allow better "pc relative"Dale Rahn
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
2001-01-24Sample options for KGDB. (commented out)Hugh Graham
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2001-01-23recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of su...Theo de Raadt
2001-01-23build boot with -OsArtur Grabowski
2001-01-23floppy configuration that works.Artur Grabowski
2001-01-23iha fits, coolTheo de Raadt
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2001-01-23Add Initio SCSI controllerKenneth R Westerback
2001-01-22this should make i850 and i860 hubs do RNGTheo de Raadt
2001-01-22paste error in pdcopen, a few formatting cnages and use int for charMichael Shalayeff
2001-01-22dirty trap should be handed w/ uvm_fault() as wellMichael Shalayeff
2001-01-22keyboard led update lockup patch; pr 1432, smat@acm.orgTheo de Raadt
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-22gc NATIVE_ELF - not used any more and should not be set here anyway.Artur Grabowski
2001-01-22need wskbdArtur Grabowski
2001-01-21map the bios rom at both it's real address andMichael Shalayeff
2001-01-21UVM and PMAP_NEW are required.Artur Grabowski
2001-01-20machine/alpha.h is only included in cpu.h and the name givesArtur Grabowski
2001-01-20No need to include machine/alpha.hArtur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20if using serial console, do not apply graphics rows/cols to tty settings; joo...Theo de Raadt
2001-01-19validate gate targets; sommerfeld, mycroftTheo de Raadt
2001-01-18Support more than 256MB of physical memory.Dale Rahn
2001-01-18Remove some commented out stuff that will never be enabled.Artur Grabowski
2001-01-16fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsdMichael Shalayeff
2001-01-16add timeout variable, alphabetize the var list; pointed out by Rob Francis <r...Michael Shalayeff
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
2001-01-16First shot at loading elf symbols. Not sure yet if it works correctly.Artur Grabowski
2001-01-16Fix ELF64_MACHDEP_ID_CASESArtur Grabowski
2001-01-16Fix cross-builds of the kernel. (ELF only).Artur Grabowski
2001-01-16Don't define __indr_reference for ELF.Artur Grabowski
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright