Deleted Added
full compact
XLR (217636) XLR (221753)
1#################################RMI_BSD#####################################
2# Copyright (c) 2003-2009 RMI Corporation
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

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

38# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
39# latest information.
40#
41# An exhaustive list of options and more detailed explanations of the
42# device lines is also present in the ../../conf/NOTES and NOTES files.
43# If you are in doubt as to the purpose or necessity of a line, check first
44# in NOTES.
45#
1#################################RMI_BSD#####################################
2# Copyright (c) 2003-2009 RMI Corporation
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

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

38# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
39# latest information.
40#
41# An exhaustive list of options and more detailed explanations of the
42# device lines is also present in the ../../conf/NOTES and NOTES files.
43# If you are in doubt as to the purpose or necessity of a line, check first
44# in NOTES.
45#
46# $FreeBSD: head/sys/mips/conf/XLR 217636 2011-01-20 12:45:29Z jchandra $
46# $FreeBSD: head/sys/mips/conf/XLR 221753 2011-05-11 00:52:41Z gonzo $
47
48machine mips mipseb
49ident XLR
50include "../rmi/std.xlr"
51
52makeoptions MODULES_OVERRIDE=""
53makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
54makeoptions KERNLOADADDR=0x80100000

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

62options PREEMPTION # Enable kernel thread preemption
63#options FULL_PREEMPTION # Enable kernel thread preemption
64options INET # InterNETworking
65options INET6 # IPv6 communications protocols
66options FFS # Berkeley Fast Filesystem
67#options SOFTUPDATES # Enable FFS soft updates support
68options UFS_ACL # Support for access control lists
69options UFS_DIRHASH # Improve performance on big directories
47
48machine mips mipseb
49ident XLR
50include "../rmi/std.xlr"
51
52makeoptions MODULES_OVERRIDE=""
53makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
54makeoptions KERNLOADADDR=0x80100000

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

62options PREEMPTION # Enable kernel thread preemption
63#options FULL_PREEMPTION # Enable kernel thread preemption
64options INET # InterNETworking
65options INET6 # IPv6 communications protocols
66options FFS # Berkeley Fast Filesystem
67#options SOFTUPDATES # Enable FFS soft updates support
68options UFS_ACL # Support for access control lists
69options UFS_DIRHASH # Improve performance on big directories
70options NFSCLIENT
70options NFSCL
71options NFS_ROOT
72#
73options BOOTP
74options BOOTP_NFSROOT
75options BOOTP_NFSV3
76options BOOTP_WIRED_TO=nlge0
77options BOOTP_COMPAT
78options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"

--- 71 unchanged lines hidden ---
71options NFS_ROOT
72#
73options BOOTP
74options BOOTP_NFSROOT
75options BOOTP_NFSV3
76options BOOTP_WIRED_TO=nlge0
77options BOOTP_COMPAT
78options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"

--- 71 unchanged lines hidden ---