Deleted Added
full compact
18c18
< # $FreeBSD: head/sys/mips/conf/ADM5120 184194 2008-10-23 02:16:38Z marcel $
---
> # $FreeBSD: head/sys/mips/conf/ADM5120 191954 2009-05-10 00:00:25Z kuriyama $
28c28
< options KERNVIRTADDR=0x80100000
---
> options KERNVIRTADDR=0x80100000
35,36c35,36
< options DDB
< options KDB
---
> options DDB
> options KDB
38,43c38,43
< options SCHED_4BSD #4BSD scheduler
< options INET #InterNETworking
< options NFSCLIENT #Network Filesystem Client
< options NFS_ROOT #NFS usable as /, requires NFSCLIENT
< options PSEUDOFS #Pseudo-filesystem framework
< # options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
---
> options SCHED_4BSD #4BSD scheduler
> options INET #InterNETworking
> options NFSCLIENT #Network Filesystem Client
> options NFS_ROOT #NFS usable as /, requires NFSCLIENT
> options PSEUDOFS #Pseudo-filesystem framework
> #options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
45,49c45,49
< options BOOTP
< options BOOTP_NFSROOT
< options BOOTP_NFSV3
< options BOOTP_WIRED_TO=admsw0
< options BOOTP_COMPAT
---
> options BOOTP
> options BOOTP_NFSROOT
> options BOOTP_NFSV3
> options BOOTP_WIRED_TO=admsw0
> options BOOTP_COMPAT
51,55c51,55
< # options FFS #Berkeley Fast Filesystem
< # options SOFTUPDATES #Enable FFS soft updates support
< # options UFS_ACL #Support for access control lists
< # options UFS_DIRHASH #Improve performance on big directories
< options ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
---
> #options FFS #Berkeley Fast Filesystem
> #options SOFTUPDATES #Enable FFS soft updates support
> #options UFS_ACL #Support for access control lists
> #options UFS_DIRHASH #Improve performance on big directories
> options ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
59,62c59,62
< options INVARIANTS #Enable calls of extra sanity checking
< options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
< #options WITNESS #Enable checks to detect deadlocks and cycles
< #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
---
> options INVARIANTS #Enable calls of extra sanity checking
> options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
> #options WITNESS #Enable checks to detect deadlocks and cycles
> #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed