aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/README.de2
-rw-r--r--sys/pci/README.de-le2
-rw-r--r--sys/pci/aic7870.c2
-rw-r--r--sys/pci/bt9xx.c2
-rw-r--r--sys/pci/dc21040.h2
-rw-r--r--sys/pci/if_de.c2
-rw-r--r--sys/pci/if_fxp.c2
-rw-r--r--sys/pci/if_fxpreg.h2
-rw-r--r--sys/pci/if_pdq.c2
-rw-r--r--sys/pci/ncr.c4
-rw-r--r--sys/pci/ncrreg.h2
-rw-r--r--sys/pci/pci.c2
-rw-r--r--sys/pci/pcibus.h2
-rw-r--r--sys/pci/pcireg.h2
-rw-r--r--sys/pci/pcisupport.c2
-rw-r--r--sys/pci/pcivar.h2
-rw-r--r--sys/pci/pdq.c5
-rw-r--r--sys/pci/pdq_os.h5
-rw-r--r--sys/pci/pdqreg.h5
19 files changed, 29 insertions, 20 deletions
diff --git a/sys/pci/README.de b/sys/pci/README.de
index fb81945c4d73..b693e39d2b85 100644
--- a/sys/pci/README.de
+++ b/sys/pci/README.de
@@ -1,4 +1,4 @@
-$Id: README.de,v 1.3 1994/10/12 11:19:36 se Exp $
+$Id: README.de,v 1.4 1994/10/29 13:13:39 jkh Exp $
----------------
diff --git a/sys/pci/README.de-le b/sys/pci/README.de-le
index 60cd2e2750e0..3e7cd01bd313 100644
--- a/sys/pci/README.de-le
+++ b/sys/pci/README.de-le
@@ -1,4 +1,4 @@
-$Id: README.de-le,v 1.1 1994/10/01 20:16:44 wollman Exp $
+$Id: README.de-le,v 1.2 1994/10/29 13:13:40 jkh Exp $
----------------
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index c90fb2a3234d..60c4704e017b 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7870.c,v 1.11.2.17 1996/06/08 07:10:57 gibbs Exp $
+ * $Id: aic7870.c,v 1.11.2.18 1996/10/06 16:42:35 gibbs Exp $
*/
#if defined(__FreeBSD__)
diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c
index 635daa404e15..5ef2076c6f33 100644
--- a/sys/pci/bt9xx.c
+++ b/sys/pci/bt9xx.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt9xx.c,v 1.7 1996/02/18 07:44:16 gibbs Exp $
+ * $Id: bt9xx.c,v 1.3.2.4 1996/04/01 00:25:27 gibbs Exp $
*/
#include <pci.h>
diff --git a/sys/pci/dc21040.h b/sys/pci/dc21040.h
index 064c1219b589..6b37ce7850de 100644
--- a/sys/pci/dc21040.h
+++ b/sys/pci/dc21040.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.
*
- * $Id: dc21040.h,v 1.15 1996/06/13 16:12:56 thomas Exp $
+ * $Id: dc21040.h,v 1.4.4.2 1996/11/10 12:32:27 davidg Exp $
*
*/
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 2dce312cf485..9ced2a4b7092 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.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.
*
- * $Id: if_de.c,v 1.29.2.6 1996/11/10 12:32:35 davidg Exp $
+ * $Id: if_de.c,v 1.29.2.7 1996/11/10 13:35:49 davidg Exp $
*
*/
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 565d2a095f71..864132fdf3ad 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.8.2.9 1996/09/22 11:50:19 davidg Exp $
+ * $Id: if_fxp.c,v 1.8.2.10 1996/09/29 10:21:38 davidg Exp $
*/
/*
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index c84ade9a1aff..7124fe6691d7 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxpreg.h,v 1.2 1995/12/05 11:49:55 davidg Exp $
+ * $Id: if_fxpreg.h,v 1.2.2.1 1996/04/08 01:32:00 davidg Exp $
*/
#define FXP_VENDORID_INTEL 0x8086
diff --git a/sys/pci/if_pdq.c b/sys/pci/if_pdq.c
index 2c8885bde871..59282e697071 100644
--- a/sys/pci/if_pdq.c
+++ b/sys/pci/if_pdq.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.
*
- * $Id: if_pdq.c,v 1.5 1995/04/05 08:19:23 davidg Exp $
+ * $Id: if_pdq.c,v 1.6 1995/05/30 08:13:04 rgrimes Exp $
*
*/
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 6218db813548..903fbe66ca8a 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.37.4.9 1996/08/05 19:10:33 se Exp $
+** $Id: ncr.c,v 1.37.4.10 1996/11/09 08:41:50 jkh Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.37.4.9 1996/08/05 19:10:33 se Exp $\n";
+ "\n$Id: ncr.c,v 1.37.4.10 1996/11/09 08:41:50 jkh Exp $\n";
u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 1a8b9f1c1dcb..392bbdd6a774 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncrreg.h,v 1.2 1995/02/02 13:12:16 davidg Exp $
+** $Id: ncrreg.h,v 1.3 1995/03/21 22:48:36 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index d0dcc7c0c0f4..6fd805320b5b 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.23.4.6 1996/06/26 04:36:49 davidg Exp $
+** $Id: pci.c,v 1.23.4.7 1996/11/12 22:20:22 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
diff --git a/sys/pci/pcibus.h b/sys/pci/pcibus.h
index 842d97c6dfa0..a2ee88941364 100644
--- a/sys/pci/pcibus.h
+++ b/sys/pci/pcibus.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.h,v 1.1 1995/02/01 22:56:47 se Exp $
+** $Id: pcibus.h,v 1.2 1995/03/21 23:01:03 se Exp $
**
** Declarations for pci bus driver.
**
diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h
index 9aaf8075c59d..898508c71323 100644
--- a/sys/pci/pcireg.h
+++ b/sys/pci/pcireg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcireg.h,v 1.5.4.2 1996/06/26 04:36:50 davidg Exp $
+** $Id: pcireg.h,v 1.5.4.3 1996/11/12 22:20:12 se Exp $
**
** Names for PCI configuration space registers.
**
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 3a17d15b7fa5..a39dfe4de722 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.13.4.4 1996/09/06 09:17:05 rgrimes Exp $
+** $Id: pcisupport.c,v 1.13.4.5 1996/09/16 08:52:18 rgrimes Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 1e91b9d19398..e23b9bd3107a 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.6 1995/05/30 08:13:12 rgrimes Exp $
+** $Id: pcivar.h,v 1.6.4.1 1996/06/26 04:36:54 davidg Exp $
**
** Declarations for pci device drivers.
**
diff --git a/sys/pci/pdq.c b/sys/pci/pdq.c
index 610458bd19ec..0cdaffd5e438 100644
--- a/sys/pci/pdq.c
+++ b/sys/pci/pdq.c
@@ -21,9 +21,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pdq.c,v 1.4 1995/04/01 01:43:56 davidg Exp $
+ * $Id: pdq.c,v 1.5 1995/05/30 08:13:13 rgrimes Exp $
*
* $Log: pdq.c,v $
+ * Revision 1.5 1995/05/30 08:13:13 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.4 1995/04/01 01:43:56 davidg
* Patch from Matt Thomas to fix mbuf leak in FDDI driver.
*
diff --git a/sys/pci/pdq_os.h b/sys/pci/pdq_os.h
index f7226e0b6738..9af0c4eddc60 100644
--- a/sys/pci/pdq_os.h
+++ b/sys/pci/pdq_os.h
@@ -21,9 +21,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pdq_os.h,v 1.3 1995/07/16 10:07:20 bde Exp $
+ * $Id: pdq_os.h,v 1.2.4.1 1995/09/12 09:19:23 davidg Exp $
*
* $Log: pdq_os.h,v $
+ * Revision 1.2.4.1 1995/09/12 09:19:23 davidg
+ * Brought in change from rev 1.3: include systm.h.
+ *
* Revision 1.3 1995/07/16 10:07:20 bde
* Fix compiler warnings (systm.h wasn't included).
*
diff --git a/sys/pci/pdqreg.h b/sys/pci/pdqreg.h
index 08038f4b7a9a..a025e8e25802 100644
--- a/sys/pci/pdqreg.h
+++ b/sys/pci/pdqreg.h
@@ -21,9 +21,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pdqreg.h,v 1.1 1995/03/14 09:16:07 davidg Exp $
+ * $Id: pdqreg.h,v 1.2 1995/05/30 08:13:15 rgrimes Exp $
*
* $Log: pdqreg.h,v $
+ * Revision 1.2 1995/05/30 08:13:15 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1 1995/03/14 09:16:07 davidg
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
*