Deleted Added
full compact
RT305X (220297) RT305X (221753)
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 220297 2011-04-03 14:39:55Z adrian $
18# $FreeBSD: head/sys/mips/conf/RT305X 221753 2011-05-11 00:52:41Z gonzo $
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.

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

45#options GDB
46options DDB
47options KDB
48
49options SCHED_ULE
50#options SCHED_4BSD #4BSD scheduler
51#options COMPAT_43
52options INET #InterNETworking
19
20ident RT305X
21
22machine mips mipsel
23makeoptions MIPS_LITTLE_ENDIAN=defined
24makeoptions KERNLOADADDR=0x80001000
25
26# Don't build any modules yet.

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

45#options GDB
46options DDB
47options KDB
48
49options SCHED_ULE
50#options SCHED_4BSD #4BSD scheduler
51#options COMPAT_43
52options INET #InterNETworking
53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
53options NFSCL #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCL
55options PSEUDOFS #Pseudo-filesystem framework
56#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
57
58options BOOTP
59#options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=rt0
62options BOOTP_COMPAT

--- 72 unchanged lines hidden ---
55options PSEUDOFS #Pseudo-filesystem framework
56#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
57
58options BOOTP
59#options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=rt0
62options BOOTP_COMPAT

--- 72 unchanged lines hidden ---