diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-09 02:31:47 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-09 02:31:47 +0000 |
| commit | f4002e82786db3809d5f65ec165f4bfcd199f15e (patch) | |
| tree | 5095b30cc5ebc168fe932cc1c8627e4e00aeedcd | |
| parent | 8583a41b1e36f22ebe54e9b83b86e1d12c84b08e (diff) | |
Notes
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 3 | ||||
| -rw-r--r-- | sys/pci/dpt_pci.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index e6f966eca193..8ea72bf240c7 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -34,8 +34,9 @@ * caveats: We may need an eisa and an isa files too */ -#ident "$Id: dpt_pci.c,v 1.10 1998/01/21 04:38:47 ShimonR Exp $" +#ident "$Id: dpt_pci.c,v 1.1 1998/01/26 06:11:17 julian Exp $" +#include "opt_devfs.h" #include "opt_dpt.h" #include <pci.h> diff --git a/sys/pci/dpt_pci.c b/sys/pci/dpt_pci.c index e6f966eca193..8ea72bf240c7 100644 --- a/sys/pci/dpt_pci.c +++ b/sys/pci/dpt_pci.c @@ -34,8 +34,9 @@ * caveats: We may need an eisa and an isa files too */ -#ident "$Id: dpt_pci.c,v 1.10 1998/01/21 04:38:47 ShimonR Exp $" +#ident "$Id: dpt_pci.c,v 1.1 1998/01/26 06:11:17 julian Exp $" +#include "opt_devfs.h" #include "opt_dpt.h" #include <pci.h> |
