Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  7 02:13:06 UTC 2023

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

Log Message:
One more fix for Lewisburg.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/dev/ic/igpioreg.h:1.4
--- src/sys/dev/ic/igpioreg.h:1.3	Sat Jan  7 00:39:20 2023
+++ src/sys/dev/ic/igpioreg.h	Sat Jan  7 02:13:05 2023
@@ -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 @@ struct igpio_bank_setup igpio_bank_setup
 	{ "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 },

Reply via email to