Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 05:02:48 +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: r252242 - head/sys/mips/conf
Message-ID:  <201306260502.r5Q52mqQ092671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Jun 26 05:02:47 2013
New Revision: 252242
URL: http://svnweb.freebsd.org/changeset/base/252242

Log:
  Add in the vendor / device id so the ath_ahb glue works.

Modified:
  head/sys/mips/conf/AR933X_BASE.hints

Modified: head/sys/mips/conf/AR933X_BASE.hints
==============================================================================
--- head/sys/mips/conf/AR933X_BASE.hints	Wed Jun 26 05:02:30 2013	(r252241)
+++ head/sys/mips/conf/AR933X_BASE.hints	Wed Jun 26 05:02:47 2013	(r252242)
@@ -37,6 +37,8 @@ hint.ath.0.at="nexus0"
 hint.ath.0.maddr=0x18100000
 hint.ath.0.msize=0x20000
 hint.ath.0.irq=0
+hint.ath.0.vendor_id=0x168c
+hint.ath.0.device_id=0x0035
 # Set this to define where the ath calibration data
 # should be fetched from in physical memory.
 # hint.ath.0.eepromaddr=0x1fff1000



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