ref: d5b73d3fc7e5b3ba48f47f43fbc588bebf4eb08c
parent: 0e43be232e2ae2cf41858fb2f7f36b87ce7cb02b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jun 22 15:01:37 EDT 2014
ether8169: use u16int instead of u8int for C+ command register (thanks pavel / erik)
--- a/sys/src/9/pc/ether8169.c
+++ b/sys/src/9/pc/ether8169.c
@@ -670,7 +670,7 @@
u32int r;
Block *bp;
Ctlr *ctlr;
- u8int cplusc;
+ u16int cplusc;
ctlr = edev->ctlr;
ilock(ctlr);
--
⑨