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