Date: Tue, 19 Apr 2011 17:41:17 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/ata ata_pmp.c ata_xpt.c src/sys/dev/ahci ahci.c src/sys/dev/mvs mvs.c src/sys/dev/siis siis.c src/sys/sys ata.h Message-ID: <201104191741.p3JHfbXZ038942@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2011-04-19 17:41:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/cam cam_ccb.h
sys/cam/ata ata_pmp.c ata_xpt.c
sys/dev/ahci ahci.c
sys/dev/mvs mvs.c
sys/dev/siis siis.c
sys/sys ata.h
Log:
SVN rev 220861 on 2011-04-19 17:41:17Z by mav
MFC r220602:
Improve SATA Asynchronous Notification feature support in CAM:
- make SATA SIMs announce capabilities to handle SDB with Notification bit;
- make PMP driver honor this SIMs capability;
- make SATA XPT to negotiate and enable this feature for ATAPI devices.
This feature allows supporting SATA ATAPI devices to inform system about
some events happened, that may require attention. In my case this allows
LG GH22LS50 SATA DVR-RW drive to report tray open/close events. Events
reported to CAM in form of AC_SCSI_AEN async. Further they could be used
as a hints for checking device status and reporting media change to upper
layers, for example, via spoiling mechanism of GEOM.
Revision Changes Path
1.3.2.11 +5 -2 src/sys/cam/ata/ata_pmp.c
1.3.2.35 +25 -0 src/sys/cam/ata/ata_xpt.c
1.37.2.9 +1 -0 src/sys/cam/cam_ccb.h
1.1.2.52 +3 -1 src/sys/dev/ahci/ahci.c
1.2.2.9 +15 -0 src/sys/dev/mvs/mvs.c
1.1.2.36 +5 -0 src/sys/dev/siis/siis.c
1.41.2.9 +1 -0 src/sys/sys/ata.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104191741.p3JHfbXZ038942>
