Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci The revision number of Yukon FE A2 is not 0x3 bu...
details: https://anonhg.NetBSD.org/src/rev/948883176dbb
branches: trunk
changeset: 362511:948883176dbb
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jun 14 06:58:15 2018 +0000
description:
The revision number of Yukon FE A2 is not 0x3 but 0x2. Same as other OSes.
diffstat:
sys/dev/pci/if_skreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ecf32dd5cf6b -r 948883176dbb sys/dev/pci/if_skreg.h
--- a/sys/dev/pci/if_skreg.h Thu Jun 14 04:00:13 2018 +0000
+++ b/sys/dev/pci/if_skreg.h Thu Jun 14 06:58:15 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_skreg.h,v 1.19 2018/06/13 20:17:03 jdolecek Exp $ */
+/* $NetBSD: if_skreg.h,v 1.20 2018/06/14 06:58:15 msaitoh Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -426,7 +426,7 @@
#define SK_YUKON_EC_U_REV_B1 0x5
#define SK_YUKON_FE_REV_A1 0x1
-#define SK_YUKON_FE_REV_A2 0x3
+#define SK_YUKON_FE_REV_A2 0x2
#define SK_YUKON_FE_P_REV_A0 0x0
Home |
Main Index |
Thread Index |
Old Index