From 68e6a05718fa01032200200876115c17d1f69bce Mon Sep 17 00:00:00 2001 From: Suraj Ravichandran Date: Wed, 12 Aug 2015 17:51:22 -0700 Subject: [PATCH] Add 'atacam' interface type to pySMART. Since this a FreeBSD thing it was not present in the original module. --- pySMART/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pySMART/utils.py b/pySMART/utils.py index e5466b5..f9d1ebf 100644 --- a/pySMART/utils.py +++ b/pySMART/utils.py @@ -59,7 +59,8 @@ 'sas': 'scsi', 'sat': 'sat', 'sata': 'ata', - 'scsi': 'scsi' + 'scsi': 'scsi', + 'atacam': 'atacam' } """ **(dict of str):** Contains actual interface types (ie: sas, csmi) as keys and