diff options
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/aic7870.c | 2 | ||||
-rw-r--r-- | sys/pci/bt9xx.c | 2 | ||||
-rw-r--r-- | sys/pci/cy_pci.c | 2 | ||||
-rw-r--r-- | sys/pci/cy_pcireg.h | 2 | ||||
-rw-r--r-- | sys/pci/dc21040reg.h | 2 | ||||
-rw-r--r-- | sys/pci/if_de.c | 2 | ||||
-rw-r--r-- | sys/pci/if_devar.h | 2 | ||||
-rw-r--r-- | sys/pci/if_ed_p.c | 2 | ||||
-rw-r--r-- | sys/pci/if_fpa.c | 2 | ||||
-rw-r--r-- | sys/pci/if_fxp.c | 2 | ||||
-rw-r--r-- | sys/pci/if_fxpreg.h | 2 | ||||
-rw-r--r-- | sys/pci/if_fxpvar.h | 2 | ||||
-rw-r--r-- | sys/pci/if_lnc_p.c | 2 | ||||
-rw-r--r-- | sys/pci/if_sr_p.c | 2 | ||||
-rw-r--r-- | sys/pci/ncr.c | 4 | ||||
-rw-r--r-- | sys/pci/ncrreg.h | 2 | ||||
-rw-r--r-- | sys/pci/pci.c | 2 | ||||
-rw-r--r-- | sys/pci/pcibus.h | 2 | ||||
-rw-r--r-- | sys/pci/pcireg.h | 2 | ||||
-rw-r--r-- | sys/pci/pcisupport.c | 2 | ||||
-rw-r--r-- | sys/pci/pcivar.h | 2 | ||||
-rw-r--r-- | sys/pci/wd82371.c | 2 | ||||
-rw-r--r-- | sys/pci/wd82371reg.h | 2 | ||||
-rw-r--r-- | sys/pci/wdc_p.c | 2 |
24 files changed, 25 insertions, 25 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index 3948fe4c2f951..2e8b6527445c8 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.41.2.7 1997/03/15 21:18:43 bde Exp $ + * $Id: aic7870.c,v 1.41.2.8 1997/03/16 07:22:03 gibbs Exp $ */ #if defined(__FreeBSD__) diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c index e259b3f5e59f1..e41642c6c08c3 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.8 1996/10/15 19:22:37 bde Exp $ */ #include "pci.h" diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 9f8caa319987b..d60e04ec2ee23 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cy_pci.c,v 1.2 1996/10/15 19:22:37 bde Exp $ + * $Id: cy_pci.c,v 1.2.2.1 1997/02/05 22:20:10 davidg Exp $ */ /* diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h index 412622fe422e7..d667a697dfbfb 100644 --- a/sys/pci/cy_pcireg.h +++ b/sys/pci/cy_pcireg.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cy_pcireg.h,v 1.1 1996/10/13 01:09:24 davidg Exp $ */ #define CY_VENDORID_CYCLADES 0x120e diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index ec2341925fcd2..0789a002d3491 100644 --- a/sys/pci/dc21040reg.h +++ b/sys/pci/dc21040reg.h @@ -1,5 +1,5 @@ /* $NetBSD: dc21040reg.h,v 1.13 1997/10/17 09:26:58 matt Exp $ */ -/* $Id$ */ +/* $Id: dc21040reg.h,v 1.1.1.2.2.2 1997/10/18 18:23:55 peter Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 566b3f12547c7..1407f71efcf45 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.55 1997/10/16 22:02:27 matt Exp $ */ -/* $Id$ */ +/* $Id: if_de.c,v 1.54.2.9 1997/10/18 18:23:55 peter Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h index 3bd2c31332f27..32af0515aa296 100644 --- a/sys/pci/if_devar.h +++ b/sys/pci/if_devar.h @@ -1,5 +1,5 @@ /* $NetBSD: if_devar.h,v 1.21 1997/10/16 22:02:32 matt Exp $ */ -/* $Id$ */ +/* $Id: if_devar.h,v 1.2.2.2 1997/10/18 18:23:56 peter Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c index fff94e17250dc..6bf204c176179 100644 --- a/sys/pci/if_ed_p.c +++ b/sys/pci/if_ed_p.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.5.2.2 1997/04/18 04:48:59 davidn Exp $ + * $Id: if_ed_p.c,v 1.5.2.3 1997/08/14 07:58:41 danny Exp $ */ #include "pci.h" diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c index 4ea3abe331e34..bcf05d55ba9e3 100644 --- a/sys/pci/if_fpa.c +++ b/sys/pci/if_fpa.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_fpa.c,v 1.1.1.1 1997/01/17 23:19:49 joerg Exp $ + * $Id: if_fpa.c,v 1.2 1997/01/17 23:54:42 joerg Exp $ * */ diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 8fcf65364b076..a9ed90faa2251 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.21.2.10 1997/09/30 12:43:26 davidg Exp $ + * $Id: if_fxp.c,v 1.21.2.11 1997/10/17 06:28:31 davidg Exp $ */ /* diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h index 1672bb5d669b4..2f10d3c40ce1d 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.11 1997/09/29 11:27:42 davidg Exp $ + * $Id: if_fxpreg.h,v 1.3.2.5 1997/09/30 12:43:29 davidg Exp $ */ #define FXP_VENDORID_INTEL 0x8086 diff --git a/sys/pci/if_fxpvar.h b/sys/pci/if_fxpvar.h index fdd5c046f0718..eb53063b6f88a 100644 --- a/sys/pci/if_fxpvar.h +++ b/sys/pci/if_fxpvar.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxpvar.h,v 1.3 1997/09/29 11:27:43 davidg Exp $ + * $Id: if_fxpvar.h,v 1.3.2.1 1997/09/30 16:42:57 davidg Exp $ */ /* diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c index b41dcb2b2c2e3..e915c46e86ee1 100644 --- a/sys/pci/if_lnc_p.c +++ b/sys/pci/if_lnc_p.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_lnc_p.c,v 1.1 1996/07/18 22:03:45 se Exp $ + * $Id: if_lnc_p.c,v 1.1.2.1 1997/04/04 16:48:12 kato Exp $ */ #include "pci.h" diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c index eed3f34e02d27..54e4c4669ccb5 100644 --- a/sys/pci/if_sr_p.c +++ b/sys/pci/if_sr_p.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_sr_p.c,v 1.1 1996/10/29 03:53:21 jhay Exp $ + * $Id: if_sr_p.c,v 1.1.2.1 1996/11/16 21:19:18 phk Exp $ */ #include "pci.h" diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index b39e863fb5f2c..51a63796191ec 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.82.2.8 1997/07/18 19:35:40 se Exp $ +** $Id: ncr.c,v 1.82.2.9 1997/09/08 22:02:36 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1342,7 +1342,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.82.2.8 1997/07/18 19:35:40 se Exp $\n"; + "\n$Id: ncr.c,v 1.82.2.9 1997/09/08 22:02:36 se Exp $\n"; static const 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 e52b1efd1330d..02dac810a06dc 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncrreg.h,v 1.4 1996/10/11 19:50:12 se Exp $ +** $Id: ncrreg.h,v 1.4.2.1 1997/09/08 22:02:40 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 6327614942086..d91ce81ca111c 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.57.2.4 1997/04/23 20:25:04 se Exp $ +** $Id: pci.c,v 1.57.2.5 1997/07/11 18:16:18 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () diff --git a/sys/pci/pcibus.h b/sys/pci/pcibus.h index a797cff6e9014..668d99be94fa3 100644 --- a/sys/pci/pcibus.h +++ b/sys/pci/pcibus.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcibus.h,v 1.3 1995/11/21 12:54:54 bde Exp $ +** $Id: pcibus.h,v 1.4 1996/01/30 22:59:55 mpp Exp $ ** ** Declarations for pci bus driver. ** diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index 6db868b7ffe27..e6a6b585ca25c 100644 --- a/sys/pci/pcireg.h +++ b/sys/pci/pcireg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcireg.h,v 1.8.2.1 1996/11/25 07:19:06 phk Exp $ +** $Id: pcireg.h,v 1.8.2.2 1997/04/24 08:05:15 se Exp $ ** ** Names for PCI configuration space registers. ** diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index fad15b2884741..2c660d94e8c0c 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.40.2.4 1997/07/18 19:48:22 se Exp $ +** $Id: pcisupport.c,v 1.40.2.5 1997/10/10 11:53:38 asami Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 61127e16ecc39..3b117de7e4304 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcivar.h,v 1.12 1996/09/08 10:44:14 phk Exp $ +** $Id: pcivar.h,v 1.13 1996/09/10 23:31:02 bde Exp $ ** ** Declarations for pci device drivers. ** diff --git a/sys/pci/wd82371.c b/sys/pci/wd82371.c index 42c2ced7d3d37..c500ef210c5de 100644 --- a/sys/pci/wd82371.c +++ b/sys/pci/wd82371.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: wd82371.c,v 1.5 1996/06/14 11:02:09 asami Exp $ + * $Id: wd82371.c,v 1.5.2.1 1996/11/16 21:19:51 phk Exp $ */ #include "pci.h" diff --git a/sys/pci/wd82371reg.h b/sys/pci/wd82371reg.h index 33a997f39b18c..1e0caed666845 100644 --- a/sys/pci/wd82371reg.h +++ b/sys/pci/wd82371reg.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: wd82371reg.h,v 1.1 1996/01/28 22:15:48 wollman Exp $ */ #ifndef _PCI_WD82371REG_H_ diff --git a/sys/pci/wdc_p.c b/sys/pci/wdc_p.c index db9fffa53ece4..7621a057d8f22 100644 --- a/sys/pci/wdc_p.c +++ b/sys/pci/wdc_p.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: wdc_p.c,v 1.1 1997/03/11 23:17:26 se Exp $ + * $Id: wdc_p.c,v 1.1.2.1 1997/04/28 19:33:20 se Exp $ */ /* |