mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Include UART driver since it is now provided in QEMU.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
af045bbfd7
commit
a08232301d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335793
@ -88,6 +88,10 @@ device vtnet # VirtIO Ethernet device
|
||||
device virtio_blk # VirtIO Block device
|
||||
device virtio_mmio # VirtIO MMIO bus
|
||||
|
||||
# Serial (COM) ports
|
||||
device uart # Generic UART driver
|
||||
device uart_ns8250 # ns8250-type UART driver
|
||||
|
||||
# Uncomment for memory disk
|
||||
# options MD_ROOT
|
||||
# options MD_ROOT_SIZE=32768 # 32MB ram disk
|
||||
|
Loading…
Reference in New Issue
Block a user