Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Build fix: Supply missing symbol definition.
details: https://anonhg.NetBSD.org/src/rev/884f092fd336
branches: trunk
changeset: 833757:884f092fd336
user: kre <kre%NetBSD.org@localhost>
date: Wed Jul 11 00:46:39 2018 +0000
description:
Build fix: Supply missing symbol definition.
Value taken from OpenBSD (and confirmed with FreeBSD)
(Feel free to fix/reformat as appropriate...)
diffstat:
sys/dev/pci/if_skreg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f2943712f26a -r 884f092fd336 sys/dev/pci/if_skreg.h
--- a/sys/dev/pci/if_skreg.h Tue Jul 10 23:25:27 2018 +0000
+++ b/sys/dev/pci/if_skreg.h Wed Jul 11 00:46:39 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index