summaryrefslogtreecommitdiff
path: root/sys/dev/vme
AgeCommit message (Expand)Author
2003-10-28Elminate GCC uninitialized variable warning.matt
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-08-28fix error in previousmrg
2003-08-27x[yd]_dmamem_alloc() takes a bus_addr_t *. don't pass the address of amrg
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-23Convert to new device buffer queue interface.hannken
2002-03-26No longer assume that !DDB implies that Debugger() isn't defined.fredette
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