aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries/phyp_console.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove unused uart_devclass.John Baldwin2022-05-061-1/+1
* [PowerPC64LE] pseries: Fix input buffering logic.Brandon Bergren2021-02-251-5/+4
* [PowerPC64LE] Fix endianness issues in phyp and opal consoles.Brandon Bergren2020-09-231-2/+8
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+3
* [PPC] Remove extra \0 char inserted on vty by QEMULeandro Lupori2019-11-291-4/+25
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Where appropriate, use the endian-flipping OF_getencprop() instead ofNathan Whitehorn2015-11-171-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* This driver doesn't need the /options node, so don't check for it.Nathan Whitehorn2013-11-271-3/+1
* Take care to handle the full 16 byte buffer in the get/put routines. Also,Andreas Tobler2013-11-261-8/+26
* Fix bug where UART unit number was not set properly, which preventedNathan Whitehorn2013-09-261-4/+1
* Merge in support for PAPR-compliant (Power Architecture PlatformNathan Whitehorn2013-09-171-0/+420