| plan 9 kernel history: overview | file list | diff list |
2000/1106/bitsy/sa1110uart.c (diff list | history)
| 2000/1021/sys/src/9/bitsy/sa1110uart.c:316,328 – 2000/1106/sys/src/9/bitsy/sa1110uart.c:316,322 (short | long | prev | next) | ||
| 2000/1018 | if(p->cts == 0 || p->blocked) return; | |
| 2000/1106 | for(i = 0; i < 1024; i++){ | |
| 2000/1018 | if(!(R(p)->status[1] & Tnotfull)){ R(p)->ctl[3] |= Tintena; break; | |