diff options
author | wilko <wilko@FreeBSD.org> | 2004-08-28 21:47:24 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2004-08-28 21:47:24 +0000 |
commit | a5fd03708571a88d49c5fb9df27bac2ccace8656 (patch) | |
tree | 43d0bbdcea3858ebae0952e82c88a3fa6ed7d94f | |
parent | 89351d44d216e1024bcce511341fa82b338ab9f8 (diff) | |
download | FreeBSD-src-a5fd03708571a88d49c5fb9df27bac2ccace8656.zip FreeBSD-src-a5fd03708571a88d49c5fb9df27bac2ccace8656.tar.gz |
Stop pretending: TurboLaser support is really broken
MFC after: 2 days
-rw-r--r-- | sys/alpha/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index f963934..a0a3e71 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -36,7 +36,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) |