Age | Commit message (Expand) | Author |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat |
2005-11-25 | We don't have a va mapping in match() so don't bother trying to use badvaddr() | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-11-21 | contorl -> control | Miod Vallat |
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl |
2005-08-14 | Use dma_cachectl() with the right size rather than DCIAS() which implies a | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat |
2004-09-15 | Crude diff to allow user break on zs to enter ddb, for 147/1x2; spotted | Miod Vallat |
2004-08-09 | Unbreak RAMDISK; deraadt | Miod Vallat |
2004-07-31 | Always reset the cd2400 chip if console, and do not partially reprogram | Miod Vallat |
2004-07-31 | Use cons_decl() instead of homemade wrong prototypes. | Miod Vallat |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Might count timer interrupts as well (oops). | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-03 | Oops, one more mmap() bounds check. | Miod Vallat |
2004-07-03 | On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if the | Miod Vallat |
2004-07-02 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |
2004-07-02 | Remove unused code, per mvme88k. | Miod Vallat |
2004-07-02 | Stricter bounds checking for mmap() calls. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-07-02 | Merge *ramread() and *ramwrite(), as done on mvme88k. | Miod Vallat |
2004-05-20 | Fix arithmetic in vs_getiopb(), from mvme88k. | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-04-29 | Correctly initialize the hardware's memory address on MVME376, it uses | Miod Vallat |
2004-04-24 | Insane people can't spell insane correctly. | 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-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 |
2003-12-30 | Add support for all six Motorola-supported configurations of MVME376 | Miod Vallat |
2003-12-20 | Passl -Wformat. Fix some blatant -Wuninitialized errors as well. | 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-14 | Oops, unbrek. | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-08 | On 167 and 177 boards, use a VMEChip2 timer for accurate delay() whenever | 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-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |