The DEC kn300 has special code for console handling hardcoded here, so add

a call to promcndetach() to explicitly turn off the prom console.

Tested by: Jeff Roberson
This commit is contained in:
Jonathan Lemon 2001-11-22 02:41:34 +00:00
parent fe7283fc23
commit 9497337452
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86758

View file

@ -233,6 +233,7 @@ mcpcia_attach(device_t dev)
printf("Attaching Real Console\n");
mcpcia_enable_intr(sc, 16);
dec_kn300_cons_init();
promcndetach();
/*
* Enable EISA interrupts.
*/