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/f2713df8a666
branches:  trunk
changeset: 826825:f2713df8a666
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 d2dba4de371e -r f2713df8a666 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