| Age | Commit message (Expand) | Author |
| 2000-07-24 | Pass the level and vector to vme_intr_map() in the correct order. | scw |
| 2000-07-22 | Add short device descriptions in comment lines. | pk |
| 2000-07-10 | these don't need <uvm/uvm_extern.h> at all, actually. | mrg |
| 2000-07-07 | Use vme_dmamap_create(). | pk |
| 2000-07-07 | Use vme_dmamap_create(). | pk |
| 2000-07-04 | sparc/dev/sireg.h -> dev/vme/sireg.h | thorpej |
| 2000-07-03 | The `si' driver has been transformed into an MI VME frontend. | pk |
| 2000-06-29 | Fix some missed vm/vm.h -> uvm/uvm_extern.h conversions. | fvdl |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | Fix spelling and formatting. | pk |
| 2000-06-05 | change ifdef __sun3__ to sun3, since the former isn't defined on sun3. | chs |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-19 | A foolish consistency; most parts of the kernel use bp->b_data, so | thorpej |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-05-10 | No need to specify page alignment; this is automatic. | pk |
| 2000-05-09 | Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs. | pk |
| 2000-04-10 | sparc -> __sparc__ | chs |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-25 | add forward declaration of "struct extent", so the extent header doesn't | drochner |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes, plus make it compilable on | thorpej |
| 1999-07-28 | fix the previous fix | drochner |
| 1999-07-28 | make these compile again s/#endif/#else/ | christos |
| 1999-06-30 | update for new VME framework | drochner |
| 1999-06-30 | new, more mi, VME framework | drochner |
| 1999-03-23 | To clear a chunk of bus memory use bus_space_set_regionN(). | pk |
| 1999-03-05 | * sparc => __sparc__ | pk |
| 1998-08-22 | make struct xd_iocmd's block member an u_int not a u_long | mrg |
| 1998-08-22 | Fix DVMA address handling. | pk |
| 1998-06-20 | moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h> | mrg |
| 1998-06-18 | Send the DMA, not KVA, addresses of I/O descriptors to the controller. | pk |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-04-24 | Fix function argument type. | pk |
| 1998-04-07 | Change last arg of `vct_mmap_cookie' from `int *' to `bus_space_handle_t *'. | pk |
| 1998-02-28 | Remove `_NEW_I82586'. | pk |
| 1998-02-16 | Remove "class" declarations, and add "devclass" declarations where | thorpej |
| 1998-02-06 | vme_bus_probe() takes an `offset' argument. | pk |
| 1998-02-06 | Add `offset' argument to probe routine. | pk |
| 1998-02-04 | Add offset and length parameters to bus_dmamap_sync(), used for specifiying | thorpej |
| 1998-02-04 | Use `offsetof()'. | pk |
| 1998-02-04 | Account for changed vme_bus_probe() args. | pk |
| 1998-02-04 | Use vme_bus_probe() callback for device detection. | pk |
| 1998-02-04 | Use vme_bus_probe() callback for device detection. | pk |
| 1998-02-04 | Add a callback function to vme_bus_probe(), for device-specific probes | pk |
| 1998-02-04 | Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to | thorpej |
| 1998-02-04 | Erase a spurious structure definition. | pk |
| 1998-01-25 | Adapt to recent i82586 driver changes. | pk |