aboutsummaryrefslogtreecommitdiff
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/mecia.c2
-rw-r--r--sys/pccard/meciareg.h2
-rw-r--r--sys/pccard/pccard.c2
-rw-r--r--sys/pccard/pccard_beep.c2
-rw-r--r--sys/pccard/pccard_nbk.c2
-rw-r--r--sys/pccard/pccard_nbk.h2
-rw-r--r--sys/pccard/pcic.c2
-rw-r--r--sys/pccard/pcic_isa.c2
-rw-r--r--sys/pccard/pcic_pci.c2
-rw-r--r--sys/pccard/pcic_pci.h2
-rw-r--r--sys/pccard/pcicvar.h2
-rw-r--r--sys/pccard/slot.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index fe13598b2859..3d742903e348 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -28,7 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pccard/cardinfo.h,v 1.29 2003/04/23 23:39:21 imp Exp $ */
#ifndef _PCCARD_CARDINFO_H_
#define _PCCARD_CARDINFO_H_
diff --git a/sys/pccard/cis.h b/sys/pccard/cis.h
index a0765b499f86..137bbe4be0aa 100644
--- a/sys/pccard/cis.h
+++ b/sys/pccard/cis.h
@@ -29,7 +29,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.4 2000/04/26 15:36:24 iwasaki Exp $
*
*/
diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h
index f5705ab935f3..25590734306b 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 2001/03/22 05:49:18 imp Exp $
*/
#ifndef _PCCARD_DRIVER_H_
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index 884f1dbd0250..5cfc9a9f2db4 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -33,7 +33,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.28 2004/08/13 06:57:31 imp Exp $
*/
#define PCIC_I82365 0 /* Intel i82365SL-A/B or clone */
diff --git a/sys/pccard/mecia.c b/sys/pccard/mecia.c
index 07e58ca6421d..19583689d4e4 100644
--- a/sys/pccard/mecia.c
+++ b/sys/pccard/mecia.c
@@ -24,7 +24,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/mecia.c,v 1.5 2004/03/17 17:50:52 njl Exp $
*
* Based heavily on the FreeBSD pcic driver's pcic98 support, derived
* from PAO3 tree. This copyright notice likely needs modification for
diff --git a/sys/pccard/meciareg.h b/sys/pccard/meciareg.h
index b54ae4d61843..a528d171481f 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 2001/05/15 23:53:18 imp Exp $
*/
/*--- I/O port definition */
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 876c2414f10e..ea2a7a35e8e9 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -29,7 +29,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/pccard.c,v 1.163 2004/06/16 09:47:19 phk Exp $
*/
#define OBSOLETE_IN_6
diff --git a/sys/pccard/pccard_beep.c b/sys/pccard/pccard_beep.c
index e608dc19397a..674485ae93e8 100644
--- a/sys/pccard/pccard_beep.c
+++ b/sys/pccard/pccard_beep.c
@@ -3,7 +3,7 @@
* Nate Williams, October 1997.
* This file is in the public domain.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pccard/pccard_beep.c,v 1.10 2003/06/12 04:46:42 imp Exp $ */
#define OBSOLETE_IN_6
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index 866dcb011578..60ccb1d8b96b 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -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.c,v 1.44 2003/06/12 04:46:42 imp Exp $
*/
/*
diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h
index a6a4152d259d..eab392273ec6 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.6 2002/01/08 19:35:27 msmith Exp $
*/
#ifndef PCCARD_PCCARD_NBK_H
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 4fe27a3e84b8..900e06d30fd4 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -27,7 +27,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.c,v 1.185 2004/08/13 06:57:31 imp Exp $
*/
#define OBSOLETE_IN_6
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c
index b1228462d84c..8f0514211835 100644
--- a/sys/pccard/pcic_isa.c
+++ b/sys/pccard/pcic_isa.c
@@ -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/pcic_isa.c,v 1.26 2004/08/13 06:57:31 imp Exp $
*/
#define OBSOLETE_IN_6
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d6a52e29b9b9..5cd01882a1fe 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -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.c,v 1.128 2004/03/17 17:50:52 njl Exp $
*/
#define OBSOLETE_IN_6
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index d5f7a83079fa..2273705e53ad 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.36 2002/09/29 23:37:07 imp Exp $
*/
/* Share the devid database with NEWCARD */
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index da372e2d46f8..fd71ba9336af 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.29 2002/07/20 22:29:23 imp Exp $
*/
/*
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index a91098328553..9366017e0a02 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -32,7 +32,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.39 2004/06/16 09:47:19 phk Exp $
*/
#ifndef _PCCARD_SLOT_H