index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
ata_raid.c
Age
Commit message (
Expand
)
Author
2016-09-27
Remove some debug printf's that slipped through. Thanks, wiz!
pgoyette
2016-09-27
Modularize the ld driver and all of its attachments. Ensure that all
pgoyette
2016-07-14
- Use aprint*() more in xxx_attach().
msaitoh
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2010-07-06
fix some probles with ataraid(4) and Intel MatrixRaid.
bsh
2009-05-12
KNF
cegger
2008-09-11
Add support for Intel MatrixRAID to ataraid(4). It is currently limited
tron
2008-09-05
Add JMicron RAID support to ataraid(4).
tron
2008-08-20
Add support for nVidia MediaShield ata raid found on HP ProLiant ML115.
tacha
2008-06-17
Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since
reinoud
2008-05-06
ata_raid_config_block_rw: getiobuf(vp, NULL) -> getiobuf(vp, false)
yamt
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-03-26
split softc/device_t. use device_t & cfdata_t
matt
2008-03-19
Don't assume wd_softc embeds a struct device.
cube
2008-01-02
Merge vmlocking2 to head.
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-27
Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and
garbled
2007-03-09
after the recent config_attach_pseudo() changes, unit numbers have the same
drochner
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-11
merge ktrace-lwp.
christos
2005-08-25
kill a number of autoconf submatch functions which follow the
drochner
2005-08-25
replace the "locdesc_t" structure carrying the number of locators
drochner
2005-07-18
Update array of software RAID names in ata_raid.c.
briggs
2005-06-20
Basic support for RAID0 and RAID1 for the Adaptec HostRAID format as found
briggs
2005-05-29
- remove casts [to avoid volatile]
christos
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-10-15
Change config_attach_pseudo() to take a cfdata * that contains the
thorpej
2004-09-13
a round of autoconf cleanup:
drochner
2004-01-25
Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
hannken
2003-12-14
Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed.
thorpej
2003-09-29
typo in comment
grant
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-02-25
Add missing splbio() protecting of bufpool access. Add a clarifying
thorpej
2003-02-25
Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and
thorpej
2003-02-05
Make the buffer cache code MP-safe.
pk
2003-01-27
Experimental support for RAID volumes configured by ATA "RAID" controllers.
thorpej