| plan 9 kernel history: overview | file list | diff list |
2000/0617/pc/pci.c (diff list | history)
| 2000/0517/sys/src/9/pc/pci.c:61,66 – 2000/0617/sys/src/9/pc/pci.c:61,67 (short | long | prev | next) | ||
| 1997/0327 | static Lock pcicfglock; static Lock pcicfginitlock; | |
| 1995/0725 | static int pcicfgmode = -1; | |
| 2000/0617 | static int pcimaxbno = 255; | |
| 1997/0327 | static int pcimaxdno; static Pcidev* pciroot; | |
| 1997/1011 | static Pcidev* pcilist; | |
| 2000/0517/sys/src/9/pc/pci.c:534,544 – 2000/0617/sys/src/9/pc/pci.c:535,547 | ||
| 1999/0301 | ||
| 1999/0622 | fmtinstall('T', tbdfconv); | |
| 2000/0617 | if(p = getconf("*pcimaxbno")) pcimaxbno = strtoul(p, 0, 0); | |
| 1999/0301 | if(p = getconf("*pcimaxdno")) pcimaxdno = strtoul(p, 0, 0); list = &pciroot; | |
| 2000/0617 | for(bno = 0; bno <= pcimaxbno; bno++) { | |
| 1999/0301 | bno = pciscan(bno, list); while(*list) list = &(*list)->link; | |