Deleted Added
full compact
AP93 (256281) AP93 (266331)
1#
2# Specific board setup for the Atheros AP91 reference board.
3#
4# The AP93 has the following hardware:
5#
6# + AR7240 CPU SoC
7# + AR9280 Wifi
8# + Integrated switch (XXX speed?)
9# + 16MB flash
10# + 64MB RAM
11# + uboot environment
12
1#
2# Specific board setup for the Atheros AP91 reference board.
3#
4# The AP93 has the following hardware:
5#
6# + AR7240 CPU SoC
7# + AR9280 Wifi
8# + Integrated switch (XXX speed?)
9# + 16MB flash
10# + 64MB RAM
11# + uboot environment
12
13# $FreeBSD: stable/10/sys/mips/conf/AP93 239759 2012-08-27 21:59:52Z adrian $
13# $FreeBSD: stable/10/sys/mips/conf/AP93 266331 2014-05-17 17:34:37Z ian $
14
15include "AR724X_BASE"
16ident "AP93"
17hints "AP93.hints"
18
14
15include "AR724X_BASE"
16ident "AP93"
17hints "AP93.hints"
18
19options AR71XX_REALMEM=64*1024*1024
19options AR71XX_REALMEM=64*1024*1024
20
20
21options AR71XX_ENV_UBOOT
21options AR71XX_ENV_UBOOT
22
23# For DOS - enable if required
24options MSDOSFS
25
26# uncompress - to boot read-only lzma natively from flash
27device geom_uncompress
22
23# For DOS - enable if required
24options MSDOSFS
25
26# uncompress - to boot read-only lzma natively from flash
27device geom_uncompress
28options GEOM_UNCOMPRESS
29options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
28options GEOM_UNCOMPRESS
29options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
30
31# Used for the static uboot partition map
32device geom_map
33
34# Options needed for the EEPROM based calibration/PCI configuration data.
35options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
36options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
37device firmware # Used by the above
38
39# Options required for miiproxy and mdiobus
40options ARGE_MDIO # Export an MDIO bus separate from arge
41device miiproxy # MDIO bus <-> MII PHY rendezvous
42
43device etherswitch
44device arswitch
30
31# Used for the static uboot partition map
32device geom_map
33
34# Options needed for the EEPROM based calibration/PCI configuration data.
35options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
36options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
37device firmware # Used by the above
38
39# Options required for miiproxy and mdiobus
40options ARGE_MDIO # Export an MDIO bus separate from arge
41device miiproxy # MDIO bus <-> MII PHY rendezvous
42
43device etherswitch
44device arswitch