diff --git a/sys/arch/alpha/tc/tc_conf.h b/sys/arch/alpha/tc/tc_conf.h index 8a05f1ffd531..7d04d916689e 100644 --- a/sys/arch/alpha/tc/tc_conf.h +++ b/sys/arch/alpha/tc/tc_conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: tc_conf.h,v 1.7 1997/06/06 23:55:34 thorpej Exp $ */ +/* $NetBSD: tc_conf.h,v 1.8 1997/09/02 13:29:17 thorpej Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -31,6 +31,9 @@ * Machine-specific TurboChannel configuration definitions. */ +#include "opt_dec_3000_300.h" +#include "opt_dec_3000_500.h" + #ifdef DEC_3000_500 #include diff --git a/sys/arch/alpha/tc/tcasic.c b/sys/arch/alpha/tc/tcasic.c index b45169e1c995..c2ec2dadbac7 100644 --- a/sys/arch/alpha/tc/tcasic.c +++ b/sys/arch/alpha/tc/tcasic.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcasic.c,v 1.19 1997/09/02 13:20:35 thorpej Exp $ */ +/* $NetBSD: tcasic.c,v 1.20 1997/09/02 13:29:19 thorpej Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -27,9 +27,12 @@ * rights to redistribute these changes. */ +#include "opt_dec_3000_300.h" +#include "opt_dec_3000_500.h" + #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: tcasic.c,v 1.19 1997/09/02 13:20:35 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcasic.c,v 1.20 1997/09/02 13:29:19 thorpej Exp $"); #include #include