Age | Commit message (Expand) | Author |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-17 | KNF and minor cleaning. | Miod Vallat |
2004-05-16 | Simplify bugtty_chkinput(), from mvmeppc. | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat |
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat |
2004-05-06 | Do not leak resources if bus_space_map() fails during attach, or we don't | Miod Vallat |
2004-04-30 | Correctly cope with unaligned memory pointers in d16_b*() | Miod Vallat |
2004-04-30 | Fix logic botch resulting in a too optimistic openings value. | Miod Vallat |
2004-04-29 | Bugfix sync with mvme68k: | Miod Vallat |
2004-04-29 | Correctly initialize the hardware's memory address on MVME376, it uses | Miod Vallat |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
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 | 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 | 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 | Get the right address for the BusSwitch external cache control register. | 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-03-26 | Do not dereference pointers before checking whether they are valid (triple si... | Miod Vallat |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | 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-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-29 | 187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved across | 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-14 | mvme* do not support buses with indirect configuration, so don't check and | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-13 | Take advantage of the way config(8) works to probe for bugtty last during | Miod Vallat |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat |
2004-01-05 | Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keep | Miod Vallat |
2004-01-04 | Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, if | Miod Vallat |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat |
2004-01-02 | Better openings value computation. | Miod Vallat |