Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 03:38:54 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324742 - head/sys/powerpc/conf
Message-ID:  <201710190338.v9J3csZx009195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Thu Oct 19 03:38:53 2017
New Revision: 324742
URL: https://svnweb.freebsd.org/changeset/base/324742

Log:
  Add some more devices to the MPC85XX-based configs
  
  These devices bring the configs closer to a desktop-like (GENERIC) kernel
  config.
  * The Freescale DIU support was added to the config in r306358.
    Without keyboard support video support is nearly pointless, so add ukbd and
    ums.
  * The AmigaOne X5000, and P1022 devboard, both use a variant of the ds1307 RTC
  * cpufreq scaling is currently supported by the p1022.  More SoCs will be added
    eventually.

Modified:
  head/sys/powerpc/conf/MPC85XX
  head/sys/powerpc/conf/MPC85XXSPE

Modified: head/sys/powerpc/conf/MPC85XX
==============================================================================
--- head/sys/powerpc/conf/MPC85XX	Thu Oct 19 03:20:17 2017	(r324741)
+++ head/sys/powerpc/conf/MPC85XX	Thu Oct 19 03:38:53 2017	(r324742)
@@ -67,9 +67,11 @@ options 	DDB_CTF			# Kernel ELF linker loads CTF data
 device		ata
 device		bpf
 device		cfi
+device  	cpufreq
 device		crypto
 device		cryptodev
 device		da
+device  	ds1307
 device		ds1553
 device		em
 device		alc
@@ -102,6 +104,8 @@ device		uart
 options 	USB_DEBUG	# enable debug msgs
 #device		uhci
 device		ehci
+device  	ukbd
+device  	ums
 device		umass
 device		usb
 device		vlan

Modified: head/sys/powerpc/conf/MPC85XXSPE
==============================================================================
--- head/sys/powerpc/conf/MPC85XXSPE	Thu Oct 19 03:20:17 2017	(r324741)
+++ head/sys/powerpc/conf/MPC85XXSPE	Thu Oct 19 03:38:53 2017	(r324742)
@@ -67,9 +67,11 @@ options 	DDB_CTF			# Kernel ELF linker loads CTF data
 device		ata
 device		bpf
 device		cfi
+device  	cpufreq
 device		crypto
 device		cryptodev
 device		da
+device  	ds1307
 device		ds1553
 device		em
 device		alc
@@ -103,6 +105,8 @@ device		uart
 options 	USB_DEBUG	# enable debug msgs
 #device		uhci
 device		ehci
+device  	ukbd
+device  	ums
 device		umass
 device		usb
 device		vlan



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