summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-08-20 08:27:11 +0000
committerdfr <dfr@FreeBSD.org>1998-08-20 08:27:11 +0000
commit0c47a30d50ae5d445fee4feb919e88eda179d382 (patch)
treecde46d8a51d81e31d13f1e73a54bb01155ebd499 /sys/conf
parentf2844ad92f0c852e677d839b7a4c4a0ca78fca1b (diff)
downloadFreeBSD-src-0c47a30d50ae5d445fee4feb919e88eda179d382.zip
FreeBSD-src-0c47a30d50ae5d445fee4feb919e88eda179d382.tar.gz
Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).
Obtained from: NetBSD Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.alpha15
-rw-r--r--sys/conf/options.alpha5
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 5e28c2c..68888d5 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.alpha,v 1.4 1998/07/22 08:24:39 dfr Exp $
+# $Id: files.alpha,v 1.5 1998/08/10 07:53:58 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -22,6 +22,8 @@ alpha/alpha/dec_kn20aa.c optional dec_kn20aa
alpha/alpha/dec_2100_a50.c optional dec_2100_a50
alpha/alpha/dec_st550.c optional dec_st550
alpha/alpha/dec_axppci_33.c optional dec_axppci_33
+alpha/alpha/dec_3000_300.c optional dec_3000_300
+alpha/alpha/dec_3000_500.c optional dec_3000_500
alpha/alpha/mountroot.c optional slice
alpha/alpha/ipl_funcs.c standard
alpha/alpha/pal.s standard
@@ -70,6 +72,16 @@ alpha/tlsb/kftxx.c optional kft
alpha/tlsb/mcclock_tlsb.c optional gbus
alpha/tlsb/zs_tlsb.c optional gbus
alpha/tlsb/dwlpx.c optional dwlpx
+alpha/tc/tcasic.c optional tcasic
+alpha/tc/tc.c optional tc
+alpha/tc/ioasic.c optional tc
+alpha/tc/mcclock_ioasic.c optional tc
+alpha/tc/if_le_ioasic.c optional le device-driver
+alpha/tc/if_le_dec.c optional le device-driver
+alpha/tc/am7990.c optional le device-driver
+alpha/tc/tcds.c optional tcds device-driver
+alpha/tc/tcds_dma.c optional tcds device-driver
+alpha/tc/esp.c optional esp device-driver
dev/dec/mcclock.c standard
dev/dec/mcclock_if.m standard \
dependency "$S/kern/makedevops.sh" \
@@ -126,5 +138,6 @@ libkern/alpha/ntohl.S standard
libkern/alpha/ntohs.S standard
isa/sio.c optional sio device-driver
isa/kbdio.c optional psm device-driver
+isa/psm.c optional psm device-driver
isa/kbdio.c optional sc device-driver
isa/syscons.c optional sc device-driver
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index 3132f9a..de3aee2 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -1,12 +1,15 @@
-# $Id: options.alpha,v 1.3 1998/07/22 08:24:39 dfr Exp $
+# $Id: options.alpha,v 1.4 1998/08/10 07:53:58 dfr Exp $
EV5 opt_global.h
+EV4 opt_global.h
DEC_KN8AE opt_cpu.h
DEC_EB164 opt_cpu.h
DEC_KN20AA opt_cpu.h
DEC_2100_A50 opt_cpu.h
DEC_ST550 opt_cpu.h
DEC_AXPPCI_33 opt_cpu.h
+DEC_3000_300 opt_cpu.h
+DEC_3000_500 opt_cpu.h
ATAPI opt_atapi.h
ATAPI_STATIC opt_atapi.h
OpenPOWER on IntegriCloud