summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata_raid.c
AgeCommit message (Expand)Author
2016-09-27Remove some debug printf's that slipped through. Thanks, wiz!pgoyette
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2010-07-06fix some probles with ataraid(4) and Intel MatrixRaid.bsh
2009-05-12KNFcegger
2008-09-11Add support for Intel MatrixRAID to ataraid(4). It is currently limitedtron
2008-09-05Add JMicron RAID support to ataraid(4).tron
2008-08-20Add support for nVidia MediaShield ata raid found on HP ProLiant ML115.tacha
2008-06-17Mark a buffer `busy` in getnewbuf() when it came from the pool_cache sincereinoud
2008-05-06ata_raid_config_block_rw: getiobuf(vp, NULL) -> getiobuf(vp, false)yamt
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-26split softc/device_t. use device_t & cfdata_tmatt
2008-03-19Don't assume wd_softc embeds a struct device.cube
2008-01-02Merge vmlocking2 to head.ad
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