summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-04-25enable udcf, why notTheo de Raadt
2006-04-25Oops, correct import this time.Miod Vallat
2006-04-25Oops, correct import this time.Miod Vallat
2006-04-25Missed an include chunk.Miod Vallat
2006-04-25that extern was needed for now, miodTheo de Raadt
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
2006-04-23Add puc(4) and com at puc.Mark Kettenis
2006-04-22Correct an evil typo which broke MVME147 support.Miod Vallat
2006-04-21Since bugtty (and BUG routines in general) can only work if we keep the BUGMiod Vallat
2006-04-21Do not leave behind half-initialized data structures of we stumble over corruptMark Kettenis
2006-04-21the esm_sensor_maps describe esm sensors, not kernel sensors. i have noDavid Gwynne
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-20no longer failure care; ok miodTheo de Raadt
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