The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mips/conf/DIR-825B1

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # Specific board setup for the D-Link DIR-825B1 router.
    3 #
    4 # The DIR-825B1 has the following hardware:
    5 #
    6 # + AR7161 CPU SoC
    7 # + AR9223 2.4GHz 11n
    8 # + AR9220 5GHz 11n
    9 # + RealTek RTL8366S Gigabit switch
   10 # + m25p64 based 8MB flash
   11 # + 64MB RAM
   12 # + uboot environment
   13 
   14 # $FreeBSD$
   15 
   16 #NO_UNIVERSE
   17 
   18 include         "AR71XX_BASE"
   19 ident           "DIR-825B1"
   20 hints           "DIR-825B1.hints"
   21 
   22 # Since the kernel image must fit inside 1024KiB, we have to build almost
   23 # everything as modules.
   24 nodevice gpio
   25 nodevice gpioled
   26 nodevice gif
   27 nodevice gre
   28 nodevice if_bridge
   29 nodevice usb
   30 nodevice ehci
   31 nodevice wlan
   32 nodevice wlan_xauth
   33 nodevice wlan_acl
   34 nodevice wlan_wep
   35 nodevice wlan_tkip
   36 nodevice wlan_ccmp
   37 nodevice wlan_rssadapt
   38 nodevice wlan_amrr
   39 nodevice ath
   40 nodevice ath_pci
   41 nodevice ath_hal
   42 nodevice umass
   43 nodevice ath_rate_sample
   44 
   45 nooptions       INET6
   46 
   47 # GEOM modules
   48 device          geom_map        # to get access to the SPI flash partitions
   49 device          xz
   50 options         GEOM_UZIP
   51 options         GEOM_PART_GPT
   52 
   53 options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
   54 options         AR71XX_REALMEM=64*1024*1024
   55 
   56 options         AR71XX_ENV_UBOOT
   57 
   58 # options       MSDOSFS                 # Read MSDOS filesystems; useful for USB/CF
   59 
   60 # options       MD_ROOT
   61 # options       MD_ROOT_SIZE="6144"
   62 
   63 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
   64 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   65 device          firmware                # Used by the above

Cache object: e01182351479ab5a5d701ec51a1a6dd9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.