Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 11:28:22 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221252 - in head/sys/mips: atheros conf
Message-ID:  <201104301128.p3UBSMSv043738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104301128.p3UBSMSv043738>