From cb32cf1ece9630f6d62ba1e4f16e72371c2bce44 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 2 Sep 1997 13:24:48 +0000 Subject: [PATCH] Pull in DEC_EB164 and DEC_KN20AA options. --- sys/arch/alpha/pci/cia.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c index 19db56d8d04c..428f8a4526ef 100644 --- a/sys/arch/alpha/pci/cia.c +++ b/sys/arch/alpha/pci/cia.c @@ -1,4 +1,4 @@ -/* $NetBSD: cia.c,v 1.24 1997/09/02 13:19:16 thorpej Exp $ */ +/* $NetBSD: cia.c,v 1.25 1997/09/02 13:24:48 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -27,9 +27,12 @@ * rights to redistribute these changes. */ +#include "opt_dec_eb164.h" +#include "opt_dec_kn20aa.h" + #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.24 1997/09/02 13:19:16 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.25 1997/09/02 13:24:48 thorpej Exp $"); #include #include