Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci make it compile.
details: https://anonhg.NetBSD.org/src/rev/9aa22d19f1f8
branches: trunk
changeset: 757593:9aa22d19f1f8
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 06 20:03:56 2010 +0000
description:
make it compile.
diffstat:
sys/arch/x86/pci/ichlpcib.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 03bc3d09775c -r 9aa22d19f1f8 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c Mon Sep 06 20:01:31 2010 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c Mon Sep 06 20:03:56 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichlpcib.c,v 1.27 2010/08/17 01:45:51 jakllsch Exp $ */
+/* $NetBSD: ichlpcib.c,v 1.28 2010/09/06 20:03:56 christos Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.27 2010/08/17 01:45:51 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.28 2010/09/06 20:03:56 christos Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -371,7 +371,7 @@
static int
lpcibrescan(device_t self, const char *ifattr, const int *locators)
{
-#if NHPET > 0 || NGPIO > 0
+#if NHPET > 0 || NGPIO > 0 || NFWHRNG > 0
struct lpcib_softc *sc = device_private(self);
#endif
Home |
Main Index |
Thread Index |
Old Index