Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/vme sparc/dev/sireg.h -> dev/vme/sireg.h



details:   https://anonhg.NetBSD.org/src/rev/7c5d1fb18325
branches:  trunk
changeset: 494218:7c5d1fb18325
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 04 01:29:14 2000 +0000

description:
sparc/dev/sireg.h -> dev/vme/sireg.h

diffstat:

 sys/dev/vme/si.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fca3f60cb681 -r 7c5d1fb18325 sys/dev/vme/si.c
--- a/sys/dev/vme/si.c  Tue Jul 04 01:10:18 2000 +0000
+++ b/sys/dev/vme/si.c  Tue Jul 04 01:29:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: si.c,v 1.1 2000/07/03 23:30:33 pk Exp $        */
+/*     $NetBSD: si.c,v 1.2 2000/07/04 01:29:14 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1996,2000 The NetBSD Foundation, Inc.
@@ -112,7 +112,7 @@
 #include <dev/ic/ncr5380reg.h>
 #include <dev/ic/ncr5380var.h>
 
-#include <sparc/dev/sireg.h>
+#include <dev/vme/sireg.h>
 
 /*
  * Transfers smaller than this are done using PIO



Home | Main Index | Thread Index | Old Index