| plan 9 kernel history: overview | file list | diff list |
2001/1023/alphapc/pci.c (diff list | history)
| 2001/1023/sys/src/9/alphapc/pci.c:197,211 – 2002/1130/sys/src/9/alphapc/pci.c:197,210 (short | long | prev) | ||
| 1999/0415 | static void pcicfginit(void) { | |
| 2002/1130 | char *p; | |
| 1999/0415 | lock(&pcicfginitlock); if(pcicfgmode == -1){ pcicfgmode = 0; | |
| 2002/1130 | pcimaxdno = 15; /* was 20; what is correct value??? */ if(p = getconf("*pcimaxdno")) pcimaxdno = strtoul(p, 0, 0); | |
| 1999/0415 | pciscan(0, &pciroot); } unlock(&pcicfginitlock); | |