summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
committernate <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
commit35689e7efe73ae768709b49e69f05a654e80b583 (patch)
treea55a79537b3534f130feb5811739323f56f77ecf /sys
parentea4fadd3114a6a93d5e0d33154dc3e7081b31833 (diff)
downloadFreeBSD-src-35689e7efe73ae768709b49e69f05a654e80b583.zip
FreeBSD-src-35689e7efe73ae768709b49e69f05a654e80b583.tar.gz
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
Forgotten by: me Reminded by: Bruce
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_ed.c4
-rw-r--r--sys/dev/ep/if_ep.c4
-rw-r--r--sys/dev/fe/if_fe.c4
-rw-r--r--sys/dev/sio/sio.c4
-rw-r--r--sys/i386/isa/aic6360.c4
-rw-r--r--sys/i386/isa/if_ed.c4
-rw-r--r--sys/i386/isa/if_ep.c4
-rw-r--r--sys/i386/isa/if_fe.c4
-rw-r--r--sys/i386/isa/sio.c4
-rw-r--r--sys/isa/sio.c4
10 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index f4db11d..89a577f 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $
+ * $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $
*/
/*
@@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep);
#if NCARD > 0
#include <sys/kernel.h>
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 648b577..466f6df 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $
+ * $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -147,7 +147,7 @@ struct isa_driver epdriver = {
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index fbdc2e6..866f505 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $
+ * $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -123,7 +123,7 @@
#include "card.h"
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
#endif
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index e531c2d..5d5c26e 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
+ * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
*/
#include "opt_comconsole.h"
@@ -89,7 +89,7 @@
#include "card.h"
#if NCARD > 0
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
#endif
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index fb2dd6c..67cfb97 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id: aic6360.c,v 1.34 1997/10/26 04:53:49 nate Exp $
+ * $Id: aic6360.c,v 1.35 1997/10/26 21:08:39 nate Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -701,7 +701,7 @@ static struct scsi_device aic_dev = {
#include "card.h"
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index f4db11d..89a577f 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $
+ * $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $
*/
/*
@@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep);
#if NCARD > 0
#include <sys/kernel.h>
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index 648b577..466f6df 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $
+ * $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -147,7 +147,7 @@ struct isa_driver epdriver = {
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c
index fbdc2e6..866f505 100644
--- a/sys/i386/isa/if_fe.c
+++ b/sys/i386/isa/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $
+ * $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -123,7 +123,7 @@
#include "card.h"
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
#endif
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index e531c2d..5d5c26e 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
+ * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
*/
#include "opt_comconsole.h"
@@ -89,7 +89,7 @@
#include "card.h"
#if NCARD > 0
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
#endif
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index e531c2d..5d5c26e 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
+ * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
*/
#include "opt_comconsole.h"
@@ -89,7 +89,7 @@
#include "card.h"
#if NCARD > 0
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
#endif
OpenPOWER on IntegriCloud