summaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/cardinfo.h2
-rw-r--r--sys/pccard/cis.h2
-rw-r--r--sys/pccard/driver.h2
-rw-r--r--sys/pccard/i82365.h2
-rw-r--r--sys/pccard/meciareg.h2
-rw-r--r--sys/pccard/pccard_nbk.h2
-rw-r--r--sys/pccard/pcic_pci.h2
-rw-r--r--sys/pccard/pcicvar.h2
-rw-r--r--sys/pccard/slot.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 315664a16e16d..8de6d7b68c999 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -29,7 +29,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pccard/cardinfo.h,v 1.30.12.1 2008/10/02 02:57:24 kensmith Exp $ */
#ifndef _PCCARD_CARDINFO_H_
#define _PCCARD_CARDINFO_H_
diff --git a/sys/pccard/cis.h b/sys/pccard/cis.h
index 6cc935b80ff2b..9ca501fdcc8ff 100644
--- a/sys/pccard/cis.h
+++ b/sys/pccard/cis.h
@@ -30,7 +30,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/pccard/cis.h,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $
*
*/
diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h
index f5705ab935f35..5f48138b90d8c 100644
--- a/sys/pccard/driver.h
+++ b/sys/pccard/driver.h
@@ -3,7 +3,7 @@
* Bruce Evans, November 1995.
* This file is in the public domain.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pccard/driver.h,v 1.14.26.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef _PCCARD_DRIVER_H_
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index 1057d7c4963f3..7feab8cd42b4c 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -34,7 +34,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/pccard/i82365.h,v 1.29.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
#define PCIC_I82365 0 /* Intel i82365SL-A/B or clone */
diff --git a/sys/pccard/meciareg.h b/sys/pccard/meciareg.h
index b54ae4d618437..5431fb08bbbad 100644
--- a/sys/pccard/meciareg.h
+++ b/sys/pccard/meciareg.h
@@ -4,7 +4,7 @@
* PC9801 original PCMCIA controller code for NS/A,Ne,NX/C,NR/L.
* by Noriyuki Hosobuchi <hoso@ce.mbn.or.jp>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pccard/meciareg.h,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $
*/
/*--- I/O port definition */
diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h
index fed7310eb708a..ad22cb47380c1 100644
--- a/sys/pccard/pccard_nbk.h
+++ b/sys/pccard/pccard_nbk.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pccard/pccard_nbk.h,v 1.7.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef PCCARD_PCCARD_NBK_H
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index d2a96d280a67c..06e7ae83b9265 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -26,7 +26,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/pccard/pcic_pci.h,v 1.37.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
/* Share the devid database with NEWCARD */
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index de2940c7a1ec7..26b09265b645f 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -21,7 +21,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/pccard/pcicvar.h,v 1.30.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
/*
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 030ff7ed47fdc..241cd710dd65c 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -34,7 +34,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/pccard/slot.h,v 1.40.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
#ifndef _PCCARD_SLOT_H