Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-25 | enable udcf, why not | Theo de Raadt | |
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Missed an include chunk. | Miod Vallat | |
2006-04-25 | that extern was needed for now, miod | Theo de Raadt | |
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn | |
builds with GPROF, libraries build with PROF. ok espie, miod | |||
2006-04-23 | Add puc(4) and com at puc. | Mark Kettenis | |
ok deraadt@ | |||
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat | |
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat | |
mapped, and we don't, do not bother carrying this code around - it can not be used anyway. | |||
2006-04-21 | Do not leave behind half-initialized data structures of we stumble over corrupt | Mark Kettenis | |
interrupt table entries. ok brad@, mickey@ | |||
2006-04-21 | the esm_sensor_maps describe esm sensors, not kernel sensors. i have no | David Gwynne | |
idea how i got this screwed up. found by lint. | |||
2006-04-20 | Add a few more devices integrated on nForce4 chipsets. | Mark Kettenis | |
2006-04-20 | no longer failure care; ok miod | Theo de Raadt | |
2006-04-19 | Get rid of the clock device attachment - since the clock is not something | Miod Vallat | |
we can live without, move it into the board-dependent code. This even makes the code slightly smaller. clock.c is moved from dev/ to mvme88k/ and only keeps common variables and delay(). | |||
2006-04-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer | |
mouseCLOCK device; without a mechanism to pass data out. ok deraadt | |||
2006-04-19 | Count spurious interrupt as part of the alarming interrupt issues as well. | Miod Vallat | |
2006-04-19 | Better diagnostic messages in the MVME188 interrupt handler; also no need | Miod Vallat | |
to register an interrupt handler for the SYSCON board interrupts anymore, as we never trigger it. | |||
2006-04-19 | oops. forgot fnclex define (: | Michael Shalayeff | |
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore ↵ | Michael Shalayeff | |
fip,fdp,fop thus leaking other proc's execution history; deraadt@ ok | |||
2006-04-19 | curpcb is long gone and is a #define -- do not declare it global anymore (no ↵ | Michael Shalayeff | |
func change) | |||
2006-04-18 | ANSIfy | Gordon Willem Klok | |
ok marco@, dlg@, mickey@ | |||
2006-04-18 | Bring back a kernel_text symbol, config -e needs it. | Miod Vallat | |
2006-04-18 | If mpbios doesn't specify a valid CPU signature, fall back on information | Mark Kettenis | |
from the boot processor. ok mpf@, mickey@ | |||
2006-04-18 | Make sure we print crucial debug information before we panic. | Mark Kettenis | |
Stolen from mpf@ ok mpf@, mickey@ | |||
2006-04-18 | Oops, correct import this time. | Miod Vallat | |
2006-04-18 | Oops, correct import this time. | Miod Vallat | |
2006-04-18 | Oops, correct import this time. | Miod Vallat | |
2006-04-18 | Print a usefull diagnostic message if we fail to transition between states | Gordon Willem Klok | |
like the K8 driver for i386. Fix some indentation. ok dlg@ | |||
2006-04-18 | Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted in | Gordon Willem Klok | |
the linux driver. Correct the the cpu signature used to determin if the chip is affected by errata a0, verified in the linux driver. Some demagification and KNF. ok dlg@ | |||
2006-04-18 | Ensure that we check if the transition succeeded before we adjust | Gordon Willem Klok | |
pentium_mhz on K7, and print a usefull diagnostic message if it does not on K7 and K8. "makes sense to me" dlg@ | |||
2006-04-17 | Remove unused struct mdproc fields. | Miod Vallat | |
2006-04-17 | Do not mask the MVME188 abort button interrupt at splhigh(), similar to MVME197. | Miod Vallat | |
2006-04-17 | On MVME188, clear SYSFAIL and set up a decent VME data transfer timeout, | Miod Vallat | |
instead of relying on what the BUG leaves us with. | |||
2006-04-17 | Better constant names for the MVME188 GCSR set. | Miod Vallat | |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat | |
This allows the exception handling code to skip the PFSR address computations. The net result is that the PFSR_SAVE code becomes much simpler and smaller, and that all processors will now spend time in PFSR_SAVE - previously, cpu0 was favored and other processors took a bit more time. Note that 8:1 configurations do not use these fields - but then this is a fixed monoprocessor configuration, for which the existing code was already doing The Right Thing. Tested on luna88k (2:1) by aoyama@, and on mvme88k (2:1 and 4:1) by me. | |||
2006-04-17 | Revert previous - causes misaligned exceptions in ip4_input()... | Miod Vallat | |
2006-04-17 | Oops, removed a safety check in dartopen() in previous commit by mistake. | Miod Vallat | |
2006-04-16 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago, and I forgot to commit this chunk) | |||
2006-04-16 | Remove code from an old (broken) diff of mine, which crept in in last commit. | Miod Vallat | |
2006-04-16 | Remove can't happen DIAGNOSTIC check. | Miod Vallat | |
2006-04-16 | Introduce sti_rom_size() which will compute the size of a card's rom, and | Miod Vallat | |
use it instead of duplicating the same logic in 3 places. ok mickey@ | |||
2006-04-16 | Add commented out cfxga entries. | Miod Vallat | |
2006-04-16 | Remove assert definitions which are provided by libkern. | Miod Vallat | |
2006-04-16 | Remove bus_space_{read,write}_stream and bus_space_copy_region methods, which | Miod Vallat | |
are not used in OpenBSD. | |||
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe | |
sgec ok martin@ if_ie ok miod@ if_de, if_hp not in GENERIC ok brad@ | |||
2006-04-15 | Caps Lock key is special, even in raw mode, on the Domain keyboard, exactly | Miod Vallat | |
like on ADB keyboards. Must have been the 80's keyboard fashion. So when we see a Caps Lock event, produce the missing event as well for acceptable behaviour. This does not allow the Caps Lock key to be used for chording, though, so document this in the manpage (honestly, Ctrl and Caps Lock being adjacent, there is no point in swapping them on Domain keyboards, but you never know). | |||
2006-04-15 | Access to the DART registers using bus_space instead of our own memory | Miod Vallat | |
mapped structures; this paves the way for hardware with more than one instance of the DART chip. | |||
2006-04-15 | Remove DART defines from <machine/mvme188.h> (except for its base address), | Miod Vallat | |
and compensate in clock.c which still needs to access a few of its registers. While there, access DART registers as bytes as advised in the manual, not as ints. | |||
2006-04-15 | Invoke bus_space_unmap with the correct bus_space_handle_t upon attachment | Miod Vallat | |
failure. | |||
2006-04-15 | fail opening apm device if apm is disconnected; deradt ok | Michael Shalayeff | |