diff options
author | jhb <jhb@FreeBSD.org> | 2006-05-11 22:25:28 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-05-11 22:25:28 +0000 |
commit | 495a1b1a3b1290a8bf8b212746e1754e006c9359 (patch) | |
tree | 6bbfedee6e27e3fe509c804c4418b1bccbdea4a7 /sys/alpha/conf/NOTES | |
parent | 215bc87cc3d08e895798b17897efe450255327b5 (diff) | |
download | FreeBSD-src-495a1b1a3b1290a8bf8b212746e1754e006c9359.zip FreeBSD-src-495a1b1a3b1290a8bf8b212746e1754e006c9359.tar.gz |
First pass at removing Alpha kernel support.
Diffstat (limited to 'sys/alpha/conf/NOTES')
-rw-r--r-- | sys/alpha/conf/NOTES | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES deleted file mode 100644 index 47233e0..0000000 --- a/sys/alpha/conf/NOTES +++ /dev/null @@ -1,64 +0,0 @@ -# $FreeBSD$ -# -# This file contains machine dependent kernel configuration notes. For -# machine independent notes, look in /sys/conf/NOTES. - - -##################################################################### -# CPU OPTIONS - -# -# You must specify at least one CPU (the one you intend to run on); -# deleting the specification for CPUs you don't need to use may make -# parts of the system run faster. -# XXX: On the Alpha, CPU types are never used. This list also does -# not include newer CPU types that are supported such as the EV6. -cpu EV4 -cpu EV5 - - -##################################################################### -# PLATFORM OPTIONS - -options API_UP1000 # UP1000, UP1100 (Nautilus) -options DEC_EB164 # EB164, PC164, PC164LX, PC164SX -options DEC_EB64PLUS # EB64+, AlphaPC64, Aspen Alpine, etc -options DEC_2100_A50 # AlphaStation 200, 250, 255, 400 -options DEC_2100_A500 # AlphaServer 2000, 2100, 2100A -options DEC_KN20AA # AlphaStation 500, 600 -options DEC_ST550 # Personal Workstation 433, 500, 600 -options DEC_ST6600 # XP1000, DP264, DS20, DS10, family -options DEC_1000A # AlphaServer 1000, 1000A, 800 -options DEC_KN300 # AlphaServer 4100 (Rawhide), - # AlphaServer 1200 (Tincup) - - -##################################################################### -# HARDWARE BUS CONFIGURATION - -device isa -device eisa -device pci - - -##################################################################### -# HARDWARE DEVICE CONFIGURATION - -# -# Mandatory devices: -# - -device mcclock # MC146818 real time clock device - -# -# Optional devices: -# - -device tga # TGA video card driver - - -##################################################################### -# ABI Emulation - -# Enable OSF/1 ABI emulation -options COMPAT_OSF1 |