diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-15 19:22:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-15 19:22:46 +0000 |
| commit | 62c3734cbe1af37690df76af14a23445bd5fda2c (patch) | |
| tree | d201d181c60681271d700f07089d52b9ae202b65 /sys/dev | |
| parent | d58bdc29c73c9a22281374aca84e94dd24d9e506 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 5 | ||||
| -rw-r--r-- | sys/dev/de/if_de.c | 4 | ||||
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index d9bbd7222df23..dec0ddd146997 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/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/dev/de/if_de.c b/sys/dev/de/if_de.c index 5b5cb25a9ff53..0b590aa381412 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/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/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 05382d892a05c..743b6a063eb32 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.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 |
