Add files via upload

This commit is contained in:
Ompronce
2021-09-20 11:06:11 -04:00
committed by GitHub
parent 248c7bf775
commit c39c562bc9
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ enum {
AC97_CODEC_AD1881 = AC97_VENDOR_ID('A', 'D', 'S', 0x40),
AC97_CODEC_ALC100 = AC97_VENDOR_ID('A', 'L', 'C', 0x20),
AC97_CODEC_CS4297 = AC97_VENDOR_ID('C', 'R', 'Y', 0x03),
AC97_CODEC_CS4297A = AC97_VENDOR_ID('C', 'R', 'Y', 0x13),
AC97_CODEC_CS4297A = AC97_VENDOR_ID('C', 'R', 'Y', 0x11),
AC97_CODEC_WM9701A = AC97_VENDOR_ID('W', 'M', 'L', 0x00)
};

View File

@@ -493,7 +493,7 @@ es1371_inb(uint16_t port, void *p)
break;
/* Interrupt/Chip Select Status Register, Address 04H
Addressable as longword only, but PCem implemens byte access, which
Addressable as longword only, but PCem implements byte access, which
must be for a reason */
case 0x04:
ret = dev->int_status & 0xff;