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