aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_uart.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Move device model-independent UART code into a separate fileMark Johnston2024-03-211-6/+7
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-191-5/+3
* bhyve: Remove unused vcpu argument from PCI read/write methods.John Baldwin2022-12-091-2/+2
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-7/+7
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-161-1/+1
* Refactor configuration management in bhyve.John Baldwin2021-03-181-3/+16
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-2/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-291-1/+1
* Remove support for legacy PCI devices. These haven't been needed sinceJohn Baldwin2014-01-271-18/+3
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedNeel Natu2013-10-291-528/+36
* Don't completely drain the read file descriptor. Instead, onlyPeter Grehan2013-01-071-10/+34
* Rename fbsdrun.* -> bhyverun.*Peter Grehan2012-12-131-1/+1
* Rework how guest MMIO regions are dealt with.Peter Grehan2012-10-191-11/+14
* Check that 'opts' is actually not NULL before dereferencing it. It is expectedNeel Natu2012-08-041-1/+1
* Add 16550 uart emulation as a PCI device. This allows it toPeter Grehan2012-05-031-0/+599