diff options
author | wilko <wilko@FreeBSD.org> | 2004-08-28 21:42:15 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2004-08-28 21:42:15 +0000 |
commit | 89351d44d216e1024bcce511341fa82b338ab9f8 (patch) | |
tree | 2dc0bec25cbe19a6a5c9c4d3daa31fc57a1cfd9a /sys/alpha/conf | |
parent | eca2426b494c26f5421e03cb8f86e626074befbf (diff) | |
download | FreeBSD-src-89351d44d216e1024bcce511341fa82b338ab9f8.zip FreeBSD-src-89351d44d216e1024bcce511341fa82b338ab9f8.tar.gz |
Stop pretending: TurboLaser support is really broken.
MFC after: 2 days
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index f2714b9..3fda2eb 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -41,7 +41,8 @@ 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_KN8AE # AlphaServer 8200/8400 (Turbolaser) +# TurboLaser support is broken +# options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) options DEC_KN300 # AlphaServer 4100 (Rawhide), # AlphaServer 1200 (Tincup) |