Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/ofw Make this compile again after the cs8900 ...



details:   https://anonhg.NetBSD.org/src/rev/0e2fa49f59fa
branches:  trunk
changeset: 518348:0e2fa49f59fa
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Nov 28 19:32:07 2001 +0000

description:
Make this compile again after the cs8900 driver changes.

diffstat:

 sys/arch/arm32/ofw/if_cs_ofisa_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7d042569af35 -r 0e2fa49f59fa sys/arch/arm32/ofw/if_cs_ofisa_machdep.c
--- a/sys/arch/arm32/ofw/if_cs_ofisa_machdep.c  Wed Nov 28 19:14:56 2001 +0000
+++ b/sys/arch/arm32/ofw/if_cs_ofisa_machdep.c  Wed Nov 28 19:32:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cs_ofisa_machdep.c,v 1.2 1998/08/17 20:38:08 thorpej Exp $  */
+/*     $NetBSD: if_cs_ofisa_machdep.c,v 1.3 2001/11/28 19:32:07 thorpej Exp $  */
 
 /*
  * Copyright 1998
@@ -54,8 +54,8 @@
 #include <dev/isa/isavar.h>
 #include <dev/ofisa/ofisavar.h>
 
-#include <dev/isa/cs89x0reg.h>
-#include <dev/isa/cs89x0var.h>
+#include <dev/ic/cs89x0reg.h>
+#include <dev/ic/cs89x0var.h>
 
 #ifdef COMPAT_OLD_OFW
 



Home | Main Index | Thread Index | Old Index