Make natadisk's ad_dump() actually work. Ditch the fake bio/buf scheme to
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Mon, 5 Feb 2007 18:10:14 +0000 (18:10 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Mon, 5 Feb 2007 18:10:14 +0000 (18:10 +0000)
commit5c16e43ef02471368794d7ee365f800d564d4721
tree37e633005489d06e0de0ab9372f5a09149fdfee6
parenta5c68736ec3ff08346bba0d6ae1bd36690021a06
Make natadisk's ad_dump() actually work. Ditch the fake bio/buf scheme to
pass information to ad_strategy() in favour of calling ata_queue_request()
directly. This way, we avoid hairy bio stuff and request callbacks.
sys/dev/disk/nata/ata-disk.c