From: Matan Ziv-Av <ma...@sv...> - 2000-12-14 17:02:02
|
> the mdacon module doesn't detect my Hercules as a second adapter > > mdacon: MDA card not detected. > > but stays in memory - bug or feature? Do you use a version from ruby's cvs? Please try commenting out the two tests at line 217, and see if it then detects your card: /* Edward: These two mess `tests' mess up my cursor on bootup */ /* cursor low register */ if (! test_mda_b(0x66, 0x0f)) { return 0; } /* cursor low register */ if (! test_mda_b(0x99, 0x0f)) { return 0; } -- Matan Ziv-Av. ma...@sv... |