summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2017-03-01 02:43:14 -0800
committermischief <mischief@offblast.org>2017-03-01 02:43:14 -0800
commit319a9cc90537e892c1c9d1b3d2aa1d28cbbfdde2 (patch)
tree2630d9c2b6786bf5b57cce68f1e78f2e0a1f160b /sys
parent0ab5d34be4b8b9faa96d4691de95d6ae8c691f0b (diff)
pc, pc64: bump Qmax in devarch
my x301 and t420 run out of archfiles with *acpi= while trying to add hdacmd from audiohda.
Diffstat (limited to 'sys')
-rw-r--r--sys/src/9/pc/devarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/devarch.c b/sys/src/9/pc/devarch.c
index 523f2262a..7870ad6d4 100644
--- a/sys/src/9/pc/devarch.c
+++ b/sys/src/9/pc/devarch.c
@@ -36,7 +36,7 @@ enum {
Qmsr,
Qbase,
- Qmax = 16,
+ Qmax = 32,
};
enum {