| plan 9 kernel history: overview | file list | diff list |
2000/0515/alphapc/pci.c (diff list | history)
| 2000/0401/sys/src/9/alphapc/pci.c:72,81 – 2000/0515/sys/src/9/alphapc/pci.c:72,84 (short | long | prev | next) | ||
| 1999/0415 | pcilist = p; pcitail = p; | |
| 2000/0515 | p->rid = pcicfgr8(p, PciRID); | |
| 1999/0507 | p->ccrp = pcicfgr8(p, PciCCRp); p->ccru = pcicfgr8(p, PciCCRu); p->ccrb = pcicfgr8(p, PciCCRb); | |
| 2000/0515 | p->pcr = pcicfgr32(p, PciPCR); p->intl = pcicfgr8(p, PciINTL); | |
| 1999/0415 | /* * If the device is a multi-function device adjust the | |