From dd8cb4e1cd5a3f1168cbc2b0086a94c7c779e963 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 8 Feb 2017 21:32:00 +0900 Subject: [PATCH] Fatter buffers on ac97 --- modules/ac97.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ac97.c b/modules/ac97.c index 55389a16..a5cf1256 100644 --- a/modules/ac97.c +++ b/modules/ac97.c @@ -132,7 +132,7 @@ static void find_ac97(uint32_t device, uint16_t vendorid, uint16_t deviceid, voi } -#define DIVISION 128 +#define DIVISION 0x1000 static int irq_handler(struct regs * regs) { uint16_t sr = inports(_device.nabmbar + AC97_PO_SR); if (sr & AC97_X_SR_LVBCI) {