summaryrefslogtreecommitdiff
path: root/sys/dev/vme
AgeCommit message (Expand)Author
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2001-09-11Move some logic from dma_start() to dma_setup(); inspired by the sun3 si vers...pk
2001-08-20precede, not preceed.wiz
2001-07-22seperate -> separatewiz
2001-06-27Don't define Debugger() if it's already defined.fredette
2001-06-11Added support for the VME `sc' SCSI board. Compiles,fredette
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-13Update for recent changes to the MI i82586 driver.tsutsui
2001-03-13make this compile again.chs
2001-03-06Don't misuse bus_dmamap_load_raw().thorpej
2001-02-24whitespace policelukem
2001-01-22Patch from PR kern/8001, submitted by Rafal Boni.bjh21
2001-01-15Move decl out of __HAVE_OLD_DISKLABELfvdl
2001-01-15Move declaration out of __HAVE_OLD_DISKLABEL ifdef.fvdl
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
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