Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/pci Pickup NGPIO.



details:   https://anonhg.NetBSD.org/src/rev/1f979084001e
branches:  trunk
changeset: 771159:1f979084001e
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Nov 13 09:17:56 2011 +0000

description:
Pickup NGPIO.

diffstat:

 sys/arch/i386/pci/gscpcib.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c015667533ed -r 1f979084001e sys/arch/i386/pci/gscpcib.c
--- a/sys/arch/i386/pci/gscpcib.c       Sun Nov 13 03:21:51 2011 +0000
+++ b/sys/arch/i386/pci/gscpcib.c       Sun Nov 13 09:17:56 2011 +0000
@@ -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 <grange%openbsd.org@localhost>
@@ -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 @@
 #include <i386/pci/gscpcibreg.h>
 #include <arch/x86/pci/pcibvar.h>
 
+#include "gpio.h"
+
 struct gscpcib_softc {
        struct pcib_softc sc_pcib;
 



Home | Main Index | Thread Index | Old Index