| Age | Commit message (Expand) | Author |
| 2003-10-28 | Elminate GCC uninitialized variable warning. | matt |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-08-28 | fix error in previous | mrg |
| 2003-08-27 | x[yd]_dmamem_alloc() takes a bus_addr_t *. don't pass the address of a | mrg |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-23 | Convert to new device buffer queue interface. | hannken |
| 2002-03-26 | No longer assume that !DDB implies that Debugger() isn't defined. | fredette |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-24 | Change bus_space_mmap() signature to the official one. | eeh |
| 2001-09-11 | Move some logic from dma_start() to dma_setup(); inspired by the sun3 si vers... | pk |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-27 | Don't define Debugger() if it's already defined. | fredette |
| 2001-06-11 | Added support for the VME `sc' SCSI board. Compiles, | fredette |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-04-11 | Put back all header files defining ioctls | jdolecek |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-03-13 | Update for recent changes to the MI i82586 driver. | tsutsui |
| 2001-03-13 | make this compile again. | chs |
| 2001-03-06 | Don't misuse bus_dmamap_load_raw(). | thorpej |
| 2001-02-24 | whitespace police | lukem |
| 2001-01-22 | Patch from PR kern/8001, submitted by Rafal Boni. | bjh21 |
| 2001-01-15 | Move decl out of __HAVE_OLD_DISKLABEL | fvdl |
| 2001-01-15 | Move declaration out of __HAVE_OLD_DISKLABEL ifdef. | fvdl |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 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 |