Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/pci Document bobcat/puma family nicknames.



details:   https://anonhg.NetBSD.org/src/rev/f3e1f55f8ea0
branches:  trunk
changeset: 447086:f3e1f55f8ea0
user:      is <is%NetBSD.org@localhost>
date:      Sun Dec 30 15:43:43 2018 +0000

description:
Document bobcat/puma family nicknames.

diffstat:

 sys/arch/x86/pci/amdtemp.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 2b75ee791498 -r f3e1f55f8ea0 sys/arch/x86/pci/amdtemp.c
--- a/sys/arch/x86/pci/amdtemp.c        Sun Dec 30 15:05:53 2018 +0000
+++ b/sys/arch/x86/pci/amdtemp.c        Sun Dec 30 15:43:43 2018 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: amdtemp.c,v 1.22 2018/12/12 23:35:04 is Exp $ */
+/*      $NetBSD: amdtemp.c,v 1.23 2018/12/30 15:43:43 is Exp $ */
 /*      $OpenBSD: kate.c,v 1.2 2008/03/27 04:52:03 cnst Exp $   */
 
 /*
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdtemp.c,v 1.22 2018/12/12 23:35:04 is Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: amdtemp.c,v 1.23 2018/12/30 15:43:43 is Exp $ ");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -250,8 +250,8 @@
        case 0x11: /* AMD Griffin */
        case 0x12: /* AMD Lynx/Sabine (Llano) */
        case 0x14: /* AMD Brazos (Ontario/Zacate/Desna) */
-       case 0x15:
-       case 0x16:
+       case 0x15: /* AMD Bobcat */
+       case 0x16: /* AMD Puma/Jaguar */
                amdtemp_family10_init(sc);
                break;
 



Home | Main Index | Thread Index | Old Index