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
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