Diff for /elwix/config/ELWIX_ALFA_N2 between versions 1.1.2.13 and 1.1.2.14

version 1.1.2.13, 2014/01/23 22:26:00 version 1.1.2.14, 2014/01/24 01:28:55
Line 11  ident  ELWIX_ALFA_N2 Line 11  ident  ELWIX_ALFA_N2
 makeoptions     KERNLOADADDR=0x80050000  makeoptions     KERNLOADADDR=0x80050000
 options         HZ=1000  options         HZ=1000
 #options                HWPMC_HOOKS  #options                HWPMC_HOOKS
   #device                 hwpmc
   
 # The PB92 has 32mb of RAM; hard-code that  # The PB92 has 32mb of RAM; hard-code that
 options         AR71XX_REALMEM=32*1024*1024  options         AR71XX_REALMEM=32*1024*1024
Line 126  device  miiproxy  # MDIO bus <-> MII PHY rendezvous Line 127  device  miiproxy  # MDIO bus <-> MII PHY rendezvous
   
 # USB devices - PB92 has EHCI only  # USB devices - PB92 has EHCI only
   
device          usb#device          usb
options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order#options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
#options         USB_DEBUG##options         USB_DEBUG
options         USB_HOST_ALIGN=32#options         USB_HOST_ALIGN=32
device          ehci#device          ehci
   
 # Mass storage  # Mass storage
device          scbus#device          scbus
device          umass#device          umass
device          da#device          da
   
 # Read MSDOS formatted disks  # Read MSDOS formatted disks
 options         GEOM_PART_BSD  options         GEOM_PART_BSD
 options         GEOM_PART_MBR  options         GEOM_PART_MBR
   
#options                MSDOSFSoptions         NULLFS
 options         UNIONFS
 #options        TMPFS
 #options        MSDOSFS
   
 # GPIO Bus  # GPIO Bus
 device          gpio  device          gpio
Line 161  device  ar71xx_wdog Line 165  device  ar71xx_wdog
 device          uart  device          uart
 device          uart_ar71xx  device          uart_ar71xx
   
 device          pty  
   
 # Network twiddling  # Network twiddling
 device          loop  device          loop
 device          ether  device          ether
   device          vlan
 device          md  device          md
 device          bpf  device          bpf
 device          random  device          random

Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>