| plan 9 kernel history: overview | file list | diff list |
1992/0625/gnot/devduart.c (diff list | history)
| 1992/0604/sys/src/9/gnot/devduart.c:645,653 – 1992/0625/sys/src/9/gnot/devduart.c:645,653 (short | long | prev | next) | ||
| 1991/0605 | if(dp->nostream) return; | |
| 1992/0625 | dp->iq = xalloc(sizeof(IOQ)); | |
| 1991/0605 | initq(dp->iq); | |
| 1992/0625 | dp->oq = xalloc(sizeof(IOQ)); | |
| 1991/0605 | initq(dp->oq); | |
| 1991/0608 | duartenable(dp); | |
| 1991/0605 | } | |