Module Name: src
Committed By: macallan
Date: Sun Oct 1 05:15:52 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
we support the drive bay sensor now
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/smu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/dev/smu.c
diff -u src/sys/arch/macppc/dev/smu.c:1.2 src/sys/arch/macppc/dev/smu.c:1.3
--- src/sys/arch/macppc/dev/smu.c:1.2 Fri Sep 29 22:38:18 2017
+++ src/sys/arch/macppc/dev/smu.c Sun Oct 1 05:15:52 2017
@@ -993,9 +993,6 @@ static bool is_drive_sensor(const envsys
return false;
if (strstr(edata->desc, "DRIVE BAY") != NULL)
return TRUE;
- /* XXX until we support the actual drive bay sensor */
- if (strstr(edata->desc, "BACKSIDE") != NULL)
- return TRUE;
return false;
}