Date: Sun, 29 Nov 2015 05:49:49 +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: r291438 - head/sys/mips/conf Message-ID: <201511290549.tAT5nnRE054804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sun Nov 29 05:49:49 2015 New Revision: 291438 URL: https://svnweb.freebsd.org/changeset/base/291438 Log: Add support for the integrated wifi for the QCA953x base config and AP143. Tested: * AP143 reference design board Modified: head/sys/mips/conf/AP143.hints head/sys/mips/conf/QCA953X_BASE head/sys/mips/conf/QCA953X_BASE.hints Modified: head/sys/mips/conf/AP143.hints ============================================================================== --- head/sys/mips/conf/AP143.hints Sun Nov 29 05:47:52 2015 (r291437) +++ head/sys/mips/conf/AP143.hints Sun Nov 29 05:49:49 2015 (r291438) @@ -24,6 +24,10 @@ hint.arge.1.phymask=0x0 # No directly m hint.arge.1.media=1000 hint.arge.1.fduplex=1 +# ath0: Where the ART is - last 64k in the flash +hint.ath.0.eepromaddr=0x1fff0000 +hint.ath.0.eepromsize=16384 + # The AP121 4MB flash layout: # # bootargs=console=ttyS0,115200 root=31:02 rootfstype=squashfs Modified: head/sys/mips/conf/QCA953X_BASE ============================================================================== --- head/sys/mips/conf/QCA953X_BASE Sun Nov 29 05:47:52 2015 (r291437) +++ head/sys/mips/conf/QCA953X_BASE Sun Nov 29 05:49:49 2015 (r291438) @@ -100,7 +100,7 @@ option AH_DEBUG_ALQ device ath_ar9300 # AR9330 HAL; no need for the others option AH_DEBUG option AH_SUPPORT_AR5416 # 11n HAL support -option AH_SUPPORT_AR9330 # Chipset support +option AH_SUPPORT_QCA9530 # Chipset support option AH_AR5416_INTERRUPT_MITIGATION device mii Modified: head/sys/mips/conf/QCA953X_BASE.hints ============================================================================== --- head/sys/mips/conf/QCA953X_BASE.hints Sun Nov 29 05:47:52 2015 (r291437) +++ head/sys/mips/conf/QCA953X_BASE.hints Sun Nov 29 05:49:49 2015 (r291438) @@ -50,9 +50,7 @@ hint.ath.0.maddr=0x18100000 hint.ath.0.msize=0x20000 hint.ath.0.irq=0 hint.ath.0.vendor_id=0x168c -# XXX for now this is 0x00ff because there's no HAL support -# yet for honeybee. -hint.ath.0.device_id=0x00ff +hint.ath.0.device_id=0x003d # 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?201511290549.tAT5nnRE054804>