svn commit: r252242 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Wed Jun 26 05:02:48 UTC 2013


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


More information about the svn-src-all mailing list