diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /sys/dev/sr | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
Diffstat (limited to 'sys/dev/sr')
| -rw-r--r-- | sys/dev/sr/if_sr.c | 2 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr.h | 2 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/sr/if_srregs.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index 745dada75358..39e30fafba1e 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr.c,v 1.57 2003/10/31 18:32:05 brooks Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/sr/if_sr.h b/sys/dev/sr/if_sr.h index a55a6d3f6b56..f71726aa6b7c 100644 --- a/sys/dev/sr/if_sr.h +++ b/sys/dev/sr/if_sr.h @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sr/if_sr.h,v 1.3 2000/11/20 13:43:40 julian Exp $ */ #ifndef _I386_ISA_IF_SR_H_ diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index e9a00764f5ee..356a1aaa7ae1 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_isa.c,v 1.49 2003/08/24 18:17:23 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index b7e1c5911ae9..a78c42cdf6c9 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_pci.c,v 1.19 2003/08/24 18:17:23 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_srregs.h b/sys/dev/sr/if_srregs.h index 3d80b22ea184..55f50a45d32e 100644 --- a/sys/dev/sr/if_srregs.h +++ b/sys/dev/sr/if_srregs.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sr/if_srregs.h,v 1.8 2003/04/23 20:22:32 jhay Exp $ */ #ifndef _IF_SRREGS_H_ #define _IF_SRREGS_H_ |
