diff options
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r-- | sys/dev/mpt/mpilib/mpi.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_cnfg.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_fc.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_inb.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_init.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_ioc.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_lan.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_raid.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_sas.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_targ.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_tool.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpilib/mpi_type.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt.c | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_cam.c | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_cam.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_debug.c | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_pci.c | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_raid.c | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_raid.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/mpt/mpt_user.c | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/sys/dev/mpt/mpilib/mpi.h b/sys/dev/mpt/mpilib/mpi.h index 2b3b840877c9..42219e7a691d 100644 --- a/sys/dev/mpt/mpilib/mpi.h +++ b/sys/dev/mpt/mpilib/mpi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi.h,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_cnfg.h b/sys/dev/mpt/mpilib/mpi_cnfg.h index 38235b73258d..7e86f89aa48d 100644 --- a/sys/dev/mpt/mpilib/mpi_cnfg.h +++ b/sys/dev/mpt/mpilib/mpi_cnfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_cnfg.h,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_fc.h b/sys/dev/mpt/mpilib/mpi_fc.h index b50a33261791..a3951ce9afb4 100644 --- a/sys/dev/mpt/mpilib/mpi_fc.h +++ b/sys/dev/mpt/mpilib/mpi_fc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_fc.h,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_inb.h b/sys/dev/mpt/mpilib/mpi_inb.h index 9239ecfa318d..d8cc0d36354b 100644 --- a/sys/dev/mpt/mpilib/mpi_inb.h +++ b/sys/dev/mpt/mpilib/mpi_inb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_inb.h,v 1.1.16.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_init.h b/sys/dev/mpt/mpilib/mpi_init.h index dd896e7dadfc..eb07cd3a51cc 100644 --- a/sys/dev/mpt/mpilib/mpi_init.h +++ b/sys/dev/mpt/mpilib/mpi_init.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_init.h,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_ioc.h b/sys/dev/mpt/mpilib/mpi_ioc.h index 107c561aeee7..d5459906197a 100644 --- a/sys/dev/mpt/mpilib/mpi_ioc.h +++ b/sys/dev/mpt/mpilib/mpi_ioc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_ioc.h,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_lan.h b/sys/dev/mpt/mpilib/mpi_lan.h index 935706463712..d314c82b5a90 100644 --- a/sys/dev/mpt/mpilib/mpi_lan.h +++ b/sys/dev/mpt/mpilib/mpi_lan.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_lan.h,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_raid.h b/sys/dev/mpt/mpilib/mpi_raid.h index 44832aea66c3..bdae05beaa69 100644 --- a/sys/dev/mpt/mpilib/mpi_raid.h +++ b/sys/dev/mpt/mpilib/mpi_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_raid.h,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_sas.h b/sys/dev/mpt/mpilib/mpi_sas.h index 017c39b094b1..786b292d87fc 100644 --- a/sys/dev/mpt/mpilib/mpi_sas.h +++ b/sys/dev/mpt/mpilib/mpi_sas.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_sas.h,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_targ.h b/sys/dev/mpt/mpilib/mpi_targ.h index 918bba227ce1..7d59c3860def 100644 --- a/sys/dev/mpt/mpilib/mpi_targ.h +++ b/sys/dev/mpt/mpilib/mpi_targ.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_targ.h,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_tool.h b/sys/dev/mpt/mpilib/mpi_tool.h index 14c44110133a..136893cb0c77 100644 --- a/sys/dev/mpt/mpilib/mpi_tool.h +++ b/sys/dev/mpt/mpilib/mpi_tool.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_tool.h,v 1.1.16.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_type.h b/sys/dev/mpt/mpilib/mpi_type.h index 236baf674f20..624429351c43 100644 --- a/sys/dev/mpt/mpilib/mpi_type.h +++ b/sys/dev/mpt/mpilib/mpi_type.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_type.h,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 40c581c6564b..e8bad5b26a38 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -96,7 +96,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt.c,v 1.49.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> /* XXX For static handler registration */ diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index ab4cfa6c4ff1..b9c775a4fb44 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt.h,v 1.48.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index 56ea3e0f00e8..28d45668d1dd 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -94,7 +94,7 @@ * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_cam.c,v 1.68.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h index 8a18934d6483..b19156d73bdd 100644 --- a/sys/dev/mpt/mpt_cam.h +++ b/sys/dev/mpt/mpt_cam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_cam.h,v 1.6.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version) * diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index fd723cb66e20..bfd83999b642 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_debug.c,v 1.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <dev/mpt/mpt.h> diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index bd559fc35170..8777994694f9 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -99,7 +99,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_pci.c,v 1.54.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index 9e90dd3fd36c..4aeed297ba77 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_raid.c,v 1.20.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_raid.h> diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h index bc5aa7dd9fe2..005fd2b817e6 100644 --- a/sys/dev/mpt/mpt_raid.h +++ b/sys/dev/mpt/mpt_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_raid.h,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Definitions for the integrated RAID features LSI MPT Fusion adapters. * diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h index dca924c84569..9523dad3cf15 100644 --- a/sys/dev/mpt/mpt_reg.h +++ b/sys/dev/mpt/mpt_reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_reg.h,v 1.4.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mpt/mpt_user.c b/sys/dev/mpt/mpt_user.c index 6e3b32f2a7fd..5218bdd52b95 100644 --- a/sys/dev/mpt/mpt_user.c +++ b/sys/dev/mpt/mpt_user.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_user.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> |