Document bobcat/puma family nicknames.

This commit is contained in:
is 2018-12-30 15:43:43 +00:00
parent 1fe5cce4ab
commit 2900250157

View File

@ -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 @@ amdtemp_attach(device_t parent, device_t self, void *aux)
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;