Pull in DEC_3000_300 and DEC_3000_500 options.
This commit is contained in:
parent
a4cef84ac7
commit
1df0782d87
@ -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 <alpha/tc/tc_dma_3000_500.h>
|
||||
|
||||
|
@ -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 <sys/cdefs.h> /* 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 <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user