Age | Commit message (Expand) | Author |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-04-16 | Bounds check PCC2 and SYSCON interrupt vectors. | Miod Vallat |
2004-04-16 | Do not attach if we could not get an interrupt. | Miod Vallat |
2004-04-16 | When a VMEBus device needs to use two interrupt vectors, be nice and let it | Miod Vallat |
2004-04-16 | Do not register console as CN_NORMAL priority if we are not in cdevsw[]. | Miod Vallat |
2004-04-16 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |
2004-04-16 | When the abort button is pressed on 1x7, do not invoke the trap handler twice. | Miod Vallat |
2004-04-15 | Since *ramread and *ramwrite are the same code, really, factorize them a la | Miod Vallat |
2004-04-15 | Remove more dead code. | Miod Vallat |
2004-04-15 | constify baud rate to hardware parameters structures. | Miod Vallat |
2004-04-15 | Nuke unneeded definitions. | Miod Vallat |
2004-04-15 | Remove orphaned CLCD_DO_POLLED_INPUT code. | Miod Vallat |
2004-04-14 | Way too much include files here... | Miod Vallat |
2004-04-14 | If resetting a MVME188 which is not system controller, only trigger a local | Miod Vallat |
2004-04-14 | After enough checks on real hardware, it turns out the documentation is wrong, | Miod Vallat |
2004-04-14 | Correctly register syscon interrupt handlers. | Miod Vallat |
2004-04-14 | Nuke getdevunit(), nothing uses it. | Miod Vallat |
2004-04-14 | Get the right address for the BusSwitch external cache control register. | Miod Vallat |
2004-04-14 | When trying to program tho 88410, be sure to unmask both flash banks | Miod Vallat |
2004-04-14 | Simplify pmap_bootstrap() interface. | Miod Vallat |
2004-04-14 | Remove unused softc members. | Miod Vallat |
2004-04-14 | typo | Miod Vallat |
2004-04-12 | Minor tweaks to appease gcc 3. | Miod Vallat |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat |
2004-03-26 | Do not dereference pointers before checking whether they are valid (triple si... | Miod Vallat |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat |
2004-02-19 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat |
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat |
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-29 | Correctly handle 88110 exceptions occuring in a delay slot: control must | Miod Vallat |
2004-01-29 | 187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved across | Miod Vallat |
2004-01-28 | Use write-back mappings whenever possible again, but make sure that | Miod Vallat |
2004-01-28 | Add tftpboot to the mvme88k builds. | Miod Vallat |
2004-01-28 | Skip first argument on commandline, so we can try to actually boot the | Miod Vallat |
2004-01-28 | Oops, forgot cvs add in previous commit; spotted by deraadt@ | Miod Vallat |
2004-01-26 | sign mismatch correction, from miod | Theo de Raadt |
2004-01-26 | tftp-only netboot code, inspired from mvmeppc, and stripped down; it will | Miod Vallat |
2004-01-26 | A few more BUG syscall definitions and structures. Fix (not used yet) | Miod Vallat |
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat |
2004-01-23 | died of starvation | Miod Vallat |
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat |
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat |
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat |
2004-01-20 | let XFS compile; miod ok | Theo de Raadt |