Minor changes. [jmk] --rw-rw-r-- M 107020 glenda sys 50964 Nov 19 20:00 sys/src/9/alphapc/sd53c8xx.c /n/sourcesdump/2005/1119/plan9/sys/src/9/alphapc/sd53c8xx.c:1987,1993 - /n/sourcesdump/2005/1120/plan9/sys/src/9/alphapc/sd53c8xx.c:1987,1993 /* * Because we don't yet have an abstraction for the * addresses as seen from the controller side (and on - * the 386 it doesn't matter), the follwong two lines + * the 386 it doesn't matter), the following two lines * are different between the 386 and alpha copies of * this driver. */ [jmk] --rw-rw-r-- M 107020 presotto sys 7502 Nov 19 19:59 sys/src/9/pc/devlml.c /n/sourcesdump/2005/1119/plan9/sys/src/9/pc/devlml.c:159,165 - /n/sourcesdump/2005/1120/plan9/sys/src/9/pc/devlml.c:159,165 print("zr36067 found at 0x%.8lux", pcidev->mem[0].bar & ~0x0F); regpa = pcidev->mem[0].bar & ~0x0F; - regva = vmap(regpa, pcidev->mem[0].size, 0); + regva = vmap(regpa, pcidev->mem[0].size); if (regva == 0) { print("lml: failed to map registers\n"); return;