XHCI hardware fixes, ordering of writes, send noop to test
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 6m20s
Build documentation / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
2026-03-24 23:59:30 +01:00
parent 0478570b2b
commit c71b1cc97d
3 changed files with 41 additions and 22 deletions

View File

@@ -4,7 +4,10 @@
#define INTR_PS2KB 32
#define INTR_IDE_DRIVE_PRIM 33
#define INTR_IDE_DRIVE_SCND 34
#define INTR_XHCI 35
#define INTR_XHCI0 35
#define INTR_XHCI1 36
#define INTR_XHCI2 37
#define INTR_XHCI3 38
#define INTR_SCHED_PREEMPT_TIMER 80
#define INTR_CPU_REQUEST_SCHED 82