From owner-svn-src-head@freebsd.org Thu Oct 19 03:38:55 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66501E4DF1B; Thu, 19 Oct 2017 03:38:55 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 341B1766E5; Thu, 19 Oct 2017 03:38:55 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9J3cs85009197; Thu, 19 Oct 2017 03:38:54 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9J3csZx009195; Thu, 19 Oct 2017 03:38:54 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201710190338.v9J3csZx009195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Thu, 19 Oct 2017 03:38:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324742 - head/sys/powerpc/conf X-SVN-Group: head X-SVN-Commit-Author: jhibbits X-SVN-Commit-Paths: head/sys/powerpc/conf X-SVN-Commit-Revision: 324742 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 03:38:55 -0000 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