Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmppc/dev Include <machine/pio.h> for in8() and in1...



details:   https://anonhg.NetBSD.org/src/rev/c5d24c304136
branches:  trunk
changeset: 546195:c5d24c304136
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Apr 22 11:37:28 2003 +0000

description:
Include <machine/pio.h> for in8() and in16().

diffstat:

 sys/arch/pmppc/dev/if_cs_mainbus.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7555b562e3a3 -r c5d24c304136 sys/arch/pmppc/dev/if_cs_mainbus.c
--- a/sys/arch/pmppc/dev/if_cs_mainbus.c        Tue Apr 22 11:32:34 2003 +0000
+++ b/sys/arch/pmppc/dev/if_cs_mainbus.c        Tue Apr 22 11:37:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cs_mainbus.c,v 1.5 2002/12/19 07:15:05 augustss Exp $       */
+/*     $NetBSD: if_cs_mainbus.c,v 1.6 2003/04/22 11:37:28 bjh21 Exp $  */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -55,6 +55,7 @@
 #endif
 
 #include <machine/bus.h>
+#include <machine/pio.h>
 #include <machine/pmppc.h>
 #include <machine/mainbus.h>
 



Home | Main Index | Thread Index | Old Index