]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/RT305X
Use in_localip() function instead of unlocked access to addresses hash
[FreeBSD/FreeBSD.git] / sys / mips / conf / RT305X
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$
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 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 options         RT3052F
37 options         RT305X_UBOOT
38
39 # Debugging for use in -current
40 #options        DEADLKRES               #Enable the deadlock resolver
41 #options        INVARIANTS              #Enable calls of extra sanity checking
42 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
43 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
44 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
45 #options         DIAGNOSTIC
46 #options     DEBUG_LOCKS
47 #options     DEBUG_VFS_LOCKS
48 #options        GDB
49 options         DDB
50 options         KDB
51
52 options         SCHED_ULE
53 #options        SCHED_4BSD              #4BSD scheduler
54 #options        COMPAT_43
55 options         INET                    #InterNETworking
56 options         TCP_HHOOK               # hhook(9) framework for TCP
57 options         NFSCL                   #Network Filesystem Client
58 options         NFS_ROOT                #NFS usable as /, requires NFSCL
59 options         PSEUDOFS                #Pseudo-filesystem framework
60 #options        _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
61
62 options         BOOTP
63 #options        BOOTP_NFSROOT
64 options         BOOTP_NFSV3
65 options         BOOTP_WIRED_TO=rt0
66 options         BOOTP_COMPAT
67 options         CD9660                  # ISO 9660 Filesystem
68 options         ROOTDEVNAME=\"cd9660:/dev/map/rootfs.uzip\"
69 options         TMPFS                   # TMP Memory Filesystem
70
71 #options        FFS                     #Berkeley Fast Filesystem
72 #options        SOFTUPDATES             #Enable FFS soft updates support
73 #options        UFS_ACL                 #Support for access control lists
74 #options        UFS_DIRHASH             #Improve performance on big directories
75 #options        ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
76
77 # Options for making kernel less hangry
78 makeoptions     INLINE_LIMIT=1024
79 options         MAXUSERS=3
80 options         MAXFILES=512
81 options         NSFBUFS=256
82 options         SHMALL=128
83 options         MSGBUF_SIZE=65536
84
85 # Options for making kernel smallest 
86 options         NO_SYSCTL_DESCR         # No description string of sysctl
87 #options        NO_FFS_SNAPSHOT         # Disable Snapshot supporting
88 options         SCSI_NO_SENSE_STRINGS
89 options         SCSI_NO_OP_STRINGS
90 options         RWLOCK_NOINLINE
91 options         SX_NOINLINE
92 options         NO_SWAPPING
93 options         MROUTING                # Multicast routing
94 options         IPFIREWALL_DEFAULT_TO_ACCEPT
95
96 device          random
97 device          loop
98 # RT3050F, RT3052F have only pseudo PHYs, so mii not required
99 device          rt
100
101 device          ether
102 device          bpf                     # Berkeley packet filter
103 device          vlan
104 #device         lagg
105 #device          if_bridge
106 device          uart
107 nodevice        uart_ns8250
108 device          tun                     # Packet tunnel.
109
110 device          wlan
111
112
113 device          gpio
114 device          gpioled
115
116 device          cfi                     # Detect Flash memmory
117 device          cfid
118
119 device          nvram2env
120
121 device          usb
122 #device         dwcotg                  # DWC like USB OTG Controller driver
123 #device         u3g
124 #device         umodem
125 #device         uplcom
126 #device         umass
127 #device         da
128 #device         pass
129 #device         scbus
130 options         SCSI_DELAY=1000         # Delay (in ms) before probing SCSI
131
132 #options        USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
133 #options        USB_DEBUG
134 #options        USB_REQ_DEBUG
135
136