GENERIC_SMP/X86_64_GENERIC_SMP: Properly sync for the APIC_IO removal.
[dragonfly.git] / sys / config / VKERNEL
1 # VKERNEL - configuration for a virtual kernel
2
3 platform        vkernel         # platform architecture (i386, vkernel, etc)
4 machine         i386
5 machine_arch    i386            # cpu architecture (i386, etc)
6 ident           VKERNEL
7 maxusers        0
8
9 makeoptions     DEBUG=-g
10
11 cpu             I586_CPU
12 cpu             I686_CPU
13
14 options         DEBUG_PCTRACK
15
16 options         KTR
17 options         KTR_GIANT_CONTENTION
18 options         KTR_SPIN_CONTENTION
19 #options        DEBUG_CRIT_SECTIONS
20
21 options         QUOTA
22 options         DUMMYNET
23 options         IPFIREWALL              #firewall
24 options         IPFIREWALL_FORWARD      #enable transparent proxy support
25 options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
26
27 # ALTQ
28 options         ALTQ            #alternate queueing
29 options         ALTQ_CBQ        #class based queueing
30 options         ALTQ_RED        #random early detection
31 options         ALTQ_RIO        #triple red for diffserv (needs RED)
32 options         ALTQ_HFSC       #hierarchical fair service curve
33 options         ALTQ_PRIQ       #priority queue
34 options         ALTQ_FAIRQ      #fair queue
35 #options        ALTQ_NOPCC      #don't use processor cycle counter
36 options         ALTQ_DEBUG      #for debugging
37
38 options         IPSEC                   #IP security
39 options         IPSEC_ESP               #IP security (crypto; define w/ IPSEC)
40 options         IPSEC_DEBUG             #debug for IP security
41
42 options         HAMMER
43 options         NULLFS                  #NULL filesystem
44 options         EXT2FS
45 options         INET                    #InterNETworking
46 options         INET6                   #IPv6 communications protocols
47 options         FFS                     #Berkeley Fast Filesystem
48 options         FFS_ROOT                #FFS usable as root device [keep this!]
49 options         SOFTUPDATES             #Enable FFS soft updates support
50 options         UFS_DIRHASH             #Improve performance on big directories
51 options         MFS                     #Memory Filesystem
52 options         TMPFS                   #Temporary Filesystem
53 options         MD_ROOT                 #MD is a potential root device
54 options         NFS                     #Network Filesystem
55 options         NFS_ROOT                #NFS usable as root device, NFS required
56 options         MSDOSFS                 #MSDOS Filesystem
57 options         CD9660                  #ISO 9660 Filesystem
58 options         PROCFS                  #Process filesystem
59 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
60 options         COMPAT_DF12             #Compatible with DragonFly 1.2 and earlier
61 options         DEVICE_POLLING          # Support mixed interrupt-polling
62                                         # handling of network device drivers
63 options         UCONSOLE                #Allow users to grab the console
64 options         KTRACE                  #ktrace(1) support
65 options         SYSVSHM                 #SYSV-style shared memory
66 options         SYSVMSG                 #SYSV-style message queues
67 options         SYSVSEM                 #SYSV-style semaphores
68 options         P1003_1B                #Posix P1003_1B real-time extensions
69 options         _KPOSIX_PRIORITY_SCHEDULING
70 options         ICMP_BANDLIM            #Rate limit bad replies
71
72 options         SMP                     # Symmetric MultiProcessor Kernel
73
74 # Debugging for Development
75 options         DDB
76 options         DDB_TRACE
77 options         INVARIANTS
78
79 #options        CARP
80
81 # Floating point support - do not disable.
82 device          npx0    at nexus?
83
84 # Pseudo devices - the number indicates how many units to allocate.
85 pseudo-device   loop            # Network loopback
86 pseudo-device   ether           # Ethernet support
87 pseudo-device   sl      1       # Kernel SLIP
88 pseudo-device   ppp     1       # Kernel PPP
89 pseudo-device   tun             # Packet tunnel.
90 pseudo-device   pty             # Pseudo-ttys (telnet etc)
91 pseudo-device   md              # Memory "disks"
92 pseudo-device   gif             # IPv6 and IPv4 tunneling
93 pseudo-device   faith   1       # IPv6-to-IPv4 relaying (translation)
94
95 #pseudo-device  carp
96
97 # SCSI peripherals
98 device          scbus           # SCSI bus (required)
99 device          da              # Direct Access (disks)
100 device          sa              # Sequential Access (tape etc)
101 device          cd              # CD
102 device          pass            # Passthrough device (direct SCSI access)
103
104 # The `bpf' pseudo-device enables the Berkeley Packet Filter.
105 # Be aware of the administrative consequences of enabling this!
106 pseudo-device   bpf             #Berkeley packet filter
107
108 # VIRTUAL DEVICES
109 #
110 device          vn
111 device          vkd
112 device          vke
113
114 device          vcd