ref: eda60ec3dd5e77192d94a8efea45562ad3b633c0
parent: 02e59065f1d84a106ecc444aea1a44a47a6e96e4
author: mischief <mischief@offblast.org>
date: Tue Feb 28 21:43:14 EST 2017
pc, pc64: bump Qmax in devarch my x301 and t420 run out of archfiles with *acpi= while trying to add hdacmd from audiohda.
--- a/sys/src/9/pc/devarch.c
+++ b/sys/src/9/pc/devarch.c
@@ -36,7 +36,7 @@
Qmsr,
Qbase,
- Qmax = 16,
+ Qmax = 32,
};
enum {--
⑨