mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
fe7283fc23
commit
9497337452
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86758
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user