Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 10:55:42 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335793 - head/sys/riscv/conf
Message-ID:  <201806291055.w5TAtgjw084073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Fri Jun 29 10:55:42 2018
New Revision: 335793
URL: https://svnweb.freebsd.org/changeset/base/335793

Log:
  Include UART driver since it is now provided in QEMU.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC	Fri Jun 29 04:52:27 2018	(r335792)
+++ head/sys/riscv/conf/GENERIC	Fri Jun 29 10:55:42 2018	(r335793)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806291055.w5TAtgjw084073>