| plan 9 kernel history: overview | file list | diff list |
2001/0710/pc/uarti8250.c (diff list | history)
| 2001/0626/sys/src/9/pc/uarti8250.c:379,387 – 2001/0710/sys/src/9/pc/uarti8250.c:379,387 (short | long | prev | next) | ||
| 2001/0527 | Ctlr *ctlr; /* | |
| 2001/0710 | * Set the Baud rate by calculating and setting the Baud rate * Generator Constant. This will work with fairly non-standard * Baud rates. | |
| 2001/0527 | */ if(uart->freq == 0 || baud <= 0) return -1; | |