summaryrefslogtreecommitdiff
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/dc21040.h13
-rw-r--r--sys/pci/if_de.c2
-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.c7
-rw-r--r--sys/pci/pdq_os.h8
-rw-r--r--sys/pci/pdqreg.h7
16 files changed, 40 insertions, 21 deletions
diff --git a/sys/pci/README.de b/sys/pci/README.de
index fb81945c4d73..a53ee16c9ac1 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 $
+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..2c35928a810c 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 $
+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 760c8f705041..9e1fc90757c7 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7870.c,v 1.10.2.1 1995/06/04 09:15:44 davidg Exp $
+ * aic7870.c,v 1.10.2.2 1995/06/09 18:06:53 davidg Exp
*/
#include <pci.h>
diff --git a/sys/pci/dc21040.h b/sys/pci/dc21040.h
index cda354c7dba1..623e72f153b0 100644
--- a/sys/pci/dc21040.h
+++ b/sys/pci/dc21040.h
@@ -21,9 +21,18 @@
* (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.3 1995/05/05 19:44:34 thomas Exp $
+ * dc21040.h,v 1.4 1995/05/05 20:09:48 davidg Exp
+ *
+ * dc21040.h,v
+ * Revision 1.4 1995/05/05 20:09:48 davidg
+ * Fixed mbuf leak and panic that occurred when packets got too memory
+ * fragmented.
+ * Added support for Cogent em100 boards.
+ * Fixed bug that caused BPF to toggle the card to UTP.
+ * Various other improvements.
+ *
+ * Submitted by: Matt Thomas and David Greenman
*
- * $Log: dc21040.h,v $
* Revision 1.3 1995/05/05 19:44:34 thomas
* cogent em100 support
*
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 2ae97a637ffc..22a3a1f35a29 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.28 1995/05/30 08:13:02 rgrimes Exp $
+ * if_de.c,v 1.28.2.1 1995/06/02 10:44:24 davidg Exp
*
*/
diff --git a/sys/pci/if_pdq.c b/sys/pci/if_pdq.c
index 2c8885bde871..b507d06f67aa 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 $
+ * 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 74fb3c5d3eaa..ea70295a6376 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.36 1995/03/31 00:05:08 se Exp $
+** ncr.c,v 1.37 1995/05/30 08:13:07 rgrimes Exp
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1216,7 +1216,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.36 1995/03/31 00:05:08 se Exp $\n";
+ "\nncr.c,v 1.37 1995/05/30 08:13:07 rgrimes Exp\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 1a8b9f1c1dcb..123e48e88ef0 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 $
+** 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 0d0c2f82d0fc..7dcd3f56d789 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.22 1995/05/04 06:57:11 davidg Exp $
+** pci.c,v 1.23 1995/05/30 08:13:09 rgrimes Exp
**
** General subroutines for the PCI bus.
** pci_configure ()
diff --git a/sys/pci/pcibus.h b/sys/pci/pcibus.h
index 842d97c6dfa0..8dc49065e849 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 $
+** 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 a1fbcdf0c18f..ccbe65360ed4 100644
--- a/sys/pci/pcireg.h
+++ b/sys/pci/pcireg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcireg.h,v 1.4 1995/02/02 22:01:40 se Exp $
+** pcireg.h,v 1.5 1995/03/21 23:01:04 se Exp
**
** Names for PCI configuration space registers.
**
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index c88b86a87fb6..d3d5856cfdbe 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.12 1995/03/17 04:27:20 davidg Exp $
+** pcisupport.c,v 1.13 1995/03/21 23:01:05 se Exp
**
** Device driver for DEC/INTEL PCI chipsets.
**
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 207a7437d46f..74840b14caf8 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.5 1995/03/25 21:10:38 bde Exp $
+** pcivar.h,v 1.6 1995/05/30 08:13:12 rgrimes Exp
**
** Declarations for pci device drivers.
**
diff --git a/sys/pci/pdq.c b/sys/pci/pdq.c
index 610458bd19ec..eb1975133296 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 $
+ * pdq.c,v 1.5 1995/05/30 08:13:13 rgrimes Exp
+ *
+ * pdq.c,v
+ * Revision 1.5 1995/05/30 08:13:13 rgrimes
+ * Remove trailing whitespace.
*
- * $Log: pdq.c,v $
* 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 088e5f046279..47d6ac4fad98 100644
--- a/sys/pci/pdq_os.h
+++ b/sys/pci/pdq_os.h
@@ -21,9 +21,13 @@
* (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.1 1995/03/14 09:16:07 davidg Exp $
+ * pdq_os.h,v 1.2 1995/03/25 22:40:49 bde Exp
+ *
+ * pdq_os.h,v
+ * Revision 1.2 1995/03/25 22:40:49 bde
+ * Remove wrong redeclarations of printf() and bzero(). Include the correct
+ * header to declare DELAY().
*
- * $Log: pdq_os.h,v $
* Revision 1.1 1995/03/14 09:16:07 davidg
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
*
diff --git a/sys/pci/pdqreg.h b/sys/pci/pdqreg.h
index 08038f4b7a9a..1af5335fb881 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 $
+ * pdqreg.h,v 1.2 1995/05/30 08:13:15 rgrimes Exp
+ *
+ * pdqreg.h,v
+ * Revision 1.2 1995/05/30 08:13:15 rgrimes
+ * Remove trailing whitespace.
*
- * $Log: pdqreg.h,v $
* Revision 1.1 1995/03/14 09:16:07 davidg
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
*