]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce configuration files for AP94 and AP96.
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 13 Apr 2012 08:52:25 +0000 (08:52 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 13 Apr 2012 08:52:25 +0000 (08:52 +0000)
commit3a8a3eebfd18880d8b0df1ece1d76aa1dd2b81c6
tree4d3683fdec49438b2d12d9ad44c3904bc9ca165d
parent0f60da6fb4c114529b684c1bc601b35e34bb0ea1
Introduce configuration files for AP94 and AP96.

This uses the new firmware(9) method for squirreling away the EEPROM
contents from SPI flash so ath(4) can get to them later.

It won't work out of the box just yet - you have to add this to
if_ath_pci.c:

#define ATH_EEPROM_FIRMWARE

.. until I've added it as a configuration option and updated things.
sys/mips/conf/AP94 [new file with mode: 0644]
sys/mips/conf/AP94.hints [new file with mode: 0644]
sys/mips/conf/AP96 [new file with mode: 0644]
sys/mips/conf/AP96.hints [new file with mode: 0644]