Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  7 00:39:21 UTC 2023

Modified Files:
        src/sys/dev/ic: igpioreg.h

Log Message:
Fix entries for Lewisburg.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/igpioreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/igpioreg.h
diff -u src/sys/dev/ic/igpioreg.h:1.2 src/sys/dev/ic/igpioreg.h:1.3
--- src/sys/dev/ic/igpioreg.h:1.2	Sat Mar 26 19:35:35 2022
+++ src/sys/dev/ic/igpioreg.h	Sat Jan  7 00:39:20 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: igpioreg.h,v 1.2 2022/03/26 19:35:35 riastradh Exp $ */
+/* $NetBSD: igpioreg.h,v 1.3 2023/01/07 00:39:20 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2021 Emmanuel Dreyfus
@@ -180,9 +180,9 @@ struct igpio_bank_setup igpio_bank_setup
 
 	/* Lewisburg */
 	{ "INT3536",    0,   0,   7, 0x100, 0x110 },
-	{ "INT3536",    1,  72,  13, 0x100, 0x110 },
-	{ "INT3536",    3, 133,  14, 0x100, 0x110 },
-	{ "INT3536",    4, 144,  17, 0x100, 0x110 },
+	{ "INT3536",    1,  72, 132, 0x100, 0x110 },
+	{ "INT3536",    3, 133, 143, 0x100, 0x110 },
+	{ "INT3536",    4, 144, 178, 0x100, 0x110 },
 	{ "INT3536",    5, 179, 246, 0x100, 0x110 },
 
 	/* Emmitsburg */

Reply via email to