svn commit: r298824 - in head/sys: amd64/conf arm/conf conf i386/conf pc98/conf powerpc/conf sparc64/conf

John Baldwin jhb at FreeBSD.org
Fri Apr 29 23:53:57 UTC 2016


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


More information about the svn-src-all mailing list