diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 808a36ef658c1810327b5d329469bcf5dad24b28 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /sys/i386/eisa | |
parent | 058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff) | |
download | FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r-- | sys/i386/eisa/3c5x9.c | 2 | ||||
-rw-r--r-- | sys/i386/eisa/aha1742.c | 2 | ||||
-rw-r--r-- | sys/i386/eisa/aic7770.c | 2 | ||||
-rw-r--r-- | sys/i386/eisa/bt74x.c | 2 | ||||
-rw-r--r-- | sys/i386/eisa/eisaconf.c | 2 | ||||
-rw-r--r-- | sys/i386/eisa/eisaconf.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/eisa/3c5x9.c b/sys/i386/eisa/3c5x9.c index 3b05302..87192e7 100644 --- a/sys/i386/eisa/3c5x9.c +++ b/sys/i386/eisa/3c5x9.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 3c5x9.c,v 1.6 1996/10/12 17:34:25 bde Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index 35a64ee..04247f3 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.54 1996/06/12 05:02:39 gpalmer Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c index 9887303..95ae719 100644 --- a/sys/i386/eisa/aic7770.c +++ b/sys/i386/eisa/aic7770.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7770.c,v 1.35 1996/11/11 05:21:27 gibbs Exp $ + * $FreeBSD$ */ #if defined(__FreeBSD__) diff --git a/sys/i386/eisa/bt74x.c b/sys/i386/eisa/bt74x.c index 2b607fc..6f9a13b 100644 --- a/sys/i386/eisa/bt74x.c +++ b/sys/i386/eisa/bt74x.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: bt74x.c,v 1.6 1996/06/12 05:02:40 gpalmer Exp $ + * $FreeBSD$ */ #include "eisa.h" diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index eeef758..d9a915f 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.23 1996/09/08 10:43:42 phk Exp $ + * $FreeBSD$ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/eisa/eisaconf.h b/sys/i386/eisa/eisaconf.h index 0634a4f..6d21182 100644 --- a/sys/i386/eisa/eisaconf.h +++ b/sys/i386/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.h,v 1.11 1996/09/08 10:43:42 phk Exp $ + * $FreeBSD$ */ #ifndef _I386_EISA_EISACONF_H_ |