Deleted Added
full compact
IDT (203758) IDT (203938)
1# $FreeBSD: head/sys/mips/conf/IDT 203758 2010-02-10 16:30:04Z attilio $
1# $FreeBSD: head/sys/mips/conf/IDT 203938 2010-02-15 23:44:48Z attilio $
2
3cpu CPU_MIPS4KC
4ident RB532
5
6# Don't build any modules yet.
7makeoptions MODULES_OVERRIDE=""
8
9include "../idt/std.idt"

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

22
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=kr0
27options BOOTP_COMPAT
28
29# Debugging for use in -current
2
3cpu CPU_MIPS4KC
4ident RB532
5
6# Don't build any modules yet.
7makeoptions MODULES_OVERRIDE=""
8
9include "../idt/std.idt"

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

22
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=kr0
27options BOOTP_COMPAT
28
29# Debugging for use in -current
30#options DEADLKRES #Enable the deadlock resolver
30#options DEADLKRES #Enable the deadlock resolver
31options INVARIANTS #Enable calls of extra sanity checking
32options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
33
34device loop
35device pci
36device ether
37device miibus
38device vr

--- 15 unchanged lines hidden ---
31options INVARIANTS #Enable calls of extra sanity checking
32options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
33
34device loop
35device pci
36device ether
37device miibus
38device vr

--- 15 unchanged lines hidden ---