Date: Wed, 13 Apr 2011 16:20:54 +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: <201104131621.p3DGLMpK059603@repoman.freebsd.org>
index | next in thread | raw e-mail
mav 2011-04-13 16:20:54 UTC
FreeBSD src repository
Modified files:
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 220602 on 2011-04-13 16:20:54Z by mav
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.10 +5 -2 src/sys/cam/ata/ata_pmp.c
1.39 +25 -0 src/sys/cam/ata/ata_xpt.c
1.49 +1 -0 src/sys/cam/cam_ccb.h
1.58 +3 -1 src/sys/dev/ahci/ahci.c
1.10 +15 -0 src/sys/dev/mvs/mvs.c
1.39 +5 -0 src/sys/dev/siis/siis.c
1.51 +1 -0 src/sys/sys/ata.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104131621.p3DGLMpK059603>
