Fix an unbelievably stupid typo that cases as500 & as600 machines booted

with a graphics head to panic on boot
This commit is contained in:
Andrew Gallatin 1999-07-29 19:09:38 +00:00
parent ae996dee37
commit 86af178671
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49227

View File

@ -134,8 +134,8 @@ dec_kn20aa_cons_init()
sccnattach();
#else
panic("not configured to use display && keyboard console");
break;
#endif
break;
default:
printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type);