From f11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 30 May 2004 20:00:41 +0000 Subject: [PATCH] Add missing includes --- sys/dev/agp/agp.c | 1 + sys/dev/agp/agp_ali.c | 1 + sys/dev/agp/agp_amd.c | 1 + sys/dev/agp/agp_i810.c | 1 + sys/dev/agp/agp_intel.c | 1 + sys/dev/agp/agp_nvidia.c | 1 + sys/dev/agp/agp_sis.c | 1 + sys/dev/agp/agp_via.c | 1 + sys/dev/dc/if_dc.c | 1 + sys/dev/de/if_de.c | 1 + sys/dev/sf/if_sf.c | 1 + sys/dev/sk/if_sk.c | 1 + sys/dev/ti/if_ti.c | 1 + sys/dev/vr/if_vr.c | 1 + sys/pci/agp.c | 1 + sys/pci/agp_ali.c | 1 + sys/pci/agp_amd.c | 1 + sys/pci/agp_i810.c | 1 + sys/pci/agp_intel.c | 1 + sys/pci/agp_nvidia.c | 1 + sys/pci/agp_sis.c | 1 + sys/pci/agp_via.c | 1 + sys/pci/if_dc.c | 1 + sys/pci/if_de.c | 1 + sys/pci/if_pcn.c | 1 + sys/pci/if_rl.c | 1 + sys/pci/if_sf.c | 1 + sys/pci/if_sk.c | 1 + sys/pci/if_ste.c | 1 + sys/pci/if_ti.c | 1 + sys/pci/if_tl.c | 1 + sys/pci/if_vr.c | 1 + sys/pci/if_wb.c | 1 + sys/pci/if_xl.c | 1 + sys/pci/ncr.c | 1 + sys/pci/xrpu.c | 1 + 36 files changed, 36 insertions(+) diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index 4254abda84bf..46f10a3c5c54 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index 81260ddb48b4..cff5260d74f3 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index a20b59b49032..c9e20d2acbf7 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index faa0f485d525..37c033d8c94e 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 9258fdfd3aa9..ce70b4fdeb58 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 054690f19d50..5b6c96d31eb7 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index c32e7229d32a..768eb1141ca0 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 1f4cd8c903a0..7fe3bd02652d 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 0130b9d7e4d0..851bef8f13fc 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -98,6 +98,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index fb784dcc4024..c4e184d29c08 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 92e7002b9731..c9eb8506ab3c 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 14ff623236b9..f33d4076339f 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -91,6 +91,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index af14959808cc..ad5366e8aebc 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -87,6 +87,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index 66372bef6475..9566c6df463c 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/agp.c b/sys/pci/agp.c index 4254abda84bf..46f10a3c5c54 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index 81260ddb48b4..cff5260d74f3 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index a20b59b49032..c9e20d2acbf7 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index faa0f485d525..37c033d8c94e 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 9258fdfd3aa9..ce70b4fdeb58 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index 054690f19d50..5b6c96d31eb7 100644 --- a/sys/pci/agp_nvidia.c +++ b/sys/pci/agp_nvidia.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index c32e7229d32a..768eb1141ca0 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index 1f4cd8c903a0..7fe3bd02652d 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 0130b9d7e4d0..851bef8f13fc 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -98,6 +98,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index fb784dcc4024..c4e184d29c08 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 34d4778495c2..cc0b99987880 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 7e3bd56e47e8..849b4c8a7160 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index 92e7002b9731..c9eb8506ab3c 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index 14ff623236b9..f33d4076339f 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/if_sk.c @@ -91,6 +91,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 5f0e0130d3fe..c1e60d1e65fd 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index af14959808cc..ad5366e8aebc 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -87,6 +87,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 5660bfdbd8e3..deb80057152e 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -183,6 +183,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 66372bef6475..9566c6df463c 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 1b738d7242b6..772a52748a00 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 3016b6e02014..5533770ebc53 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -107,6 +107,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ab7892ec13db..135f81e82be2 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -180,6 +180,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index e17ee55bb881..38014a3f8911 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -22,6 +22,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include