]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264295:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Apr 2014 10:04:19 +0000 (10:04 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Apr 2014 10:04:19 +0000 (10:04 +0000)
commit606a18a9e02d5cf073b0584942f1986b0734f5be
tree0c4b6ee0db9cd578b8f9201d6a07932780def9f7
parentf02fe247fdf8af02f456fca35008d32a1883bd73
MFC r264295:
Remove support of LUN-based CD changers from cd(4) driver.

This code was heavily broken few months ago during CAM locking changes.
Fixing it would require almost complete rewrite.  Since there are no
known devices on market using this interface younger then ~15 years, and
they are CD, not even DVD, I don't see much reason to rewrite it.

This change does not mean those devices won't work.  They will just work
slower due to inefficient disks load/unload schedule if several LUNs
accessed same time.

git-svn-id: svn://svn.freebsd.org/base/stable/10@264522 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/cd.4
sys/cam/scsi/scsi_cd.c