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

Justin Hibbits jhibbits at FreeBSD.org
Thu Oct 19 03:38:55 UTC 2017


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


More information about the svn-src-head mailing list