NetBSD/sys/dev/ata
hannken 3db4e2acd8 Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
VOP_STRATEGY(bp) is replaced by one of two new functions:

- VOP_STRATEGY(vp, bp)  Call the strategy routine of vp for bp.
- DEV_STRATEGY(bp)      Call the d_strategy routine of bp->b_dev for bp.

DEV_STRATEGY(bp) is used only for block-to-block device situations.
2004-01-25 18:06:48 +00:00
..
ata_raid_promise.c
ata_raid.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ata_raidreg.h
ata_raidvar.h
ata_wdc.c More structure member namespace cleanup: thread -> ch_thread 2004-01-03 23:59:58 +00:00
ata.c More structure member namespace cleanup: thread -> ch_thread 2004-01-03 23:59:58 +00:00
atareg.h
atavar.h Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
files.ata
ld_ataraid.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
Makefile
satareg.h
wd.c store a i/o priority hint in struct buf for buffer queue discipline. 2004-01-10 14:39:50 +00:00
wdvar.h