History log of /freebsd-10.2-release/sys/mips/conf/AP96
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 266331 17-May-2014 ian

MFC 263301

In kernel config files, it is supposed to be 'options<space><tab>' not
'options<tab><tab>', per long standing (but recently not so strictly
enforced) convention.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 239757 27-Aug-2012 adrian

Convert to using ulzma.


# 239625 23-Aug-2012 ray

Remove duplicated GEOM_PART_* options.

PR: 170931
Approved by: adrian


# 235290 11-May-2012 adrian

Add switch support to AP96.


# 234863 01-May-2012 adrian

Convert AP96 to use the mdioproxy and ARGE_MDIO option.

arge1 still works (it's the standalone PHY) but arge0 and the other switch
ports don't work. They're enumerated though, demonstrating that the
mdiobus abstraction is correctly working.


# 234235 13-Apr-2012 adrian

Flesh out the rest of the AP96 board/config.


# 234232 13-Apr-2012 adrian

* Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option
* Tidy up things a bit.


# 234220 13-Apr-2012 adrian

These are uboot, so mark them as such or booting from flash will not work.


# 234219 13-Apr-2012 adrian

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.