summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>1999-05-26 23:22:14 +0000
committergallatin <gallatin@FreeBSD.org>1999-05-26 23:22:14 +0000
commit8d262eb793b0c205c49f85c3337b29ae06b297a0 (patch)
tree32b31bbee606530827b6f86d833fa67c853dc96f /sys/conf/files.alpha
parentbf5ea124d48283d62d84d7171d473d005128293b (diff)
downloadFreeBSD-src-8d262eb793b0c205c49f85c3337b29ae06b297a0.zip
FreeBSD-src-8d262eb793b0c205c49f85c3337b29ae06b297a0.tar.gz
Add support for the DEC_ST6600 family of alphas. This includes the
Compaq XP1000, AlphaServer DS20, AlphaServer DS10, and DP264 This has been tested *only* on XP1000's. I'll be interested to hear from owners of other types of DEC_ST6600 alphas. I'd like to thank Don Rice of Compaq for providing the documentation required to support this platform on FreeBSD. I'd also like to thank Doug Rabson for newbus, and for helping me get a multiple hoses working with newbus. Reviewed by: Doug Rabson <dfr@nlsystems.com>
Diffstat (limited to 'sys/conf/files.alpha')
-rw-r--r--sys/conf/files.alpha5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index d0f4003..b589354 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.17 1999/03/10 10:36:50 yokota Exp $
+# $Id: files.alpha,v 1.18 1999/04/16 21:21:34 peter Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -27,6 +27,7 @@ alpha/alpha/dec_eb64plus.c optional dec_eb64plus
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_st6600.c optional dec_st6600
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
@@ -119,6 +120,8 @@ alpha/pci/apecs_pci.c optional apecs
alpha/pci/pci_eb64plus_intr.s optional apecs
alpha/pci/lca.c optional lca
alpha/pci/lca_pci.c optional lca
+alpha/pci/tsunami.c optional tsunami
+alpha/pci/tsunami_pci.c optional tsunami
alpha/pci/pcibus.c optional pci
alpha/isa/isa.c optional isa
alpha/isa/mcclock_isa.c optional isa
OpenPOWER on IntegriCloud