| plan 9 kernel history: overview | file list | diff list |
2001/1023/alphapc/fns.h (diff list | history)
| 2001/0809/sys/src/9/alphapc/fns.h:43,48 – 2001/1023/sys/src/9/alphapc/fns.h:43,49 (short | long | prev | next) | ||
| 1999/0415 | void illegal0(void); void intr0(void); | |
| 2000/0401 | void intrenable(int, void (*)(Ureg*, void*), void*, int, char*); | |
| 2001/1023 | void intrdisable(int, void (*)(Ureg *, void *), void*, int, char*); | |
| 2000/0401 | int ioalloc(int, int, int, char*); void iofree(int); void ioinit(void); | |
| 2001/0809/sys/src/9/alphapc/fns.h:72,82 – 2001/1023/sys/src/9/alphapc/fns.h:73,88 | ||
| 1999/0415 | void pcicfgw8(Pcidev*, int, int); void pcicfgw16(Pcidev*, int, int); void pcicfgw32(Pcidev*, int, int); | |
| 2001/1023 | void pciclrbme(Pcidev*); | |
| 1999/0415 | void pcihinv(Pcidev*); Pcidev* pcimatch(Pcidev*, int, int); | |
| 2001/0801 | Pcidev* pcimatchtbdf(int); | |
| 1999/0415 | void pcireset(void); | |
| 1999/0429 | void pcisetbme(Pcidev*); | |
| 2001/1023 | int pcmspecial(char*, ISAConf*); int (*_pcmspecial)(char *, ISAConf *); void pcmspecialclose(int); void (*_pcmspecialclose)(int); | |
| 1999/0415 | void prflush(void); void printinit(void); #define procrestore(p) | |