diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
| commit | 7617255f4a9d109c90451f71c20931a9449aefed (patch) | |
| tree | d407fca0bc4914bfe6848dc1fa24c0862a636a13 /sys | |
| parent | d541eb80c6442228609736c15f4e933be6da9186 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/agp/agp.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_ali.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_amd.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_i810.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_intel.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_sis.c | 1 | ||||
| -rw-r--r-- | sys/dev/agp/agp_via.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_ali.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_amd.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_i810.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_intel.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_sis.c | 1 | ||||
| -rw-r--r-- | sys/pci/agp_via.c | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index 7f33a0c924927..0a073ea6d26f3 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index 6f097af3b59a0..fc8004c4d1b05 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index 382becf6b565e..7c4d0ef228018 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index f055e7f3df691..dba76a9a5c216 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -32,7 +32,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 83c7bbb62e1ad..31377d0469c65 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index 5c4f90e6cf885..d272dfb05a786 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 6db351f96d9a2..fabebeb6dd1d6 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp.c b/sys/pci/agp.c index 7f33a0c924927..0a073ea6d26f3 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index 6f097af3b59a0..fc8004c4d1b05 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index 382becf6b565e..7c4d0ef228018 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index f055e7f3df691..dba76a9a5c216 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -32,7 +32,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 83c7bbb62e1ad..31377d0469c65 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index 5c4f90e6cf885..d272dfb05a786 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index 6db351f96d9a2..fabebeb6dd1d6 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> |
