Module Name:    src
Committed By:   msaitoh
Date:           Thu Jun 14 06:58:15 UTC 2018

Modified Files:
        src/sys/dev/pci: if_skreg.h

Log Message:
 The revision number of Yukon FE A2 is not 0x3 but 0x2. Same as other OSes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_skreg.h

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/pci/if_skreg.h
diff -u src/sys/dev/pci/if_skreg.h:1.19 src/sys/dev/pci/if_skreg.h:1.20
--- src/sys/dev/pci/if_skreg.h:1.19	Wed Jun 13 20:17:03 2018
+++ src/sys/dev/pci/if_skreg.h	Thu Jun 14 06:58:15 2018
@@ -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
 

Reply via email to