svn commit: r361102 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Sat May 16 03:33:29 UTC 2020


Author: jhibbits
Date: Sat May 16 03:33:28 2020
New Revision: 361102
URL: https://svnweb.freebsd.org/changeset/base/361102

Log:
  powerpc/qoriq: Add more devices to config for desktop usage
  
  The most likely users of the QORIQ64 config nowadays are users of AmigaOne
  X5000 systems, which are desktops.  They need a framebuffer and
  keyboard/mouse, so add these to the config so it works by default once
  drm-current-kmod is installed.

Modified:
  head/sys/powerpc/conf/QORIQ64

Modified: head/sys/powerpc/conf/QORIQ64
==============================================================================
--- head/sys/powerpc/conf/QORIQ64	Sat May 16 02:43:27 2020	(r361101)
+++ head/sys/powerpc/conf/QORIQ64	Sat May 16 03:33:28 2020	(r361102)
@@ -113,3 +113,10 @@ device		ehci
 device		umass
 device		usb
 device		vlan
+
+# Desktop related
+device  	vt
+device  	fbd
+options 	KBD_INSTALL_CDEV
+device  	ukbd
+device  	ums


More information about the svn-src-all mailing list