From 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Sun, 21 Mar 2010 01:30:13 +0000 Subject: Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE. Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image. --- sys/dev/aha/aha.c | 2 +- sys/dev/aha/aha_isa.c | 2 +- sys/dev/aha/aha_mca.c | 2 +- sys/dev/aha/ahareg.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/aha') diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 7dcf264e302e0..8f6af0e2e6551 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,7 +58,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha.c,v 1.64.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index b29d370e0d3b1..586e0c89a4f9d 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -55,7 +55,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_isa.c,v 1.39.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index 75a930bdc407a..046912e6d7328 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -27,7 +27,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_mca.c,v 1.16.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include #include diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index 5dc21a3c35fd3..e57aad9bad8bf 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aha/ahareg.h,v 1.20.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _AHAREG_H_ -- cgit v1.2.3