| plan 9 kernel history: overview | file list | diff list |
1995/0721/pc/fns.h (diff list | history)
| 1995/0721/sys/src/9/pc/fns.h:1,135 – 1996/0607/sys/src/9/pc/fns.h:1,131 (short | long | prev | next) | ||
|
Remove scsibt*.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1994/0716 | void aamloop(int); | |
| 1993/0915 | void addconf(char*, char*); | |
| 1995/0328 | void addscsilink(char*, Scsiio (*)(int, ISAConf*)); | |
| 1993/0402 | void bbinit(void); | |
| 1991/1113 | void bigcursor(void); | |
| 1992/0323 | void bootargs(ulong); | |
| 1995/0222 | int cistrcmp(char*, char*); | |
| 1991/0711 | #define clearmmucache() /* 386 doesn't have one */ | |
| 1991/0705 | void clockinit(void); | |
| 1991/0808 | void config(int); | |
| 1991/1029 | int cpuspeed(int); | |
| 1991/0702 | void delay(int); | |
| 1995/0502 | int dmadone(int); | |
| 1991/0802 | void dmaend(int); | |
| 1993/0915 | void dmainit(void); | |
| 1991/0802 | long dmasetup(int, void*, long, int); | |
| 1991/0711 | #define evenaddr(x) /* 386 doesn't care */ | |
| 1991/0718 | void faultinit(void); | |
| 1991/0808 | void fclock(Ureg*); void fclockinit(void); | |
| 1992/0806 | void fpenv(FPsave*); | |
| 1991/0906 | void fpinit(void); void fpoff(void); | |
| 1991/0716 | void fprestore(FPsave*); | |
| 1991/0913 | void fpsave(FPsave*); ulong fpstatus(void); | |
| 1991/0906 | ulong getcr0(void); | |
| 1991/0718 | ulong getcr2(void); | |
| 1994/0622 | ulong getcr3(void); | |
| 1993/0915 | char* getconf(char*); | |
| 1993/1116 | ulong getstatus(void); | |
| 1994/0128 | void hardclock(void); | |
| 1991/1210 | void i8042a20(void); void i8042reset(void); void ident(void); | |
| 1991/0706 | void idle(void); | |
| 1991/0702 | int inb(int); | |
| 1992/1211 | void insb(int, void*, int); | |
| 1992/0922 | ushort ins(int); | |
| 1991/0809 | void inss(int, void*, int); | |
| 1993/0915 | ulong inl(int); | |
| 1992/0922 | void insl(int, void*, int); | |
| 1994/0322 | int iprint(char*, ...); | |
| 1993/0915 | int isaconfig(char*, int, ISAConf*); | |
| 1994/1210 | ulong getisa(ulong, int, int); void putisa(ulong, int); | |
| 1995/0406 | ulong getspace(int, int); | |
| 1991/0703 | void kbdinit(void); | |
| 1993/0915 | long* mapaddr(ulong); | |
| 1991/0906 | void mathinit(void); | |
| 1993/0915 | void meminit(void); | |
| 1991/0706 | void mmuinit(void); | |
| 1993/0116 | #define mmunewpage(x) | |
| 1991/1001 | int modem(int); | |
| 1992/1017 | void mousectl(char*); | |
| 1992/1006 | uchar nvramread(int); | |
| 1991/0702 | void outb(int, int); | |
| 1992/1211 | void outsb(int, void*, int); | |
| 1992/0922 | void outs(int, ushort); | |
| 1991/0809 | void outss(int, void*, int); | |
| 1993/0915 | void outl(int, ulong); | |
| 1992/0922 | void outsl(int, void*, int); | |
| 1995/0721 | void pcicfgr(int, int, int, int, void*, int); void pcicfgw(int, int, int, int, void*, int); int pcimatch(int, int, PCIcfg*); | |
| 1995/0225 | PCMmap* pcmmap(int, ulong, int, int); | |
| 1995/0222 | int pcmspecial(char*, ISAConf*); | |
| 1993/0915 | void pcmspecialclose(int); | |
| 1995/0225 | void pcmunmap(int, PCMmap*); | |
| 1993/1113 | void prflush(void); | |
| 1991/0702 | void prhex(ulong); | |
| 1994/0302 | void printcpufreq(void); | |
| 1992/0122 | void procrestore(Proc*); void procsave(Proc*); | |
| 1991/0717 | void procsetup(Proc*); | |
| 1993/0915 | void ps2poll(void); | |
| 1991/0718 | void putgdt(Segdesc*, int); void putidt(Segdesc*, int); void putcr3(ulong); void puttr(ulong); | |
| 1991/0703 | void screeninit(void); | |
| 1991/0702 | void screenputs(char*, int); | |
| 1991/0803 | int serial(int); | |
| 1993/1124 | void setvec(int, void (*)(Ureg*, void*), void*); void syscall(Ureg*, void*); | |
| 1991/0703 | void systrap(void); | |
| 1992/0604 | void toscreen(void*); | |
| 1992/0323 | void touser(void*); | |
| 1991/0703 | void trapinit(void); | |
| 1992/0222 | int tas(void*); | |
| 1994/0219 | void uartclock(void); | |
| 1994/0715 | void uartpoll(void); | |
| 1991/0723 | void vgainit(void); | |
| 1994/0817 | void vgasavecrash(uchar*, int); void vgarestorecrash(uchar*, int); | |
| 1994/1031 | int x86cpuid(int*, int*); | |
| 1994/1114 | int xchgw(ushort*, int); | |
| 1994/0302 | ||
| 1993/0915 | #define waserror() (up->nerrlab++, setlabel(&up->errlab[up->nerrlab-1])) | |
| 1992/0101 | #define kmapperm(x) kmap(x) | |
| 1995/0105 | #define getcallerpc(x) (((ulong*)(&x))[-1]) | |
| 1992/0625 | #define KADDR(a) ((void*)((ulong)(a)|KZERO)) #define PADDR(a) ((ulong)(a)&~KZERO) | |
| 1993/1113 | ||
| 1994/1012 | void ns16552install(void); | |
| 1994/0902 | void ns16552special(int, int, Queue**, Queue**, int (*)(Queue*, int)); | |
| 1994/0602 | void hnputl(void*, ulong v); void hnputs(void*, ushort v); ulong nhgetl(void*); ushort nhgets(void*); void ifwrite(void*, Block*, int); void* ifinit(int); ulong ifaddr(void*); void filiput(Block*); void fiberint(Ureg*, void*); ulong fwblock(ulong, void*, ulong); ulong frblock(ulong, void*, ulong); | |
| 1994/0829 | void freset(void*); | |
| 1994/0602 | void ifree(void*); void ifflush(void*); Block* iallocb(int); void* ifroute(ulong); | |
| 1995/0514 | int ifgetsr(void); | |
| 1994/0602 | ulong ifunroute(ulong); void parseip(char*, char*); | |
| 1995/0105 | #define dcflush(a, b) | |
| 1995/0328 |
| |