]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - worlds/i386/WinBook/config/WinBook
worlds/i386/WinBook, targets/i386/WinBook: tentative import
[CDN/Mosi.git] / worlds / i386 / WinBook / config / WinBook
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 cpu             I486_CPU
22 cpu             I586_CPU
23 cpu             I686_CPU
24 ident           WinBook
25
26 # To statically compile in device wiring instead of /boot/device.hints
27 #hints          "GENERIC.hints"         # Default places to look for devices.
28
29 # Use the following to compile in values accessible to the kernel
30 # through getenv() (or kenv(1) in userland). The format of the file
31 # is 'variable=value', see kenv(1)
32 #
33 # env           "GENERIC.env"
34
35 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
36
37 options         SCHED_ULE               # ULE scheduler
38 options         PREEMPTION              # Enable kernel thread preemption
39 options         INET                    # InterNETworking
40 options         INET6                   # IPv6 communications protocols
41 options         SCTP                    # Stream Control Transmission Protocol
42 options         FFS                     # Berkeley Fast Filesystem
43 options         SOFTUPDATES             # Enable FFS soft updates support
44 options         UFS_ACL                 # Support for access control lists
45 options         UFS_DIRHASH             # Improve performance on big directories
46 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
47 options         MD_ROOT                 # MD is a potential root device
48 options         NFSCLIENT               # Network Filesystem Client
49 options         NFSSERVER               # Network Filesystem Server
50 options         NFSLOCKD                # Network Lock Manager
51 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
52 options         MSDOSFS                 # MSDOS Filesystem
53 options         CD9660                  # ISO 9660 Filesystem
54 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
55 options         PSEUDOFS                # Pseudo-filesystem framework
56 options         GEOM_PART_GPT           # GUID Partition Tables.
57 options         GEOM_LABEL              # Provides labelization
58 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)
59 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
60 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
61 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
62 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
63 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
64 options         KTRACE                  # ktrace(1) support
65 options         STACK                   # stack(9) support
66 options         SYSVSHM                 # SYSV-style shared memory
67 options         SYSVMSG                 # SYSV-style message queues
68 options         SYSVSEM                 # SYSV-style semaphores
69 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
70 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
71 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
72 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
73 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
74 options         AUDIT                   # Security event auditing
75 options         MAC                     # TrustedBSD MAC Framework
76 options         FLOWTABLE               # per-cpu routing cache
77 #options        KDTRACE_HOOKS           # Kernel DTrace hooks
78 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
79
80 options         KDB                     # Kernel debugger related code
81 options         KDB_TRACE               # Print a stack trace for a panic
82
83 # To make an SMP kernel, the next two lines are needed
84 options         SMP                     # Symmetric MultiProcessor Kernel
85 device          apic                    # I/O APIC
86
87 # CPU frequency control
88 device          cpufreq
89
90 # Bus support.
91 device          acpi
92 device          eisa
93 device          pci
94
95 # ATA and ATAPI devices
96 device          ata
97 device          atadisk         # ATA disk drives
98 device          ataraid         # ATA RAID drives
99 device          atapicd         # ATAPI CDROM drives
100 device          atapifd         # ATAPI floppy drives
101 device          atapist         # ATAPI tape drives
102 options         ATA_STATIC_ID   # Static device numbering
103
104 # SCSI peripherals
105 device          scbus           # SCSI bus (required for SCSI)
106 device          da              # Direct Access (disks)
107 device          cd              # CD
108 device          pass            # Passthrough device (direct SCSI access)
109
110 # atkbdc0 controls both the keyboard and the PS/2 mouse
111 device          atkbdc          # AT keyboard controller
112 device          atkbd           # AT keyboard
113 device          psm             # PS/2 mouse
114
115 device          kbdmux          # keyboard multiplexer
116
117 device          vga             # VGA video card driver
118
119 device          splash          # Splash screen and screen saver support
120
121 # syscons is the default console driver, resembling an SCO console
122 device          sc
123
124 device          agp             # support several AGP chipsets
125
126 # Power management support (see NOTES for more options)
127 #device         apm
128 # Add suspend/resume support for the i8254.
129 device          pmtimer
130
131 # PCCARD (PCMCIA) support
132 # PCMCIA and cardbus bridge support
133 device          cbb             # cardbus (yenta) bridge
134 device          pccard          # PC Card (16-bit) bus
135 device          cardbus         # CardBus (32-bit) bus
136
137 # Serial (COM) ports
138 device          uart            # Generic UART driver
139
140 # PCI Ethernet NICs that use the common MII bus controller code.
141 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
142 device          miibus          # MII bus support
143 device          vr              # VIA Rhine, Rhine II
144
145 # Wireless NIC cards
146 device          wlan            # 802.11 support
147 options         IEEE80211_DEBUG # enable debug msgs
148 options         IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
149 options         IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
150 device          wlan_wep        # 802.11 WEP support
151 device          wlan_ccmp       # 802.11 CCMP support
152 device          wlan_tkip       # 802.11 TKIP support
153 device          wlan_amrr       # AMRR transmit rate control algorithm
154
155 # Pseudo devices.
156 device          loop            # Network loopback
157 device          random          # Entropy device
158 device          ether           # Ethernet support
159 device          vlan            # 802.1Q VLAN support
160 device          tun             # Packet tunnel.
161 device          pty             # BSD-style compatibility pseudo ttys
162 device          md              # Memory "disks"
163 device          gif             # IPv6 and IPv4 tunneling
164 device          faith           # IPv6-to-IPv4 relaying (translation)
165 device          firmware        # firmware assist module
166
167 # The `bpf' device enables the Berkeley Packet Filter.
168 # Be aware of the administrative consequences of enabling this!
169 # Note that 'bpf' is required for DHCP.
170 device          bpf             # Berkeley packet filter
171
172 # USB support
173 options         USB_DEBUG       # enable debug msgs
174 device          uhci            # UHCI PCI->USB interface
175 device          ehci            # EHCI PCI->USB interface (USB 2.0)
176 device          usb             # USB Bus (required)
177 #device         udbp            # USB Double Bulk Pipe devices
178 device          uhid            # "Human Interface Devices"
179 device          ukbd            # Keyboard
180 device          ulpt            # Printer
181 device          umass           # Disks/Mass storage - Requires scbus and da
182 device          ums             # Mouse
183
184 # Enable high-resolution console and network device polling
185 options         VESA
186 options         SC_PIXEL_MODE
187 options         HZ=100
188 options         DEVICE_POLLING
189