diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /sys/dev/puc | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
Diffstat (limited to 'sys/dev/puc')
| -rw-r--r-- | sys/dev/puc/puc.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_bfe.h | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_bus.h | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_cfg.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_cfg.h | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/pucdata.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 39e7a19a6111..210e02724954 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc.c,v 1.50 2007/06/06 22:17:01 piso Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/puc_bfe.h b/sys/dev/puc/puc_bfe.h index f6d69c407a9e..e069f69ab2a4 100644 --- a/sys/dev/puc/puc_bfe.h +++ b/sys/dev/puc/puc_bfe.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/puc/puc_bfe.h,v 1.2 2007/02/23 12:18:50 piso Exp $ */ #ifndef _DEV_PUC_BFE_H_ diff --git a/sys/dev/puc/puc_bus.h b/sys/dev/puc/puc_bus.h index 59da93da9b6e..6474248a2485 100644 --- a/sys/dev/puc/puc_bus.h +++ b/sys/dev/puc/puc_bus.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/puc/puc_bus.h,v 1.1 2006/04/28 21:21:52 marcel Exp $ */ #ifndef _DEV_PUC_BUS_H_ diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 7de6ea3c8019..88a0e3241fbf 100644 --- a/sys/dev/puc/puc_cfg.c +++ b/sys/dev/puc/puc_cfg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_cfg.c,v 1.2 2006/06/29 16:27:19 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/puc_cfg.h b/sys/dev/puc/puc_cfg.h index 4c2c65ee3bbd..98bdc5d5712f 100644 --- a/sys/dev/puc/puc_cfg.h +++ b/sys/dev/puc/puc_cfg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/puc/puc_cfg.h,v 1.1 2006/04/28 21:21:52 marcel Exp $ */ #ifndef _DEV_PUC_CFG_H_ diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index 2cb9513a875f..0231810ebe92 100644 --- a/sys/dev/puc/puc_pccard.c +++ b/sys/dev/puc/puc_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pccard.c,v 1.11 2006/06/29 16:27:19 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index a846b74195e9..014f116d98ce 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pci.c,v 1.16.2.1 2007/10/18 09:03:40 des Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 10cd6883ebfa..f28e6b1a742f 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/pucdata.c,v 1.59 2007/06/07 06:28:48 peter Exp $"); /* * PCI "universal" communications card driver configuration data (used to |
