Module Name: src
Committed By: mbalmer
Date: Sun Nov 13 09:17:56 UTC 2011
Modified Files:
src/sys/arch/i386/pci: gscpcib.c
Log Message:
Pickup NGPIO.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/pci/gscpcib.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/pci/gscpcib.c
diff -u src/sys/arch/i386/pci/gscpcib.c:1.17 src/sys/arch/i386/pci/gscpcib.c:1.18
--- src/sys/arch/i386/pci/gscpcib.c:1.17 Sun Sep 4 15:05:26 2011
+++ src/sys/arch/i386/pci/gscpcib.c Sun Nov 13 09:17:56 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: gscpcib.c,v 1.17 2011/09/04 15:05:26 sborrill Exp $ */
+/* $NetBSD: gscpcib.c,v 1.18 2011/11/13 09:17:56 mbalmer Exp $ */
/* $OpenBSD: gscpcib.c,v 1.3 2004/10/05 19:02:33 grange Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <[email protected]>
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gscpcib.c,v 1.17 2011/09/04 15:05:26 sborrill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gscpcib.c,v 1.18 2011/11/13 09:17:56 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -42,6 +42,8 @@ __KERNEL_RCSID(0, "$NetBSD: gscpcib.c,v
#include <i386/pci/gscpcibreg.h>
#include <arch/x86/pci/pcibvar.h>
+#include "gpio.h"
+
struct gscpcib_softc {
struct pcib_softc sc_pcib;