summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-09-29to set smth in the register one has to write into it and not just read once m...Michael Shalayeff
2003-09-29Better use of phys_map_vaddr* (does not matter until we start using more thanMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
2003-09-28Clean the MVME188 external interrupts routine, and do not let it loop foreverMiod Vallat
2003-09-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-09-28Properly acknowledge MVME188 clock interrupts.Miod Vallat
2003-09-28Be volatile enough to start the clock on 188.Miod Vallat
2003-09-28sti1 could be at phantomas tooMichael Shalayeff
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-27Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very endMiod Vallat
2003-09-26Not useful anymore...Miod Vallat
2003-09-26Death to the bitfields, this time "struct dmt_reg" - and I think that's all.Miod Vallat
2003-09-26Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In theMiod Vallat
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-09-26Death to bitfields, this time "struct psr".Miod Vallat
2003-09-26Add majors and devsw entries for the missing scsi devices on mvme*8k.Miod Vallat
2003-09-26regenMichael Shalayeff
2003-09-26better mtd comment; from form@Michael Shalayeff
2003-09-26dmamap_syncing the loaded mbufs is whacky trip per physaddrsMichael Shalayeff
2003-09-26typos in tlb stats vars' exportMichael Shalayeff
2003-09-25j2x0 do not like our fiddling over th led port; testing by pb@Michael Shalayeff
2003-09-25some pcxl2 do not report fpus -- assume it's thereMichael Shalayeff
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-09-25define pcxl2's mioc regs and devise l2 cache size on pcxl2 from thereMichael Shalayeff
2003-09-25a copule more regs present on pcxl2Michael Shalayeff
2003-09-24Compile after poll changes...Miod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19In pmap_changebit(), do not flush tlb entries unless really necessary.Miod Vallat
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-17More cleaning of the exception handling code, and collateral damage:Miod Vallat
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullyMiod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgMiod Vallat
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-11permit ramdisks to buildTheo de Raadt
2003-09-11support new via c3 AES instruction; written by jasonTheo de Raadt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-09-09Remove DDB conditionals and always define T_KDB_*Miod Vallat
2003-09-08match size of fpreg w/ the save87 structs as figured in discussion w/ jason t...Michael Shalayeff
2003-09-08Revert the changes reordering the data access exception processing in theMiod Vallat