diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
| commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
| tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/pci/ide_pci.c | |
| parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) | |
Notes
Diffstat (limited to 'sys/pci/ide_pci.c')
| -rw-r--r-- | sys/pci/ide_pci.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c index e8e13c7a1537..21de978bd251 100644 --- a/sys/pci/ide_pci.c +++ b/sys/pci/ide_pci.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: wd82371.c,v 1.5.2.1 1996/11/16 21:19:51 phk Exp $ - * $Id$ + * $Id: ide_pci.c,v 1.1 1997/07/29 12:57:09 sos Exp $ */ #include "pci.h" @@ -35,16 +35,12 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/queue.h> -#include <sys/proc.h> #include <sys/buf.h> #include <sys/malloc.h> #include <sys/kernel.h> #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/pmap.h> /* for vtophys */ - #include <i386/isa/wdreg.h> #include <pci/pcivar.h> |
