summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-05-28 02:52:54 +0000
committergallatin <gallatin@FreeBSD.org>2000-05-28 02:52:54 +0000
commit8baedda6af2ad29558fc1f25013bd148b4d488f0 (patch)
treecf76a38da402f4b41fd903ea6456290aeeff83ed /sys/conf
parent11726c37b143029cf62f48d93100f88af3039ca5 (diff)
downloadFreeBSD-src-8baedda6af2ad29558fc1f25013bd148b4d488f0.zip
FreeBSD-src-8baedda6af2ad29558fc1f25013bd148b4d488f0.tar.gz
Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.
Only PCI and on-board ISA peripherials are supported at this time. This support has been only lightly tested due to a lack of response to my call for testers on the freebsd-alpha mailing list. It works quite well on the one AS2100 on which it has been tested, but it may not work on an AS2100A and should therefore be regarded as experimental.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.alpha3
-rw-r--r--sys/conf/options.alpha1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index cfa8e32..adc2f7d 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -33,6 +33,7 @@ alpha/alpha/dec_kn20aa.c optional dec_kn20aa
alpha/alpha/dec_1000a.c optional dec_1000a
alpha/alpha/dec_1000a.c optional dec_1000a
alpha/alpha/dec_2100_a50.c optional dec_2100_a50
+alpha/alpha/dec_2100_a500.c optional dec_2100_a500
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
@@ -136,6 +137,8 @@ alpha/pci/pci_eb164_intr.s optional dec_st550
alpha/pci/pci_eb64plus_intr.s optional dec_2100_a50
alpha/pci/pci_eb64plus_intr.s optional dec_eb64plus
alpha/pci/pcibus.c optional pci
+alpha/pci/t2.c optional dec_2100_a500
+alpha/pci/t2_pci.c optional dec_2100_a500
alpha/pci/tsunami.c optional dec_st6600
alpha/pci/tsunami_pci.c optional dec_st6600
dev/advansys/adv_isa.c optional adv isa
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index 5697855..f0c1a4a 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -8,6 +8,7 @@ DEC_EB164 opt_cpu.h
DEC_EB64PLUS opt_cpu.h
DEC_KN20AA opt_cpu.h
DEC_2100_A50 opt_cpu.h
+DEC_2100_A500 opt_cpu.h
DEC_ST550 opt_cpu.h
DEC_ST6600 opt_cpu.h
DEC_AXPPCI_33 opt_cpu.h
OpenPOWER on IntegriCloud