summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-06-19 21:15:45 +0000
committergallatin <gallatin@FreeBSD.org>2000-06-19 21:15:45 +0000
commit293ce673c84d3c70bfd4f0552df5770369c1f401 (patch)
treea6bd0a6faa132e4c97e68d73225f504726d61857 /sys/conf
parent58b7870cc767f00b94d890bcbecbd9dc214ec0e9 (diff)
downloadFreeBSD-src-293ce673c84d3c70bfd4f0552df5770369c1f401.zip
FreeBSD-src-293ce673c84d3c70bfd4f0552df5770369c1f401.tar.gz
Add support for the Alpha Processor, Inc. UP1000 system.
Reviewed by: dfr Thanks to: Alpha Processor Inc. for supplying the hardware.
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 91e461d..d860844 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -26,6 +26,7 @@ atkbdmap.h optional atkbd_dflt_keymap \
alpha/alpha/autoconf.c standard
alpha/alpha/cpuconf.c standard
alpha/alpha/atomic.s standard
+alpha/alpha/api_up1000.c optional api_up1000
alpha/alpha/dec_kn8ae.c optional dec_kn8ae
alpha/alpha/dec_eb164.c optional dec_eb164
alpha/alpha/dec_eb64plus.c optional dec_eb64plus
@@ -129,6 +130,8 @@ alpha/pci/cia_pci.c optional dec_eb164
alpha/pci/cia_pci.c optional dec_kn20aa
alpha/pci/cia_pci.c optional dec_st550
alpha/pci/cia_pci.c optional dec_1000a
+alpha/pci/irongate.c optional api_up1000
+alpha/pci/irongate_pci.c optional api_up1000
alpha/pci/lca.c optional dec_axppci_33
alpha/pci/lca_pci.c optional dec_axppci_33
alpha/pci/pci_eb164_intr.s optional dec_eb164
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index f0c1a4a..8260cb0 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -15,6 +15,7 @@ DEC_AXPPCI_33 opt_cpu.h
DEC_3000_300 opt_cpu.h
DEC_3000_500 opt_cpu.h
DEC_1000A opt_cpu.h
+API_UP1000 opt_cpu.h
PPC_PROBE_CHIPSET opt_ppc.h
PPC_DEBUG opt_ppc.h
OpenPOWER on IntegriCloud