Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/dev we support the drive bay sensor now
details: https://anonhg.NetBSD.org/src/rev/5b126e4bfab3
branches: trunk
changeset: 356524:5b126e4bfab3
user: macallan <macallan%NetBSD.org@localhost>
date: Sun Oct 01 05:15:52 2017 +0000
description:
we support the drive bay sensor now
diffstat:
sys/arch/macppc/dev/smu.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff -r 7632b6da75b4 -r 5b126e4bfab3 sys/arch/macppc/dev/smu.c
--- a/sys/arch/macppc/dev/smu.c Sun Oct 01 05:13:53 2017 +0000
+++ b/sys/arch/macppc/dev/smu.c Sun Oct 01 05:15:52 2017 +0000
@@ -993,9 +993,6 @@
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;
}
Home |
Main Index |
Thread Index |
Old Index