summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama
2012-02-26Remove no longer _KERNEL-visible constants which aren't used anyway.Miod Vallat
2012-02-25Add gus* at isapnp?. Last tested nine years ago but ought to still work.Miod Vallat
2012-02-25:%s,DEBUGBUG,DEBUG,Miod Vallat
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2012-02-25Remove useless code.Christiano F. Haesbaert
2012-02-25Make CPUF_GO setting atomic.Christiano F. Haesbaert
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-19small KNF nitMark Kettenis
2012-02-16Do an explicit `sync' instruction before returning from cache routines; this isMiod Vallat
2012-02-16Be sure to reset coprocessor 0 TAG_LO register to zero before attemptingMiod Vallat
2012-02-16Use abbreviated mnemonics whenever possible (e.g. beqz instead of beq ...,zero),Miod Vallat
2012-02-12this breaks ramdisk builds. misses releaseTheo de Raadt
2012-02-11Don't compare command line input to softraid device names. ParseKenneth R Westerback
2012-01-31give up on mcpu options; something remains broken in pmap it looks like; ok miodTheo de Raadt
2012-01-31remove an unused msr readJonathan Gray
2012-01-29Ansify and remove useless variable.Martin Pieuchot
2012-01-29Start cleaning vgafb(4) to be make it more like vga(4). Remove unusedMartin Pieuchot
2012-01-28Provide a default value for ${OBJCOPY} for native muilds.Miod Vallat
2012-01-28Luna88k multi-processor support, step 2.Kenji Aoyama
2012-01-28do not show direct configuration exampleTheo de Raadt
2012-01-22Repair 68030 support, broken by mistake in 1.67. Found the hard way andMiod Vallat
2012-01-17Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printfMiod Vallat
2012-01-13Crank amd64 boot(8) version for the softraid changes.Joel Sing
2012-01-13Switch back to bootduid, however remember to include sys/systm.h...Joel Sing
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-11crank to 5.1-betaTheo de Raadt
2012-01-11Backout premature use of 'bootduid', as 'rootduid' has not yet beenKenneth R Westerback
2012-01-11Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makesJoel Sing
2012-01-11Pass the DUID of the boot disk via bootduid instead of rootduid, since itJoel Sing
2012-01-11Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. ThisJoel Sing
2012-01-08Make sure we only read cpuid 0x80000001 features if pnfeatset reports it.Christiano F. Haesbaert
2012-01-08Preliminary multi-processor support for luna88k. It isKenji Aoyama
2012-01-08Make allocated memory zeroed. This fixes the problem that we got aKenji Aoyama
2012-01-07Check that we have pstates in _PSS before calling the pstate status MSR.Jonathan Gray
2012-01-06Attach ath(4) to cardbus and add it to bsd.rdMartin Pieuchot
2012-01-02Enable arcofi(4), tested on 705 by Tobias Ulmer.Miod Vallat
2012-01-01Improve/clean up sparc64 installboot:Joel Sing
2011-12-31Add rsu(4) to the sgi GENERICs (but not the RAMDISKs as it requires firmwareMiod Vallat
2011-12-30I had the opportunity to glance at HP-UX's /etc/conf/graf/gr_98705.h, soMiod Vallat
2011-12-30Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_TMiod Vallat
2011-12-28The sparc64 installboot is for sparc64 only - remove all of the non-sparc64Joel Sing
2011-12-26Add the missing ECX cpu flags from CPUID at 0x80000001.Christiano F. Haesbaert
2011-12-24i386 has MD TCB, so add the #define. Not sure how I overlookedPhilip Guenthe
2011-12-24Need <machine/pcb.h> for TSEG_GSPhilip Guenthe
2011-12-23Fix arcofi interrupt number by counting bits from the right side; still untestedMiod Vallat
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat
2011-12-21Allow intr_dispatch() on hp300 to be used on the clock interrupt levelMiod Vallat
2011-12-17Initialize the (abridged) tag word correctly.Mark Kettenis
2011-12-13Fix auto-boot failure problem. The controller name should be aKenji Aoyama