Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci include opt_voyager.h
details: https://anonhg.NetBSD.org/src/rev/fea85f31b48c
branches: trunk
changeset: 770534:fea85f31b48c
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Oct 20 22:04:10 2011 +0000
description:
include opt_voyager.h
diffstat:
sys/dev/pci/voyager.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 2781f572349e -r fea85f31b48c sys/dev/pci/voyager.c
--- a/sys/dev/pci/voyager.c Thu Oct 20 20:13:54 2011 +0000
+++ b/sys/dev/pci/voyager.c Thu Oct 20 22:04:10 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $ */
+/* $NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $ */
/*
* Copyright (c) 2009, 2011 Michael Lorenz
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -49,6 +49,8 @@
#include <dev/pci/voyagervar.h>
+#include "opt_voyager.h"
+
#ifdef VOYAGER_DEBUG
#define DPRINTF aprint_normal
#else
Home |
Main Index |
Thread Index |
Old Index