Deleted Added
full compact
XLR (211280) XLR (215085)
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 211280 2010-08-13 12:56:00Z jchandra $
46# $FreeBSD: head/sys/mips/conf/XLR 215085 2010-11-10 10:23:39Z jchandra $
47
48machine mips
49cpu CPU_RMI
50ident XLR
51
52makeoptions MODULES_OVERRIDE=""
53makeoptions TARGET_BIG_ENDIAN
54#

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

72options UFS_ACL # Support for access control lists
73options UFS_DIRHASH # Improve performance on big directories
74options NFSCLIENT
75options NFS_ROOT
76#
77options BOOTP
78options BOOTP_NFSROOT
79options BOOTP_NFSV3
47
48machine mips
49cpu CPU_RMI
50ident XLR
51
52makeoptions MODULES_OVERRIDE=""
53makeoptions TARGET_BIG_ENDIAN
54#

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

72options UFS_ACL # Support for access control lists
73options UFS_DIRHASH # Improve performance on big directories
74options NFSCLIENT
75options NFS_ROOT
76#
77options BOOTP
78options BOOTP_NFSROOT
79options BOOTP_NFSV3
80options BOOTP_WIRED_TO=rge0
80options BOOTP_WIRED_TO=nlge0
81options BOOTP_COMPAT
82options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
83#
84#options MD_ROOT # MD is a potential root device
85#options MD_ROOT_SIZE=27000
86#options MD_ROOT_SIZE=5120
87#options ROOTDEVNAME=\"ufs:md0\"
88options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions

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

118device random
119device md
120device mem
121device pty
122device bpf
123
124# Network
125device miibus
81options BOOTP_COMPAT
82options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
83#
84#options MD_ROOT # MD is a potential root device
85#options MD_ROOT_SIZE=27000
86#options MD_ROOT_SIZE=5120
87#options ROOTDEVNAME=\"ufs:md0\"
88options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions

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

118device random
119device md
120device mem
121device pty
122device bpf
123
124# Network
125device miibus
126device rge
126device nlge
127device ether
128device re
129device msk
130
131device da
132device scbus
133#device ohci # OHCI PCI->USB interface
134device ehci # EHCI PCI->USB interface (USB 2.0)

--- 26 unchanged lines hidden ---
127device ether
128device re
129device msk
130
131device da
132device scbus
133#device ohci # OHCI PCI->USB interface
134device ehci # EHCI PCI->USB interface (USB 2.0)

--- 26 unchanged lines hidden ---