svn commit: r221252 - in head/sys/mips: atheros conf

Adrian Chadd adrian at FreeBSD.org
Sat Apr 30 11:28:22 UTC 2011


Author: adrian
Date: Sat Apr 30 11:28:21 2011
New Revision: 221252
URL: http://svn.freebsd.org/changeset/base/221252

Log:
  In preparation for the AR724x PCIe bus code, make the AR71xx PCI bus
  glue require 'device ar71xx_pci' .
  
  Users of the AR71xx board configs will now require this for functioning
  PCI:
  
  device pci
  device ar71xx_pci

Modified:
  head/sys/mips/atheros/files.ar71xx
  head/sys/mips/conf/AR71XX

Modified: head/sys/mips/atheros/files.ar71xx
==============================================================================
--- head/sys/mips/atheros/files.ar71xx	Sat Apr 30 11:22:30 2011	(r221251)
+++ head/sys/mips/atheros/files.ar71xx	Sat Apr 30 11:28:21 2011	(r221252)
@@ -5,7 +5,7 @@ mips/atheros/ar71xx_gpio.c	optional gpio
 mips/atheros/ar71xx_machdep.c	standard
 mips/atheros/ar71xx_ehci.c	optional ehci
 mips/atheros/ar71xx_ohci.c	optional ohci
-mips/atheros/ar71xx_pci.c	optional pci
+mips/atheros/ar71xx_pci.c	optional ar71xx_pci pci
 mips/atheros/ar71xx_pci_bus_space.c	optional pci
 mips/atheros/ar71xx_spi.c	optional ar71xx_spi
 mips/atheros/pcf2123_rtc.c	optional pcf2123_rtc ar71xx_spi

Modified: head/sys/mips/conf/AR71XX
==============================================================================
--- head/sys/mips/conf/AR71XX	Sat Apr 30 11:22:30 2011	(r221251)
+++ head/sys/mips/conf/AR71XX	Sat Apr 30 11:28:21 2011	(r221252)
@@ -45,6 +45,7 @@ options		BOOTP_COMPAT
 options		ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
 
 device		pci
+device		ar71xx_pci
 
 # Wireless NIC cards
 options		IEEE80211_DEBUG


More information about the svn-src-head mailing list