Age | Commit message (Expand) | Author |
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 |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2004-01-01 | Oops, commited from the wrong tree. | Miod Vallat |
2004-01-01 | Let this attach correctly. | Miod Vallat |
2003-12-30 | Add support for all six Motorola-supported configurations of MVME376 | Miod Vallat |
2003-12-29 | correct probe console printf; miod ok | Theo de Raadt |
2003-12-28 | Having vmel and vmes keep another pointer to their parent in their softc is | Miod Vallat |
2003-12-28 | dma_cachectl() takes a va and computes the pa from it, no need to invoke it | Miod Vallat |
2003-12-27 | Replace the MVME376 driver from a homemade and dusty if_ve driver to | Miod Vallat |
2003-12-27 | Handle odd sizes in d16_bcopy() and d16_bzero(). | Miod Vallat |
2003-12-27 | Do not print vaddr in vme attachments. | Miod Vallat |
2003-12-27 | Basic cleaning and KNF; no functional change. | Miod Vallat |
2003-12-26 | Merge the attachment part and the real work part of the SCSI drivers in | Miod Vallat |
2003-12-25 | Provide common D16 vmespace block access functions, instead of vs and vx each | Miod Vallat |
2003-12-22 | Correctly handle vme attachments which specify a larger ca_len size than | Miod Vallat |
2003-12-19 | Pass -Wformat, and silence a few vme* debug printf. | Miod Vallat |
2003-12-12 | Provide a better delay() resolution on 188. | Miod Vallat |
2003-11-18 | Remove the duplicated code in ssh_checkintr() - checked against mvme68k. | Miod Vallat |
2003-11-18 | In ssh_checkintr(), better check pointers for NULL before they | Miod Vallat |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat |
2003-10-08 | Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane). | Miod Vallat |
2003-10-08 | delay() is actually a void function. | Miod Vallat |
2003-10-06 | More vm_offset_t removal I forgot to check in; spotted by deraadt@ | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-10-05 | De-register | Miod Vallat |
2003-10-05 | typos | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-09-28 | Clean various MVME188 related routines, fixing typos and removing unnecessary | Miod Vallat |