I suspected that. I've been a little resistant to require the ACPI device-driver, mostly because possible issues at our installations since some older boot-loaders wiped-out the ACPI tables, and could make the device-driver hang. We have over 50 terminals running RDOS, but I think they all should have the new boot-loader.gerryg400 wrote:The MP or ACPI tables should tell you that.rdos wrote:What should the trigger mode be for IO-APIC IRQs from PCI? Maybe I should use level-triggered interrupts instead of edge-trigged?
AHCI driver for RDOS
Re: AHCI driver for RDOS
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: AHCI driver for RDOS
A PCI bus does IRQ sharing and will be level-triggered by default.
Re: AHCI driver for RDOS
That makes sense. I'll try to change to level-triggered tomorrow and see if it solves the issue. It could be part of the IRQ sharing syscall (whenever an IRQ is requested for sharing, it should use level-triggered mode).Combuster wrote:A PCI bus does IRQ sharing and will be level-triggered by default.