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/RT305X

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 # RT305X -- Kernel configuration file for FreeBSD/mips for Ralink RT305xF systems
    2 #
    3 # For more information on this file, please read the handbook section on
    4 # Kernel Configuration Files:
    5 #
    6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    7 #
    8 # The handbook is also available locally in /usr/share/doc/handbook
    9 # if you've installed the doc distribution, otherwise always see the
   10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   11 # latest information.
   12 #
   13 # An exhaustive list of options and more detailed explanations of the
   14 # device lines is also present in the ../../conf/NOTES and NOTES files. 
   15 # If you are in doubt as to the purpose or necessity of a line, check first 
   16 # in NOTES.
   17 #
   18 # $FreeBSD: releng/9.0/sys/mips/conf/RT305X 224009 2011-07-14 11:53:23Z ray $
   19 
   20 ident           RT305X
   21 
   22 machine         mips mipsel
   23 makeoptions     MIPS_LITTLE_ENDIAN=defined
   24 makeoptions     KERNLOADADDR=0x80001000
   25 
   26 # Don't build any modules yet.
   27 makeoptions     MODULES_OVERRIDE="wlan_xauth wlan_wep wlan_tkip wlan_acl wlan_amrr wlan_ccmp wlan_rssadapt random if_bridge bridgestp msdosfs md ipfw dummynet libalias geom/geom_label ufs usb/uplcom usb/u3g usb/umodem usb/umass usb/ucom cam zlib"
   28 makeoptions     RT3052F
   29 
   30 include         "../rt305x/std.rt305x"
   31 
   32 hints           "RT305X.hints"          #Default places to look for devices.
   33 
   34 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
   35 
   36 # Debugging for use in -current
   37 #options        DEADLKRES               #Enable the deadlock resolver
   38 #options                INVARIANTS              #Enable calls of extra sanity checking
   39 #options                INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   40 #options                WITNESS                 #Enable checks to detect deadlocks and cycles
   41 #options                WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   42 #options         DIAGNOSTIC
   43 #options     DEBUG_LOCKS
   44 #options     DEBUG_VFS_LOCKS
   45 #options        GDB
   46 options         DDB
   47 options         KDB
   48 
   49 options         SCHED_ULE
   50 #options        SCHED_4BSD              #4BSD scheduler
   51 #options                COMPAT_43
   52 options         INET                    #InterNETworking
   53 options         NFSCL                   #Network Filesystem Client
   54 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   55 options         PSEUDOFS                #Pseudo-filesystem framework
   56 #options        _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   57 
   58 options         BOOTP
   59 #options        BOOTP_NFSROOT
   60 options         BOOTP_NFSV3
   61 options         BOOTP_WIRED_TO=rt0
   62 options         BOOTP_COMPAT
   63 options         CD9660                  # ISO 9660 Filesystem
   64 options         ROOTDEVNAME=\"cd9660:/dev/map/rootfs.uncompress\"
   65 options         TMPFS                   # TMP Memory Filesystem
   66 
   67 #options        FFS                     #Berkeley Fast Filesystem
   68 #options        SOFTUPDATES             #Enable FFS soft updates support
   69 #options        UFS_ACL                 #Support for access control lists
   70 #options        UFS_DIRHASH             #Improve performance on big directories
   71 #options        ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
   72 
   73 # Options for making kernel less hangry
   74 makeoptions     INLINE_LIMIT=1024
   75 options         MAXUSERS=3
   76 options         MAXFILES=512
   77 options         NSFBUFS=256
   78 options         SHMALL=128
   79 options         MSGBUF_SIZE=65536
   80 
   81 # Options for making kernel smallest 
   82 options         NO_SYSCTL_DESCR         # No description string of sysctl
   83 #options                NO_FFS_SNAPSHOT         # Disable Snapshot supporting
   84 options         SCSI_NO_SENSE_STRINGS
   85 options         SCSI_NO_OP_STRINGS
   86 options         RWLOCK_NOINLINE
   87 options         SX_NOINLINE
   88 options         NO_SWAPPING
   89 options         ZERO_COPY_SOCKETS
   90 options         MROUTING                # Multicast routing
   91 options         IPFIREWALL_DEFAULT_TO_ACCEPT
   92 
   93 device          random
   94 device          loop
   95 # RT3050F, RT3052F have only pseudo PHYs, so mii not required
   96 device          rt
   97 
   98 device          pty                     # Pseudo-ttys (telnet etc)
   99 device          ether
  100 device          bpf                     # Berkeley packet filter
  101 device          vlan
  102 #device         lagg
  103 #device          if_bridge
  104 device          uart
  105 nodevice        uart_ns8250
  106 device          tun                     # Packet tunnel.
  107 
  108 device          wlan
  109 
  110 
  111 device          gpio
  112 device          gpioled
  113 
  114 device          cfi                     # Detect Flash memmory
  115 device          cfid
  116 
  117 device          nvram2env
  118 
  119 device          usb
  120 #device         dotg                    # DWC like USB OTG Controller driver
  121 #device         u3g
  122 #device         umodem
  123 #device         uplcom
  124 #device         umass
  125 #device         da
  126 #device         pass
  127 #device         scbus
  128 options         SCSI_DELAY=1000         # Delay (in ms) before probing SCSI
  129 
  130 #options                USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
  131 #options                USB_DEBUG
  132 #options                USB_REQ_DEBUG
  133 
  134 

Cache object: cf01fed9119bbbe143f8db5d1f40acd2


[ 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.