M pc/inconsubs.s => pc/inconsubs.s +1 -0
@@ 42,6 42,7 @@ TEXT Irdnext(SB),$0
MOVL $(Finitbar|Faf|Fsi),AX
ADDL $1,DX /* points to control register */
OUTB
+ OUTB
ANDL $0xf8,CX
SHLL $2,CX
SUBL $1,DX /* points to status register */
M port/devbit.c => port/devbit.c +1 -1
@@ 1170,7 1170,7 @@ bitwrite(Chan *c, void *va, long n, ulong offset)
* load font from subfont
* 'y' 1
* id 2
- * cache pos 2
+ * cache index 2
* subfont id 2
* subfont index 2
*/
M port/portdat.h => port/portdat.h +1 -1
@@ 669,7 669,7 @@ struct Network
#define MINOR(q) ((q) & 0xff)
#define DEVICE(a,i) (((a)<<8) | (i))
-#define MAXSYSARG 6 /* for mount(fd, mpt, flag, arg, srv, crypt) */
+#define MAXSYSARG 5 /* for mount(fd, mpt, flag, arg, srv) */
#define PRINTSIZE 256
#define NUMSIZE 12 /* size of formatted number */