Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2013 19:39:51 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 227286 for review
Message-ID:  <201304011939.r31JdpCB025013@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@227286?ac=10

Change 227286 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/04/01 19:39:34

	Rename "drv.h" to "cfi.h" to reflect the practical reality that
	the only driver described in the file is the CFI driver.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/boot2.c#9 edit
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/common/cfi.c#2 edit
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/common/cfi.h#1 branch
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/loader/beri_disk.c#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/boot2.c#9 (text+ko) ====

@@ -57,8 +57,8 @@
 #include <stdarg.h>
 
 #include <beri.h>
+#include <cfi.h>
 #include <cons.h>
-#include <drv.h>
 
 extern register_t	beri_argc, beri_argv, beri_envv, beri_memsize;
 

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/common/cfi.c#2 (text+ko) ====

@@ -30,7 +30,7 @@
 
 #include "util.h"
 #include "mips.h"
-#include "drv.h"
+#include "cfi.h"
 
 /*
  * Memory-mapped Intel StrataFlash mini-driver.  Very mini.  Nothing fancy --

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/loader/beri_disk.c#2 (text+ko) ====

@@ -36,7 +36,7 @@
 #include <bootstrap.h>
 
 #include <stand.h>
-#include <drv.h>
+#include <cfi.h>
 
 static int	beri_disk_init(void);
 static int	beri_disk_strategy(void *, int, daddr_t, size_t, char *,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304011939.r31JdpCB025013>