From owner-svn-src-all@freebsd.org Fri Apr 29 23:53:57 2016 Return-Path: Delivered-To: svn-src-all@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 B846EB21CD1; Fri, 29 Apr 2016 23:53:57 +0000 (UTC) (envelope-from jhb@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 923441E0B; Fri, 29 Apr 2016 23:53:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3TNruib077279; Fri, 29 Apr 2016 23:53:56 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3TNruof077271; Fri, 29 Apr 2016 23:53:56 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201604292353.u3TNruof077271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 29 Apr 2016 23:53:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298824 - in head/sys: amd64/conf arm/conf conf i386/conf pc98/conf powerpc/conf sparc64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 23:53:57 -0000 Author: jhb Date: Fri Apr 29 23:53:55 2016 New Revision: 298824 URL: https://svnweb.freebsd.org/changeset/base/298824 Log: Move 'device pci' for the PCI bus driver to the MI NOTES file. The PCI bus was already listed in all of the MD NOTES files and the driver should at least compile on all platforms. Modified: head/sys/amd64/conf/NOTES head/sys/arm/conf/NOTES head/sys/conf/NOTES head/sys/i386/conf/NOTES head/sys/pc98/conf/NOTES head/sys/powerpc/conf/NOTES head/sys/sparc64/conf/NOTES Modified: head/sys/amd64/conf/NOTES ============================================================================== --- head/sys/amd64/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/amd64/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -177,11 +177,6 @@ options MAXMEM=(128*1024) #options BROKEN_KEYBOARD_RESET # -# PCI bus & PCI options: -# -device pci - -# # AGP GART support device agp Modified: head/sys/arm/conf/NOTES ============================================================================== --- head/sys/arm/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/arm/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -36,8 +36,6 @@ options SOC_MV_DISCOVERY options SOC_MV_KIRKWOOD options SOC_MV_ORION -device pci - device at91_board_bwct device at91_board_ethernut5 device at91_board_hl200 Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -1405,6 +1405,15 @@ options MSGBUF_SIZE=40960 ##################################################################### +# HARDWARE BUS CONFIGURATION + +# +# PCI bus & PCI options: +# +device pci + + +##################################################################### # HARDWARE DEVICE CONFIGURATION # For ISA the required hints are listed. Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/i386/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -373,11 +373,6 @@ options EISA_SLOTS=12 device mca # -# PCI bus & PCI options: -# -device pci - -# # AGP GART support device agp Modified: head/sys/pc98/conf/NOTES ============================================================================== --- head/sys/pc98/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/pc98/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -282,11 +282,6 @@ options EPSON_BOUNCEDMA options EPSON_MEMWIN # -# PCI bus & PCI options: -# -device pci - -# # AGP GART support device agp Modified: head/sys/powerpc/conf/NOTES ============================================================================== --- head/sys/powerpc/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/powerpc/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -52,7 +52,6 @@ options SC_OFWFB # OFW frame buffer device cpufreq # Standard busses -device pci device agp device bm # Apple BMAC (Big Mac Ethernet) Modified: head/sys/sparc64/conf/NOTES ============================================================================== --- head/sys/sparc64/conf/NOTES Fri Apr 29 23:27:15 2016 (r298823) +++ head/sys/sparc64/conf/NOTES Fri Apr 29 23:53:55 2016 (r298824) @@ -20,7 +20,6 @@ cpu SUN4U device ebus device isa -device pci device sbus device central device fhc