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:
@@ -250,9 +250,8 @@ buslogic_log(const char *format, ...)
|
||||
|
||||
if (buslogic_do_log) {
|
||||
va_start(ap, format);
|
||||
vfprintf(stdlog, format, ap);
|
||||
pclog(format, ap);
|
||||
va_end(ap);
|
||||
fflush(stdlog);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user