summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
committerbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
commitb49ecb9108950eef22ee506e4960f32897cd0d64 (patch)
treed201d181c60681271d700f07089d52b9ae202b65 /sys/pci
parent901db635de07cb72ef8cd5a40920e3d30b797d3e (diff)
downloadFreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.zip
FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.tar.gz
Updated #includes to 4.4lite style.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/aic7870.c4
-rw-r--r--sys/pci/bt9xx.c4
-rw-r--r--sys/pci/cy_pci.c5
-rw-r--r--sys/pci/if_de.c4
-rw-r--r--sys/pci/if_ed_p.c4
-rw-r--r--sys/pci/meteor.c2
6 files changed, 12 insertions, 11 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index 0705f32..6eef459 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -29,11 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7870.c,v 1.37 1996/06/08 06:55:55 gibbs Exp $
+ * $Id: aic7870.c,v 1.38 1996/10/06 16:38:45 gibbs Exp $
*/
#if defined(__FreeBSD__)
-#include <pci.h>
+#include "pci.h"
#endif
#if NPCI > 0 || defined(__NetBSD__)
#include <sys/param.h>
diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c
index a9d2229..e259b3f 100644
--- a/sys/pci/bt9xx.c
+++ b/sys/pci/bt9xx.c
@@ -19,10 +19,10 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt9xx.c,v 1.6 1996/02/16 17:24:19 gibbs Exp $
+ * $Id: bt9xx.c,v 1.7 1996/02/18 07:44:16 gibbs Exp $
*/
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index d9bbd72..dec0ddd 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,15 +24,16 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cy_pci.c,v 1.1 1996/10/13 01:09:23 davidg Exp $
*/
/*
* Cyclades Y PCI serial interface driver
*/
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 5b5cb25..0b590aa 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.52 1996/09/20 04:35:15 davidg Exp $
+ * $Id: if_de.c,v 1.53 1996/10/10 19:44:10 wollman Exp $
*
*/
@@ -83,7 +83,7 @@
#if defined(__FreeBSD__)
#include <vm/pmap.h>
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
#include <pci/pcivar.h>
#include <pci/dc21040.h>
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c
index 05382d8..743b6a0 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.3 1996/06/14 11:02:07 asami Exp $
+ * $Id: if_ed_p.c,v 1.4 1996/08/28 18:54:26 bde Exp $
*/
#include "pci.h"
@@ -30,7 +30,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#include <ed.h>
+#include "ed.h"
#define PCI_DEVICE_ID_NE2000 0x802910ec
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index a03963b..17b34ea 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -174,7 +174,7 @@
#include <vm/pmap.h>
#include <vm/vm_extern.h>
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
#include <pci/pcivar.h>
#include <pci/pcireg.h>
OpenPOWER on IntegriCloud