Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/x86/pci Additionally pull up rev 1.3 of sys/arch...
details: https://anonhg.NetBSD.org/src/rev/53f4f84f3479
branches: netbsd-8
changeset: 434612:53f4f84f3479
user: martin <martin%NetBSD.org@localhost>
date: Tue Feb 06 09:05:27 2018 +0000
description:
Additionally pull up rev 1.3 of sys/arch/x86/pci/amdsmn.c, requested by
pgoyette in ticket #524:
rescan amdsmnbus instead of amdsmn (fixes panic)
diffstat:
sys/arch/x86/pci/amdsmn.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 817e3f5b37ee -r 53f4f84f3479 sys/arch/x86/pci/amdsmn.c
--- a/sys/arch/x86/pci/amdsmn.c Mon Feb 05 15:17:15 2018 +0000
+++ b/sys/arch/x86/pci/amdsmn.c Tue Feb 06 09:05:27 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amdsmn.c,v 1.3.2.2 2018/02/05 13:06:55 martin Exp $ */
+/* $NetBSD: amdsmn.c,v 1.3.2.3 2018/02/06 09:05:27 martin Exp $ */
/*-
* Copyright (c) 2017 Conrad Meyer <cem%FreeBSD.org@localhost>
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdsmn.c,v 1.3.2.2 2018/02/05 13:06:55 martin Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: amdsmn.c,v 1.3.2.3 2018/02/06 09:05:27 martin Exp $ ");
/*
* Driver for the AMD Family 17h CPU System Management Network.
@@ -101,7 +101,7 @@
sc->pc = pa->pa_pc;
sc->pcitag = pa->pa_tag;
aprint_normal(": AMD Family 17h System Management Network\n");
- amdsmn_rescan(self, "amdsmn", &flags);
+ amdsmn_rescan(self, "amdsmnbus", &flags);
}
static int
Home |
Main Index |
Thread Index |
Old Index