summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause
2004-07-04re fits on this floppyTheo de Raadt
2004-07-02move into #ifdef; various peopleTheo de Raadt
2004-07-02Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMPNiklas Hallqvist
2004-06-29Uncomment atw(4) now that it has been tested.Todd C. Miller
2004-06-28er this is better...Theo de Raadt
2004-06-28remove dup variableTheo de Raadt
2004-06-28move from unsafe ev_count32 to safe ev_count; aaron okTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on i386. deraadt@ tholo@Aaron Campbell
2004-06-27prettier printTheo de Raadt
2004-06-26Make this kernel config again.Miod Vallat
2004-06-26Add supporting Sangoma network device driver.Alex Feldman
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-23Do not send IPIs while cold. Should probably fix the pmap_kremove panics som...Niklas Hallqvist
2004-06-23oops, keep MP stuff inside MULTIPROCESSORNiklas Hallqvist
2004-06-23Renumber I/O APICs who clash with other APICs. Also clear the deliveryNiklas Hallqvist
2004-06-23Add atw(4), commented out for now.Todd C. Miller
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
2004-06-23Hook cdbr and cdboot into the build (though nothing uses them yet).Tom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-23daa should be 0x27 and aaa 0x37Andreas Gunnarsson
2004-06-22Remove... almost 10 years, and things have changed enough that thisTobias Weingartner
2004-06-22Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-22make sure real/avail mem printfs do unsigned ariths; found by beck@Michael Shalayeff
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson
2004-06-20Init per-cpu spc_runtime before diving into the scheduler. From NetBSD.Aaron Campbell
2004-06-20Fix some comment typos I noticed while reading this code.Aaron Campbell
2004-06-20nope, tree breakage in libpthread. too tough to run a make build?Theo de Raadt
2004-06-20Move schedstate_percpu into sched.h so that we don't have to includeArtur Grabowski
2004-06-17pretty cpu spinup messageTheo de Raadt
2004-06-16We need __splbarrier to compile kernel, tho it should beAlexander Yurchenko
2004-06-16Use i386_ipi_db only with DDBAlexander Yurchenko
2004-06-16Missing ifdef DDBAlexander Yurchenko
2004-06-16db_mp.c requires ddbAlexander Yurchenko
2004-06-15first parts of how C3 Esther will be handled; ok tomTheo de Raadt
2004-06-15Be more careful about what value we check for crypto capability bitsTom Cosgrove
2004-06-15export actual xcrypt feature set bitmaskTheo de Raadt
2004-06-15grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructionsTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09pull in KNF from SMPTheo de Raadt
2004-06-09we trust the calibrated pentium_mhz more, so don't overwrite it unlessTed Unangst
2004-06-09fix compilation for !I586_CPU case; ok grange@Damien Miller
2004-06-09Minor sync from the SMP branch.Artur Grabowski
2004-06-06Don't touch any hardware registers while fetching hw.cpuspeed andAlexander Yurchenko