diff options
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/alpm.c | 2 | ||||
-rw-r--r-- | sys/pci/amdpm.c | 2 | ||||
-rw-r--r-- | sys/pci/amdsmb.c | 2 | ||||
-rw-r--r-- | sys/pci/if_rl.c | 2 | ||||
-rw-r--r-- | sys/pci/if_rlreg.h | 2 | ||||
-rw-r--r-- | sys/pci/intpm.c | 2 | ||||
-rw-r--r-- | sys/pci/intpmreg.h | 2 | ||||
-rwxr-xr-x | sys/pci/locate.pl | 2 | ||||
-rw-r--r-- | sys/pci/ncr.c | 2 | ||||
-rw-r--r-- | sys/pci/ncrreg.h | 2 | ||||
-rw-r--r-- | sys/pci/nfsmb.c | 2 | ||||
-rw-r--r-- | sys/pci/viapm.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index 53b2f9d885cc..71e1188b09fd 100644 --- a/sys/pci/alpm.c +++ b/sys/pci/alpm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/alpm.c,v 1.26.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c index 63b8fe1330ef..a87f53539ef2 100644 --- a/sys/pci/amdpm.c +++ b/sys/pci/amdpm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdpm.c,v 1.22.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/pci/amdsmb.c b/sys/pci/amdsmb.c index 264b11a1b366..d4a7c853df61 100644 --- a/sys/pci/amdsmb.c +++ b/sys/pci/amdsmb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdsmb.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index f2170099cbc9..7809f4e4ee60 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_rl.c,v 1.189.2.8.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * RealTek 8129/8139 PCI NIC driver diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 9de7217073fb..de5aeb52615d 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_rlreg.h,v 1.97.2.8.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 1cbe75df407e..2898141a1c29 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/intpm.c,v 1.43.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h index eaebcdd60632..f725bcf98c19 100644 --- a/sys/pci/intpmreg.h +++ b/sys/pci/intpmreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/intpmreg.h,v 1.4.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __INTPMREG_H__ diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl index 89688e1c6af2..5f04e520408e 100755 --- a/sys/pci/locate.pl +++ b/sys/pci/locate.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $FreeBSD$ +# $FreeBSD: src/sys/pci/locate.pl,v 1.4.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ use strict; diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 793ae80154db..a1a7d26f33e6 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/ncr.c,v 1.197.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #define NCR_DATE "pl30 98/1/1" diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 34f1618f8d49..3223ca0c6426 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/ncrreg.h,v 1.15.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/nfsmb.c b/sys/pci/nfsmb.c index a178ae36235d..d3e35cba052a 100644 --- a/sys/pci/nfsmb.c +++ b/sys/pci/nfsmb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/nfsmb.c,v 1.10.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c index 66dd3b5d60eb..808526d0131f 100644 --- a/sys/pci/viapm.c +++ b/sys/pci/viapm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/viapm.c,v 1.22.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_isa.h" |