Deleted Added
full compact
AP94 (263301) AP94 (291049)
1#
2# Specific board setup for the Atheros AP94 reference board.
3#
4# The AP94 has the following hardware:
5#
6# + AR7161 CPU SoC
7# + AR9223 2.4GHz 11n
8# + AR9220 5GHz 11n
9# + AR8216 10/100 switch
10# + m25p64 based 8MB flash
11# + 32mb RAM
12# + uboot environment
13
1#
2# Specific board setup for the Atheros AP94 reference board.
3#
4# The AP94 has the following hardware:
5#
6# + AR7161 CPU SoC
7# + AR9223 2.4GHz 11n
8# + AR9220 5GHz 11n
9# + AR8216 10/100 switch
10# + m25p64 based 8MB flash
11# + 32mb RAM
12# + uboot environment
13
14# $FreeBSD: head/sys/mips/conf/AP94 263301 2014-03-18 14:41:18Z imp $
14# $FreeBSD: head/sys/mips/conf/AP94 291049 2015-11-19 01:58:12Z imp $
15
15
16#NO_UNIVERSE
17
16include "AR71XX_BASE"
17ident "AP94"
18hints "AP94.hints"
19
20# GEOM modules
21device geom_redboot # to get access to the SPI flash partitions
22device geom_uzip # compressed in-memory filesystem hackery!
23options GEOM_UZIP

--- 12 unchanged lines hidden ---
18include "AR71XX_BASE"
19ident "AP94"
20hints "AP94.hints"
21
22# GEOM modules
23device geom_redboot # to get access to the SPI flash partitions
24device geom_uzip # compressed in-memory filesystem hackery!
25options GEOM_UZIP

--- 12 unchanged lines hidden ---