Initial commit for AC97

This commit is contained in:
RichardG867
2021-07-11 16:58:52 -03:00
parent ee253ad0e9
commit b9c68bf277
13 changed files with 1115 additions and 29 deletions

View File

@@ -65,7 +65,8 @@ enum {
DEVICE_EISA = 0x100, /* requires the EISA bus */
DEVICE_VLB = 0x200, /* requires the PCI bus */
DEVICE_PCI = 0x400, /* requires the VLB bus */
DEVICE_AGP = 0x800 /* requires the AGP bus */
DEVICE_AGP = 0x800, /* requires the AGP bus */
DEVICE_AC97 = 0x1000 /* requires the AC'97 bus */
};