summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-12-23order the dc's; no measurable effectMichael Shalayeff
2003-12-23styleMiod Vallat
2003-12-23Simplify the syscall() routines. Also put a really meaningful limit to theMiod Vallat
2003-12-22make sure to run probe only once per device w/ grumpy testingMichael Shalayeff
2003-12-22Do not play games with the instruction fetch pointers when preserving aMiod Vallat
2003-12-22typos from Jared Yanovich;Jason McIntyre
2003-12-22Get rid of kvtop() usage in dma_cachectl().Miod Vallat
2003-12-22typos from Jared Yanovich;Jason McIntyre
2003-12-22IPL_HIGH should be 7, not 6. This is purely cosmetic as that value isTodd C. Miller
2003-12-22Correctly handle vme attachments which specify a larger ca_len size thanMiod Vallat
2003-12-21-fno-builtin-* finally testedMarc Espie
2003-12-21Switch db_expr_t from int to long, per consistency with all other arches.Miod Vallat
2003-12-21Unused.Miod Vallat
2003-12-21Switch db_expr_t from int to long, per consistency with other platforms.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-20Fix an uninitialized variable.Miod Vallat
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-20add pentium 4 thermal control circuit (tcc) driver. can use this toTed Unangst
2003-12-20Don't let microtime() return a struct timeval with exactly 1000000 microseconds.Miod Vallat
2003-12-20- .Xr biosboot(8) in SEE ALSOJason McIntyre
2003-12-20Pass -Wformat.Miod Vallat
2003-12-20Passl -Wformat. Fix some blatant -Wuninitialized errors as well.Miod Vallat
2003-12-19add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature.Ted Unangst
2003-12-19Pass -Wformat, and silence a few vme* debug printf.Miod Vallat
2003-12-19Pass -Wformat.Miod Vallat
2003-12-19The physical address of a pmap's segment table is only used to compute anMiod Vallat
2003-12-19Unbreak ramdisk kernel after tedu's changes.Alexander Yurchenko
2003-12-19When temporarily unlocking a pmap, do not release the spl as well.Miod Vallat
2003-12-19Make this compile after the struct was reordered. OK tedu@Todd C. Miller
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-12-18oops; pointed out by brunoTheo de Raadt
2003-12-18Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@Dale Rahn
2003-12-18spls do not protect cpu_itmr and thus time might jump back sometimes due to c...Michael Shalayeff
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-12-17attempt to power down voyager (untested); miod okTheo de Raadt
2003-12-17Always use the nitty-gritty name for cr16.Miod Vallat
2003-12-17in the real mem print do not include reserved for prom into used by openbsdMichael Shalayeff
2003-12-17figure out the used prom size in probe() and pass that into attach that will ...Michael Shalayeff
2003-12-17For some reason sparc64 seems to need the equivalent of -I/sys whereTodd C. Miller
2003-12-17remove unneeded bits introduced in previous commitTodd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17bad me, left commented code in here...Jason Wright
2003-12-17Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.shTodd C. Miller
2003-12-16a bit more shrinking. do not bother printing the drive bus interfaces,Theo de Raadt
2003-12-16reenable sti1 as the issues has been resolvedMichael Shalayeff
2003-12-16uncessary defnsJason Wright
2003-12-16Don't need linear mappings here eitherJason Wright