PB47 revision 228988
1#
2# Atheros PB47 reference board.
3#
4# * one MiniPCI+ slot (modified to allow two idsel lines
5#   on the one slot, for a specific kind of internal-only
6#   NIC;
7# * one XMII slot
8# * One ethernet PHY
9# * Akros Silicon AS1834
10# * 8MB NOR SPI flash
11# * 64MB RAM
12#
13# $FreeBSD: head/sys/mips/conf/PB47 228988 2011-12-30 09:48:35Z adrian $
14#
15
16include		"AR71XX_BASE"
17ident		"PB47"
18hints		"PB47.hints"
19
20# Enable the uboot environment stuff rather then the
21# redboot stuff.
22options		AR71XX_ENV_UBOOT
23
24# XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
25# Right now it will just detect 32mb out of 64mb, as well as
26# return a garbage MAC address.
27
28# don't compile these in - the default flash area for kernel space
29# is only 1.2 megabytes.  To keep the flash allocation in line with
30# what the documentation says for this board, we'll just have to keep
31# the kernel smaller than that.
32nodevice wlan, wlan_wep, wlan_ccmp, wlan_tkip, wlan_xauth
33nodevice ath, ath_pci, ath_hal, ath_rate_sample
34
35# Since the module build doesn't like TDMA..
36nooptions	IEEE80211_SUPPORT_TDMA
37
38# For DOS - enable if required
39#options		GEOM_PART_BSD
40#options		GEOM_PART_MBR
41#options		MSDOSFS
42
43# uzip - to boot natively from flash
44device		geom_uzip
45options		GEOM_UZIP
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.uzip\"
52