Diff for /elwix/config/Attic/ELWIX_ALFA_NX between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2013/05/21 17:05:36 version 1.1.2.3, 2013/05/21 23:48:07
Line 9 Line 9
 #  #
   
 machine         mips mips  machine         mips mips
ident           ELWIX_ALFA_N2ident           ELWIX_ALFA_NX
 cpu             CPU_MIPS4KC  cpu             CPU_MIPS4KC
makeoptions     KERNLOADADDR=0x80020000makeoptions     KERNLOADADDR=0x80002000
 options         HZ=1000  options         HZ=1000
 options         HWPMC_HOOKS  options         HWPMC_HOOKS
   
 device          nvram2env  device          nvram2env
   
 options         AR71XX_ENV_UBOOT  options         AR71XX_ENV_UBOOT
   options         AR71XX_ENV_REDBOOT
 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash  options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash  options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
 device          firmware                # Used by the above  device          firmware                # Used by the above
Line 43  options  DDB Line 44  options  DDB
 options         SCHED_4BSD              #4BSD scheduler  options         SCHED_4BSD              #4BSD scheduler
 options         INET                    #InterNETworking  options         INET                    #InterNETworking
 options         INET6                   # IPv6  options         INET6                   # IPv6
#options         NFSCL                   #Network Filesystem Clientoptions         NFSCL                   #Network Filesystem Client
 options         PSEUDOFS                #Pseudo-filesystem framework  options         PSEUDOFS                #Pseudo-filesystem framework
 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions  options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   
Line 77  options  MD_ROOT   # MD is a potential root device Line 78  options  MD_ROOT   # MD is a potential root device
 options         MD_ROOT_SIZE=5120  options         MD_ROOT_SIZE=5120
   
 #options        NFSD                    # New Network Filesystem Server  #options        NFSD                    # New Network Filesystem Server
#options         NFSCLIENT               #Network File System clientoptions         NFSCLIENT               #Network File System client
 #options        NFSSERVER               #Network File System server  #options        NFSSERVER               #Network File System server
 #options        NFSLOCKD                # Network Lock Manager  #options        NFSLOCKD                # Network Lock Manager
 #options        NFS_ROOT                # NFS usable as /, requires NFSCL  #options        NFS_ROOT                # NFS usable as /, requires NFSCL
Line 91  options  ROOTDEVNAME=\"ufs:/dev/md0.uzip\" Line 92  options  ROOTDEVNAME=\"ufs:/dev/md0.uzip\"
   
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
 options         GEOM_UZIP  options         GEOM_UZIP
 #options        GEOM_REDBOOT  
 options         GEOM_UNCOMPRESS  options         GEOM_UNCOMPRESS
#device          geom_redbootdevice          geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
 device          geom_uncompress # compressed in-memory filesystem hackery!  device          geom_uncompress # compressed in-memory filesystem hackery!
 device          geom_uzip       # compressed in-memory filesystem support  device          geom_uzip       # compressed in-memory filesystem support
Line 141  options  ARGE_DEBUG # Enable if_arge debugging for now Line 141  options  ARGE_DEBUG # Enable if_arge debugging for now
 options         ARGE_MDIO               # Export an MDIO bus separate from arge  options         ARGE_MDIO               # Export an MDIO bus separate from arge
 device          miiproxy                # MDIO bus <-> MII PHY rendezvous  device          miiproxy                # MDIO bus <-> MII PHY rendezvous
   
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               # AR724X (MIPS in general?) requires this  options         USB_HOST_ALIGN=32               # AR724X (MIPS in general?) requires this
device          ehci#device          ehci
 #device         ohci            # OHCI PCI->USB interface  #device         ohci            # OHCI PCI->USB interface
   
device          umass#device          umass
   
 device          scbus  device          scbus
 device          da  device          da

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


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