summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-04-18Make sure we print crucial debug information before we panic.Mark Kettenis
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Print a usefull diagnostic message if we fail to transition between statesGordon Willem Klok
2006-04-18Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted inGordon Willem Klok
2006-04-18Ensure that we check if the transition succeeded before we adjustGordon Willem Klok
2006-04-17Remove unused struct mdproc fields.Miod Vallat
2006-04-17Do not mask the MVME188 abort button interrupt at splhigh(), similar to MVME197.Miod Vallat
2006-04-17On MVME188, clear SYSFAIL and set up a decent VME data transfer timeout,Miod Vallat
2006-04-17Better constant names for the MVME188 GCSR set.Miod Vallat
2006-04-17Save pointers to up to four CMMU PFSR registers into the cpu_info structure.Miod Vallat
2006-04-17Revert previous - causes misaligned exceptions in ip4_input()...Miod Vallat
2006-04-17Oops, removed a safety check in dartopen() in previous commit by mistake.Miod Vallat
2006-04-16Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2006-04-16Remove code from an old (broken) diff of mine, which crept in in last commit.Miod Vallat
2006-04-16Remove can't happen DIAGNOSTIC check.Miod Vallat
2006-04-16Introduce sti_rom_size() which will compute the size of a card's rom, andMiod Vallat
2006-04-16Add commented out cfxga entries.Miod Vallat
2006-04-16Remove assert definitions which are provided by libkern.Miod Vallat
2006-04-16Remove bus_space_{read,write}_stream and bus_space_copy_region methods, whichMiod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-04-15Caps Lock key is special, even in raw mode, on the Domain keyboard, exactlyMiod Vallat
2006-04-15Access to the DART registers using bus_space instead of our own memoryMiod Vallat
2006-04-15Remove DART defines from <machine/mvme188.h> (except for its base address),Miod Vallat
2006-04-15Invoke bus_space_unmap with the correct bus_space_handle_t upon attachmentMiod Vallat
2006-04-15fail opening apm device if apm is disconnected; deradt okMichael Shalayeff
2006-04-15Sync proc_trampoline() and setregs() logic with sparc.Miod Vallat
2006-04-15Add a dummy device_register() function for now.Miod Vallat
2006-04-15Add explicit casts to the PTW arithmetic, mainly for PHYSMEM_BASE to beMiod Vallat
2006-04-15Correct dirlist for tags.Miod Vallat
2006-04-15Clean up <machine/mvme188.h> out of duplicate defines, sort them by relevance,Miod Vallat
2006-04-15Simplify MMU type printing.Miod Vallat
2006-04-15nmihand() is mvme88k only, move it out of m88k common area.Miod Vallat
2006-04-15make warning about missing HPT support DEBUG for nowMartin Reindl
2006-04-15Add another nForce4 ISA bridge PCI device ID.Mark Kettenis
2006-04-15Don't bother setting the frequency entry in the available states tableGordon Willem Klok
2006-04-15Eliminate some pointers we dont use, originally for multiprocessor support,Gordon Willem Klok
2006-04-15Rid k7_powernow_setperf() of some bad math, this code expected the valuesGordon Willem Klok
2006-04-15Change the return value in k7_powernow_setperf() from 1 to 0 so that itGordon Willem Klok
2006-04-15Loop on the number of PST reported by the bios not a magic number.Gordon Willem Klok
2006-04-15Print out trap number as well as stringTobias Weingartner
2006-04-15Fix the NIOAPIC case as wellTobias Weingartner
2006-04-14Remove final DUMMY_NOPS vestige of a macro as well.Tobias Weingartner
2006-04-14Nuke DUMMY_NOPS, cleanup.Tobias Weingartner
2006-04-14ANSIfy functions.Marco Peereboom
2006-04-14ANSIfy function names.Marco Peereboom
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-14Compile hp300 stand with Wall or I'll never get motivated to make it clean.Miod Vallat
2006-04-14rm trailing whitespaceMartin Reindl