Deleted Added
full compact
AP121 (256281) AP121 (266331)
1#
2# AP121 - the AP121 reference board from Qualcomm Atheros includes:
3#
4# * AR9330 SoC
5# * 16MB RAM
6# * 4MB flash
7# * Integrated 1x1 2GHz wifi and 10/100 bridge
8#
1#
2# AP121 - the AP121 reference board from Qualcomm Atheros includes:
3#
4# * AR9330 SoC
5# * 16MB RAM
6# * 4MB flash
7# * Integrated 1x1 2GHz wifi and 10/100 bridge
8#
9# $FreeBSD: stable/10/sys/mips/conf/AP121 249124 2013-04-05 01:38:13Z adrian $
9# $FreeBSD: stable/10/sys/mips/conf/AP121 266331 2014-05-17 17:34:37Z ian $
10#
11
12# Include the default AR933x parameters
13include "AR933X_BASE"
14
15ident AP121
16
17# Override hints with board values

--- 11 unchanged lines hidden (view full) ---

29# Options required for miiproxy and mdiobus
30options ARGE_MDIO # Export an MDIO bus separate from arge
31device miiproxy # MDIO bus <-> MII PHY rendezvous
32
33device etherswitch
34device arswitch
35
36# read MSDOS formatted disks - USB
10#
11
12# Include the default AR933x parameters
13include "AR933X_BASE"
14
15ident AP121
16
17# Override hints with board values

--- 11 unchanged lines hidden (view full) ---

29# Options required for miiproxy and mdiobus
30options ARGE_MDIO # Export an MDIO bus separate from arge
31device miiproxy # MDIO bus <-> MII PHY rendezvous
32
33device etherswitch
34device arswitch
35
36# read MSDOS formatted disks - USB
37#options MSDOSFS
37#options MSDOSFS
38
39# Enable the uboot environment stuff rather then the
40# redboot stuff.
38
39# Enable the uboot environment stuff rather then the
40# redboot stuff.
41options AR71XX_ENV_UBOOT
41options AR71XX_ENV_UBOOT
42
43# uzip - to boot natively from flash
44device geom_uncompress
45options GEOM_UNCOMPRESS
46
47# Used for the static uboot partition map
48device geom_map
49
50# Boot off of the rootfs, as defined in the geom_map setup.
42
43# uzip - to boot natively from flash
44device geom_uncompress
45options GEOM_UNCOMPRESS
46
47# Used for the static uboot partition map
48device geom_map
49
50# Boot off of the rootfs, as defined in the geom_map setup.
51options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
51options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"