summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* Pass the actual baudrate to tty_init_console(). This defines the initialmarcel2014-03-111-1/+1
* Back out r262921. I don't know what I was thinking, but it is lame.imp2014-03-081-1/+1
* Set the baud rate if it isn't 0 (meaning it has been specified) notimp2014-03-081-1/+1
* Make clock optional on uart nodes. It is a FreeBSD-specific extention,imp2014-03-081-1/+4
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* clock-frequency is a FreeBSD-specific extention. Make it optional andimp2014-01-241-1/+2
* Add Atmel serial drivers.imp2014-01-232-0/+3
* Don't lock in the generic grab just to lock again in the specific grabs.imp2014-01-201-4/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-1911-37/+271
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-1/+0
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeian2014-01-051-10/+11
* Add another HP iLO serial (console) port, found on Itanium servers.marcel2013-12-241-0/+1
* Plumb the cn_grab and cn_ungrab routines down into the uartimp2013-12-212-0/+27
* Real OF systems have an ihandle under /chosen/stdout, not a phandle. Usenwhitehorn2013-12-011-2/+2
* Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastnwhitehorn2013-12-011-20/+77
* Add support for Freescale Vybrid Family VF600 heterogeneousbr2013-11-122-0/+2
* Add new AMT serial port PCI ID on Intel Lynx Point chipsetsbruno2013-11-071-0/+1
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatian2013-11-023-16/+20
* Convert the if/else list of compatible devices to the table-drivenian2013-10-311-15/+30
* Try even harder to find a console before giving up.nwhitehorn2013-10-261-6/+11
* Be a bit more flexible in how we find the console from the properties onnwhitehorn2013-10-261-10/+23
* Wait for DesignWare UART transfers completion before accessing line controlzbb2013-10-261-1/+25
* machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks tonwhitehorn2013-10-261-1/+0
* Fix build after r257111 by including headers with definition of pmap_kextract().nwhitehorn2013-10-261-0/+4
* Test UARTs physical address instead of virtual.ray2013-10-251-1/+7
* Fix crossed fingers output. Only comment changed.ray2013-10-241-1/+1
* Calculate the baud rate divisor rather than using a hard-coded value.ian2013-10-201-5/+5
* A final test with unmodified code has shown that a delay of 150msmarcel2013-08-301-1/+1
* Work-around a timing problem with the ITE IT8513E now that the coremarcel2013-08-291-1/+13
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-214-0/+146
* Make the uart ns8250 high-level interface public rather than static.ian2013-08-212-38/+73
* Use an if/else sequence rather than unrelated if statements, so that aian2013-08-211-7/+7
* Check for generic ns16550 after all other types. A device may be compatibleian2013-08-211-3/+3
* Allow UART_POLL_FREQ to be set as a kernel option as well as via tunableian2013-08-191-1/+1
* Set the device description after we call uart_probe(). In uart_probe()marcel2013-07-251-1/+7
* Protect against broken hardware. In this particular case, protect againstmarcel2013-07-101-48/+60
* Teach UART to attach Exynos/s3/s5 class driver.ray2013-06-294-0/+6
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-212-98/+175
* Fix several typoseadler2013-05-121-2/+2
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-272-0/+5
* Add support for Intel C600/X79 Series Chipset KT Controller.eadler2013-04-231-0/+1
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.nyan2013-04-221-0/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-015-15/+15
* Accommodate uart devices with large FIFOs (or DMA buffers which amountian2013-03-311-1/+7
* Integrate Efika MX project back to home.ray2013-03-204-0/+663
* Add support for A10 uart.ganbold2013-03-011-5/+38
* - Make pci_ns8250_ids[] const.marius2013-02-031-6/+6
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* Add a loader tunable "hw.broken_txfifo" which enables a workaround for acperciva2013-01-271-1/+13
* Prevent possible usage of uninitialized pbase variable by checkinggonzo2012-12-131-1/+3
OpenPOWER on IntegriCloud