diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-23 20:59:21 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-23 20:59:21 +0000 |
| commit | 9dcbe2404a244059708f3bbc8cbfa0a14887c4ea (patch) | |
| tree | 627cf9c78fb38268a3abc09deb78d86c316d87e6 /sys/dev/dpt | |
| parent | d9183205179005f7582d41a23d4588b0b1140298 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 10 | ||||
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 3 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index af59b815e0e06..298f1326b8192 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,21 +40,13 @@ */ -#ident "$Id: dpt.h,v 1.3 1998/09/20 07:19:52 gibbs Exp $" +#ident "$Id: dpt.h,v 1.4 1998/09/22 04:55:07 gibbs Exp $" #ifndef _DPT_H #define _DPT_H #include <sys/ioccom.h> -#ifdef DEVFS -#include <sys/devfsext.h> -#ifdef SLICE -#include <sys/device.h> -#include <dev/slice/slice.h> -#endif /* SLICE */ -#endif - #define DPT_CDEV_MAJOR 88 #undef DPT_USE_DLM_SWI diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index 4e03f7830699c..3828d08b6cb0f 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -32,9 +32,8 @@ * dptpci.c: PCI Bus Attachment for DPT SCSI HBAs */ -#ident "$Id: dpt_pci.c,v 1.13 1999/05/09 17:06:44 peter Exp $" +#ident "$Id: dpt_pci.c,v 1.14 1999/08/16 01:52:20 gibbs Exp $" -#include "opt_devfs.h" #include "opt_dpt.h" #include <sys/param.h> |
