freebsd-dev/sys/cam/ata
Ed Schouten 4c484fd216 Add label annotations to CAM sysctls.
Under kern.cam we have certain sysctls that are per-device, such as the
ones under kern.cam.ada.[0-9]+.*. Add a "device_index" label annotation
to such sysctls, so that the Prometheus metrics exporter will give all
of those metrics the same name. The device number will be added to the
metric name as the "device_index" label.

Reviewed by:	cem
Differential Revision:	https://reviews.freebsd.org/D8775
2016-12-14 12:53:33 +00:00
..
ata_all.c Decode some new ATA commands found in ACS-3. 2016-08-27 19:51:37 +00:00
ata_all.h Add support for managing Shingled Magnetic Recording (SMR) drives. 2016-05-19 14:08:36 +00:00
ata_da.c Add label annotations to CAM sysctls. 2016-12-14 12:53:33 +00:00
ata_pmp.c Add label annotations to CAM sysctls. 2016-12-14 12:53:33 +00:00
ata_xpt.c cam/ata: Allow drivers to veto ATA disk attachment. 2016-09-28 08:35:05 +00:00