| plan 9 kernel history: overview | file list | diff list |
1997/0329/pc/pci.c (diff list | history)
| 1997/0327/sys/src/9/pc/pci.c:162,174 – 1997/0329/sys/src/9/pc/pci.c:162,174 (short | long | prev | next) | ||
| 1997/0327 | outb(PciCSE, 0); if(inb(PciCSE) == 0){ pcicfgmode = 2; | |
| 1997/0329 | pcimaxdno = 15; | |
| 1997/0327 | } else{ outl(PciADDR, 0); if(inl(PciADDR) == 0){ pcicfgmode = 1; | |
| 1997/0329 | pcimaxdno = 31; | |
| 1997/0327 | } } | |