Module Name: src
Committed By: andvar
Date: Sun Feb 11 09:20:08 UTC 2024
Modified Files:
src/sys/dev/i2c: w83795g.c
Log Message:
s/Nuvaton/Nuvoton/ in log message.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/w83795g.c
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/i2c/w83795g.c
diff -u src/sys/dev/i2c/w83795g.c:1.5 src/sys/dev/i2c/w83795g.c:1.6
--- src/sys/dev/i2c/w83795g.c:1.5 Sat Aug 7 16:19:11 2021
+++ src/sys/dev/i2c/w83795g.c Sun Feb 11 09:20:08 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: w83795g.c,v 1.5 2021/08/07 16:19:11 thorpej Exp $ */
+/* $NetBSD: w83795g.c,v 1.6 2024/02/11 09:20:08 andvar Exp $ */
/*
* Copyright (c) 2013 Soren S. Jorvang. All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: w83795g.c,v 1.5 2021/08/07 16:19:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: w83795g.c,v 1.6 2024/02/11 09:20:08 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -192,7 +192,7 @@ w83795g_attach(device_t parent, device_t
iic_smbus_read_byte(sc->sc_tag, sc->sc_addr, W83795G_CONFIG, &conf, 0);
iic_smbus_read_byte(sc->sc_tag, sc->sc_addr, W83795G_DEVICE, &rev, 0);
- aprint_normal(": Nuvaton W83795");
+ aprint_normal(": Nuvoton W83795");
if (conf & CONFIG_CONFIG48)
aprint_normal("ADG");
else