summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata_raid.c
AgeCommit message (Expand)Author
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-27Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 andgarbled
2007-03-09after the recent config_attach_pseudo() changes, unit numbers have the samedrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-07-18Update array of software RAID names in ata_raid.c.briggs
2005-06-20Basic support for RAID0 and RAID1 for the Adaptec HostRAID format as foundbriggs
2005-05-29- remove casts [to avoid volatile]christos
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-15Change config_attach_pseudo() to take a cfdata * that contains thethorpej
2004-09-13a round of autoconf cleanup:drochner
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2003-12-14Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed.thorpej
2003-09-29typo in commentgrant
2003-07-14add missing __KERNEL_RCSID()lukem
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-05Make the buffer cache code MP-safe.pk
2003-01-27Experimental support for RAID volumes configured by ATA "RAID" controllers.thorpej