summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_z8530.c
AgeCommit message (Expand)Author
2024-06-02uart: Use device_set_descf()Mark Johnston
2024-02-22dev/uart: name uart_class_set DATA_SET macro UART_CLASS()Bjoern A. Zeeb
2024-02-13dev/uart: Use a linker set to find uart classesAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
2014-01-19Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh
2013-04-01Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2007-01-18- Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl
2006-07-26On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add aMarcel Moolenaar
2006-07-26Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consoleMarcel Moolenaar
2006-05-12o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar
2006-04-04In z8530_divisor() return 0 if the calculated divisor is less than 0.Marcel Moolenaar
2006-04-01Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar
2006-03-30Add support for scc(4).Marcel Moolenaar
2006-02-24Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar
2006-02-24MFp4:Marcel Moolenaar
2005-04-27Make the Z8530 more reliable as low-level console by making use of theMarcel Moolenaar
2005-01-30o Fix the various interrupt related problems caused by reverseMarcel Moolenaar
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-21Include the header with the register definitions from sys/dev/ic. TheyMarcel Moolenaar
2004-06-24Use the new serial port definitions for modemsignals.Poul-Henning Kamp
2004-05-04Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEMarcel Moolenaar
2003-09-26Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar
2003-09-23- Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi
2003-09-17In uart_intr() loop until all interrupts have been handled. PreviouslyMarcel Moolenaar
2003-09-17Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar
2003-09-07Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar
2003-09-06The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar