From 41faa7d374708d7705a830e8e916a2f33c08a2d7 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 15 Dec 1998 08:24:45 +0000 Subject: [PATCH] Pull in new ccb_hdr list types. --- sys/dev/aic7xxx/ahc_eisa.c | 3 ++- sys/dev/aic7xxx/ahc_pci.c | 3 ++- sys/i386/eisa/ahc_eisa.c | 3 ++- sys/pci/ahc_pci.c | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/dev/aic7xxx/ahc_eisa.c b/sys/dev/aic7xxx/ahc_eisa.c index d69159ecaca0..039878da4bf0 100644 --- a/sys/dev/aic7xxx/ahc_eisa.c +++ b/sys/dev/aic7xxx/ahc_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.2 1998/10/09 17:42:28 gibbs Exp $ + * $Id: ahc_eisa.c,v 1.3 1998/10/15 18:21:50 gibbs Exp $ */ #include "eisa.h" @@ -44,6 +44,7 @@ #include #include #include +#include #include #include diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index fb53e9d107ea..e7d54f913248 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_pci.c,v 1.3 1998/12/07 21:58:45 archie Exp $ + * $Id: ahc_pci.c,v 1.4 1998/12/14 05:47:25 dillon Exp $ */ #include @@ -55,6 +55,7 @@ #include #include #include +#include #include diff --git a/sys/i386/eisa/ahc_eisa.c b/sys/i386/eisa/ahc_eisa.c index d69159ecaca0..039878da4bf0 100644 --- a/sys/i386/eisa/ahc_eisa.c +++ b/sys/i386/eisa/ahc_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.2 1998/10/09 17:42:28 gibbs Exp $ + * $Id: ahc_eisa.c,v 1.3 1998/10/15 18:21:50 gibbs Exp $ */ #include "eisa.h" @@ -44,6 +44,7 @@ #include #include #include +#include #include #include diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c index fb53e9d107ea..e7d54f913248 100644 --- a/sys/pci/ahc_pci.c +++ b/sys/pci/ahc_pci.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_pci.c,v 1.3 1998/12/07 21:58:45 archie Exp $ + * $Id: ahc_pci.c,v 1.4 1998/12/14 05:47:25 dillon Exp $ */ #include @@ -55,6 +55,7 @@ #include #include #include +#include #include