summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-04-19Get rid of the clock device attachment - since the clock is not somethingMiod Vallat
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
2006-04-19Count spurious interrupt as part of the alarming interrupt issues as well.Miod Vallat
2006-04-19Better diagnostic messages in the MVME188 interrupt handler; also no needMiod Vallat
2006-04-19oops. forgot fnclex define (:Michael Shalayeff
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop...Michael Shalayeff
2006-04-19curpcb is long gone and is a #define -- do not declare it global anymore (no ...Michael Shalayeff
2006-04-18ANSIfyGordon Willem Klok
2006-04-18Bring back a kernel_text symbol, config -e needs it.Miod Vallat
2006-04-18If mpbios doesn't specify a valid CPU signature, fall back on informationMark Kettenis
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