Deleted Added
full compact
RT305X (224008) RT305X (224009)
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#
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: head/sys/mips/conf/RT305X 224008 2011-07-14 11:09:37Z ray $
18# $FreeBSD: head/sys/mips/conf/RT305X 224009 2011-07-14 11:53:23Z ray $
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.

--- 60 unchanged lines hidden (view full) ---

87options SX_NOINLINE
88options NO_SWAPPING
89options ZERO_COPY_SOCKETS
90options MROUTING # Multicast routing
91options IPFIREWALL_DEFAULT_TO_ACCEPT
92
93device random
94device loop
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.

--- 60 unchanged lines hidden (view full) ---

87options SX_NOINLINE
88options NO_SWAPPING
89options ZERO_COPY_SOCKETS
90options MROUTING # Multicast routing
91options IPFIREWALL_DEFAULT_TO_ACCEPT
92
93device random
94device loop
95# RT3050F, RT3052F have only pseudo PHYs
96#device mii
97#device miibus
95# RT3050F, RT3052F have only pseudo PHYs, so mii not required
96device rt
97
98device pty # Pseudo-ttys (telnet etc)
99device ether
100device bpf # Berkeley packet filter
101device vlan
102#device lagg
103#device if_bridge
104device uart
105nodevice uart_ns8250

--- 29 unchanged lines hidden ---
98device pty # Pseudo-ttys (telnet etc)
99device ether
100device bpf # Berkeley packet filter
101device vlan
102#device lagg
103#device if_bridge
104device uart
105nodevice uart_ns8250

--- 29 unchanged lines hidden ---