]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r236847:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jun 2012 08:08:33 +0000 (08:08 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jun 2012 08:08:33 +0000 (08:08 +0000)
commit9b9ec9edc56573434d5ae84a89a97c4290373bee
tree9428a3b1a9d5d9212a2768a1e32d1d44c611a4ba
parent0b9c4dade5d51661df7a854eefac0062fe7b56cf
MFC r236847:
Partially revert r236666:
Return PROTO_ATA protocol in response to XPT_PATH_INQ.

smartmontools uses it to identify ATA devices and I don't know any other
place now where it is important. It could probably use XPT_GDEV_TYPE
instead for more accurate protocol information, but let it live for now.

git-svn-id: svn://svn.freebsd.org/base/stable/9@236947 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ahci/ahci.c
sys/dev/ata/ata-all.c
sys/dev/mvs/mvs.c
sys/dev/siis/siis.c