| plan 9 kernel history: overview | file list | diff list |
1992/0825/port/portfns.h (diff list | history)
| 1992/0812/sys/src/9/port/portfns.h:60,66 – 1992/0825/sys/src/9/port/portfns.h:60,66 (short | long | prev | next) | ||
|
change fdtochan; add scsiinquiry, scsimodesense
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0622 | Block* expandb(Block*, int); int fault(ulong, int); void fdclose(int, int); | |
| 1992/0825 | Chan* fdtochan(int, int, int, int); | |
| 1992/0622 | int fixfault(Segment*, ulong, int, int); void flowctl(Queue*, Block*); void flushmmu(void); | |
| 1992/0812/sys/src/9/port/portfns.h:205,210 – 1992/0825/sys/src/9/port/portfns.h:205,212 | ||
| 1992/0808 | Scsi* scsicmd(int, int, Scsibuf*, long); int scsiexec(Scsi*, int); void scsifree(Scsibuf*); | |
| 1992/0825 | int scsiinquiry(int, void*, int); int scsimodesense(int, int, void*, int); | |
| 1992/0808 | int scsiready(int); int scsisense(int, void*); int scsiwp(int); | |