summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-01-09Do not define new m8820x specific constants for what are common cache andMiod Vallat
2004-01-08The va for the few pages used for copying/zeroing pages are magic, but onlyMiod Vallat
2004-01-08gcc3 does not seem to like comments inside comments - zap a couple; ok miodPeter Valchev
2004-01-08switch_exit() must be invoked at splhigh(), or you race the clock.Miod Vallat
2004-01-08Some splfoo() have raise-if-lower semantics; so introduce raiseipl() whichMiod Vallat
2004-01-07Revert the pmap machinery to 20031228. The changes made since all produceMiod Vallat
2004-01-07machine/stdarg.h -> sys/stdarg.hBrad Smith
2004-01-07enable geodesc(4) and nsclpcsio(4); ok deraadtMarkus Friedl
2004-01-07machine/stdarg.h -> sys/stdarg.h; ok espiePeter Valchev
2004-01-07Constify, remove db_task_name() Mach leftover, and fix an hilarious typoMiod Vallat
2004-01-07Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_printMiod Vallat
2004-01-07do not include proc.h twice; ok miodPeter Valchev
2004-01-06adjust pentium_mhz when cpu speed changes. ok deraadtTed Unangst
2004-01-05Support for the second set of serial ports on the M8120 (untested)Miod Vallat
2004-01-05Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keepMiod Vallat
2004-01-05kill debugging code that is not needed anymoreMichael Shalayeff
2004-01-05typos from Jared Yanovich;Jason McIntyre
2004-01-05Major overhaul of our master boot record.Tom Cosgrove
2004-01-04In pmap_activate(), be sure to always flush the user tlb, even if we areMiod Vallat
2004-01-04Previous monotomic clock fix had major issues, this improves the matter.Dale Rahn
2004-01-04Thou shall not flush TLBs incorrectly.Miod Vallat
2004-01-04Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, ifMiod Vallat
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03shut gcc up; ok miodPeter Valchev
2004-01-03disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadtMarkus Friedl
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-03backout segment register restore diff which causes reproducible hangs; ok der...Peter Valchev
2004-01-02Mention that, on most 187 and 197, if the SCSI controller is not the bootMiod Vallat
2004-01-02MC88110 errata states that, for instruction faults, in case of bus errorMiod Vallat
2004-01-02Sync m197_ext_int() logic with m187_ext_int() logic.Miod Vallat
2004-01-02Better openings value computation.Miod Vallat
2004-01-02Relaxed dependencies, and do not undef DEBUG.Miod Vallat
2004-01-02There is no such thing as ``device cpu'' for now.Miod Vallat
2004-01-02Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!)Miod Vallat
2004-01-02The scratch pages used in pmap_zero_page() and pmap_copy_page() being specialMiod Vallat
2004-01-02When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one,Miod Vallat
2004-01-02apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahsMichael Shalayeff
2004-01-02attach on two more ICHsMichael Shalayeff
2004-01-02after some advice from nick, note that only com0 is currently supportedJason McIntyre
2004-01-02PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id forTodd C. Miller
2004-01-01Crank SHMMAXPGS from 2048 to 8192. Other platforms where peopleTodd C. Miller
2004-01-01Oops, commited from the wrong tree.Miod Vallat
2004-01-01Let this attach correctly.Miod Vallat
2004-01-01Add sram on mvme187.Miod Vallat
2004-01-01Inline pmap_copy() and pmap_phys_address().Miod Vallat
2004-01-01Some typos just never die (here controler vs controller).Miod Vallat
2003-12-31workaround: during npx exception testing, delay(1). For some reasonTheo de Raadt
2003-12-30kill a local var that is set and never used then laterMichael Shalayeff
2003-12-30Add support for all six Motorola-supported configurations of MVME376Miod Vallat
2003-12-30provide accounting for the intr time properly from fredette@Michael Shalayeff