Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic One more fix for Lewisburg.



details:   https://anonhg.NetBSD.org/src/rev/3e904ed8730f
branches:  trunk
changeset: 372946:3e904ed8730f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat Jan 07 02:13:05 2023 +0000

description:
One more fix for Lewisburg.

diffstat:

 sys/dev/ic/igpioreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5fee1441384c -r 3e904ed8730f sys/dev/ic/igpioreg.h
--- a/sys/dev/ic/igpioreg.h     Sat Jan 07 00:39:20 2023 +0000
+++ b/sys/dev/ic/igpioreg.h     Sat Jan 07 02:13:05 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: igpioreg.h,v 1.3 2023/01/07 00:39:20 msaitoh Exp $ */
+/* $NetBSD: igpioreg.h,v 1.4 2023/01/07 02:13:05 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2021 Emmanuel Dreyfus
@@ -179,7 +179,7 @@
        { "INT34C8",    3, 225, 232, 0x100, 0x120 },
 
        /* Lewisburg */
-       { "INT3536",    0,   0,   7, 0x100, 0x110 },
+       { "INT3536",    0,   0,  71, 0x100, 0x110 },
        { "INT3536",    1,  72, 132, 0x100, 0x110 },
        { "INT3536",    3, 133, 143, 0x100, 0x110 },
        { "INT3536",    4, 144, 178, 0x100, 0x110 },



Home | Main Index | Thread Index | Old Index