Fix wrong driver conflict detection

This commit is contained in:
Alex
2023-03-09 06:46:09 +02:00
parent ce13f5ea82
commit 3b1efa2ed3
4 changed files with 262 additions and 13 deletions

View File

@ -95,6 +95,12 @@
* https://wiki.osdev.org/PCI
* https://en.wikipedia.org/wiki/PCI_configuration_space
*
* - Audio:
* https://trac.ffmpeg.org/wiki/audio%20types
* https://wiki.osdev.org/AC97
* https://github.com/LemonOSProject/LemonOS
* https://inst.eecs.berkeley.edu//~cs150/Documents/ac97_r23.pdf
*
*/
#ifdef a64