Deleted Added
full compact
18c18
< # $FreeBSD: head/sys/mips/conf/MALTA 184194 2008-10-23 02:16:38Z marcel $
---
> # $FreeBSD: head/sys/mips/conf/MALTA 191954 2009-05-10 00:00:25Z kuriyama $
25c25
< options YAMON
---
> options YAMON
30,32c30,32
< options KERNVIRTADDR=0x80100000
< options TICK_USE_YAMON_FREQ=defined
< #options TICK_USE_MALTA_RTC=defined
---
> options KERNVIRTADDR=0x80100000
> options TICK_USE_YAMON_FREQ=defined
> #options TICK_USE_MALTA_RTC=defined
40,41c40,41
< options DDB
< options KDB
---
> options DDB
> options KDB
43,48c43,48
< 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
50,54c50,54
< 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=\"ufs:ad0s1a\"
---
> 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=\"ufs:ad0s1a\"
58,61c58,61
< 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