Module Name:    src
Committed By:   kre
Date:           Wed Jul 11 00:46:40 UTC 2018

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

Log Message:
Build fix:  Supply missing symbol definition.
Value taken from OpenBSD (and confirmed with FreeBSD)
(Feel free to fix/reformat as appropriate...)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/sys/dev/pci/if_skreg.h:1.24
--- src/sys/dev/pci/if_skreg.h:1.23	Tue Jul 10 22:52:38 2018
+++ src/sys/dev/pci/if_skreg.h	Wed Jul 11 00:46:39 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: if_skreg.h,v 1.23 2018/07/10 22:52:38 kre Exp $ */
+/* $NetBSD: if_skreg.h,v 1.24 2018/07/11 00:46:39 kre Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -515,6 +515,7 @@
 #define SK_GPIO_DAT7		0x00000080
 #define SK_GPIO_DAT8		0x00000100
 #define SK_GPIO_DAT9		0x00000200
+#define SK_Y2_GPIO_STAT_RACE_DIS	0x00002000
 #define SK_GPIO_DIR0		0x00010000
 #define SK_GPIO_DIR1		0x00020000
 #define SK_GPIO_DIR2		0x00040000

Reply via email to