S3 non-ViRGE: Do not remove I/O handlers on ISA/VLB card reset, fixes soft reset, fixes #4866.
This commit is contained in:
@@ -10131,7 +10131,8 @@ static int vram_sizes[] = {
|
||||
static void
|
||||
s3_disable_handlers(s3_t *s3)
|
||||
{
|
||||
s3_io_remove(s3);
|
||||
if (s3->pci)
|
||||
s3_io_remove(s3);
|
||||
|
||||
mem_mapping_disable(&s3->linear_mapping);
|
||||
mem_mapping_disable(&s3->mmio_mapping);
|
||||
|
||||
Reference in New Issue
Block a user