From 1cfe037240f2abfa76630cc9c1f42f78096862df Mon Sep 17 00:00:00 2001 From: dg Date: Thu, 2 Feb 1995 12:36:19 +0000 Subject: Fixed up include paths after copying these in the repository. --- sys/pci/aic7870.c | 4 ++-- sys/pci/if_de.c | 6 +++--- sys/pci/ncr.c | 10 +++++----- sys/pci/pci.c | 4 ++-- sys/pci/pcisupport.c | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'sys/pci') diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index 373fea5..6c565fa 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.2 1995/01/16 16:31:57 gibbs Exp $ + * $Id: aic7870.c,v 1.3 1995/01/22 00:47:50 gibbs Exp $ */ #include @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #define PCI_BASEADR0 PCI_MAP_REG_START diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 0c0ac6b..7884027 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.12 1994/12/22 21:56:19 wollman Exp $ + * $Id: if_de.c,v 1.13 1994/12/22 23:42:25 davidg Exp $ * */ @@ -78,10 +78,10 @@ #include #if NPCI > 0 -#include +#include #endif #include -#include +#include /* * This module supports the DEC DC21040 PCI Ethernet Controller. diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 8a10ddd..bf6ab03 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.13 1994/11/28 23:18:46 se Exp $ +** $Id: ncr.c,v 1.14 1995/01/12 14:01:13 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -169,13 +169,13 @@ #include #endif /* KERNEL */ -#include +#include #ifdef __NetBSD__ #include #include #endif /* __NetBSD */ -#include +#include #include #include @@ -1222,7 +1222,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.13 1994/11/28 23:18:46 se Exp $\n"; + "\n$Id: ncr.c,v 1.14 1995/01/12 14:01:13 se Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) @@ -3333,7 +3333,7 @@ static void ncr_attach (pcici_t config_id, int unit) ncr_name (np)); DELAY (1000000); #endif - printf ("%s scanning for targets 0..%d ($Revision: 1.13 $)\n", + printf ("%s scanning for targets 0..%d ($Revision: 1.14 $)\n", ncr_name (np), MAX_TARGET-1); /* diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 6ef7163..8bbd36e 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.8 1994/10/25 23:09:08 se Exp $ +** $Id: pci.c,v 1.9 1994/11/02 23:47:13 se Exp $ ** ** General subroutines for the PCI bus on 80*86 systems. ** pci_configure () @@ -63,7 +63,7 @@ #include #include #include -#include +#include #ifdef __FreeBSD2__ #include diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 21a25a5..1669465 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.5 1994/10/25 18:45:19 se Exp $ +** $Id: pcisupport.c,v 1.6 1994/12/22 21:20:39 se Exp $ ** ** Device driver for INTEL PCI chipsets. ** @@ -51,7 +51,7 @@ #include -#include +#include extern void printf(); -- cgit v1.1