| plan 9 kernel history: overview | file list | diff list |
2001/0822/pc/uarti8250.c (diff list | history)
| 2001/0719/sys/src/9/pc/uarti8250.c:135,141 – 2001/0822/sys/src/9/pc/uarti8250.c:135,141 (short | long | prev | next) | ||
| 2001/0527 | .name = "COM1", .freq = UartFREQ, .phys = &i8250physuart, | |
| 2001/0822 | .special= 0, | |
| 2001/0527 | .next = &i8250uart[1], }, { .regs = &i8250ctlr[1], | |
| 2001/0719/sys/src/9/pc/uarti8250.c:142,148 – 2001/0822/sys/src/9/pc/uarti8250.c:142,148 | ||
| 2001/0527 | .name = "COM2", .freq = UartFREQ, .phys = &i8250physuart, | |
| 2001/0822 | .special= 0, | |
| 2001/0527 | .next = nil, }, }; | |