The PS/2 Model 80 memory expansion board initialization now correctly sets up the RAM mappings;
The per-device log functions now all call pclog().
This commit is contained in:
@@ -232,9 +232,8 @@ nelog(int lvl, const char *fmt, ...)
|
||||
|
||||
if (nic_do_log >= lvl) {
|
||||
va_start(ap, fmt);
|
||||
vfprintf(stdlog, fmt, ap);
|
||||
pclog(fmt, ap);
|
||||
va_end(ap);
|
||||
fflush(stdlog);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user