summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2003-12-24Murphy's law applied to BSD:Miod Vallat
2003-12-24Since we have real bus error faults, and handle them as such, always treatMiod Vallat
2003-12-23Data access faults occuring inside copyin() or copyinstr() would getMiod Vallat
2003-12-23styleMiod Vallat
2003-12-23Simplify the syscall() routines. Also put a really meaningful limit to theMiod Vallat
2003-12-22Do not play games with the instruction fetch pointers when preserving aMiod Vallat
2003-12-22Get rid of kvtop() usage in dma_cachectl().Miod Vallat
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 other platforms.Miod Vallat
2003-12-19Pass -Wformat, and silence a few vme* debug printf.Miod Vallat
2003-12-19The physical address of a pmap's segment table is only used to compute anMiod Vallat
2003-12-19When temporarily unlocking a pmap, do not release the spl as well.Miod Vallat
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-12Provide a better delay() resolution on 188.Miod Vallat
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18In ssh_checkintr(), better check pointers for NULL before theyMiod Vallat
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-14the the; rohee@Miod Vallat
2003-11-09Typos; Jonathan GrayMiod Vallat
2003-11-08Inline invalidate_pte().Miod Vallat
2003-11-08Save the current floatingpoint state in the pcb.Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-28Split pmap_remove_range() into its main loop and a new function,Miod Vallat
2003-10-28In pmap_remove_range(), be sure to propagate pvlist flags when removingMiod Vallat
2003-10-27Be sure to always have a valid faulting address when we send a signalMiod Vallat
2003-10-27Be sure to flush the entire va space in cpu_switch().Miod Vallat
2003-10-27Remove dead code and polish commentsMiod Vallat
2003-10-24Remove dead code.Miod Vallat
2003-10-24No \n in panic() messages...Miod Vallat
2003-10-23Correctly recover from bus error during guarded_access() on 88110.Miod Vallat
2003-10-23No dependency on NDART needed here.Miod Vallat
2003-10-19Simplify pmap DEBUG test constructs.Miod Vallat
2003-10-16Better DEBUG output.Miod Vallat
2003-10-15Better reset code, even.Miod Vallat
2003-10-15Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpectedMiod Vallat
2003-10-13Get rid of the "page table group" stuff. "groups" used to be one logical pageMiod Vallat
2003-10-13Do not define LEDEBUG by default.Miod Vallat
2003-10-11Better sync comment with reality after last commit.Miod Vallat
2003-10-11Get rid of "union cpupid"; makes <machine/cpus.h> disappear as well.Miod Vallat
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-10-11Page tables can be cached again on 187 and 188, as long as they are cachedMiod Vallat
2003-10-11Simplify DAE debug display.Miod Vallat
2003-10-11Merge sclock and clock pseudo-devices.Miod Vallat
2003-10-10In pmap_expand_kmap(), be sure to initialize new page tables.Miod Vallat