Deleted Added
full compact
18c18
< # $FreeBSD: head/sys/mips/conf/QEMU 184194 2008-10-23 02:16:38Z marcel $
---
> # $FreeBSD: head/sys/mips/conf/QEMU 191954 2009-05-10 00:00:25Z kuriyama $
30c30
< options KERNVIRTADDR=0x80100000
---
> options KERNVIRTADDR=0x80100000
37,38c37,38
< options DDB
< options KDB
---
> options DDB
> options KDB
40,45c40,45
< 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
48,51c48,51
< #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