aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-6/+44
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh2005-12-121-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar2004-11-141-0/+20
* Fix braino in previous commit: getenv() can return NULL.Marcel Moolenaar2004-03-201-0/+2
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-0/+247