summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2003-12-16don't do a linear mapping (prevents warnings on the leopard)Jason Wright
2003-12-16clean the cpu types and syncMichael Shalayeff
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize define...Michael Shalayeff
2003-12-16shorten terminal baud rate change stringsTheo de Raadt
2003-12-16becuaseTheo de Raadt
2003-12-14the extended long (bracketed) cpu names are not useful to anyone -- they areTheo de Raadt
2003-12-14Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbitMiod Vallat
2003-12-14Remove unnecessary trunc_page() calls, and change pmap_enter() logic toMiod Vallat
2003-12-14In pmap_testbit, always update the attribute flags for the pv list hander.Miod Vallat
2003-12-12Provide a better delay() resolution on 188.Miod Vallat
2003-12-12typoTheo de Raadt
2003-12-12initialze -> initializes; from Eric Borsboom;Jason McIntyre
2003-12-12missing parameter to printf; erick@bonzai.space-ei.nlTheo de Raadt
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat
2003-12-11remove @ that i do not likeTheo de Raadt
2003-12-10for unaligned btlb mapping attempts -- just failMichael Shalayeff
2003-12-09on pci systems bootdevice is specified by the hpa onlyMichael Shalayeff
2003-12-09allow for user pci confMichael Shalayeff
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
2003-12-04TyposMiod Vallat
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn