FreeBSD/Linux Kernel Cross Reference
sys/pc98/conf/GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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: releng/11.2/sys/pc98/conf/GENERIC 291374 2015-11-26 21:35:50Z emaste $
20
21 cpu I486_CPU
22 cpu I586_CPU
23 cpu I686_CPU
24 ident GENERIC
25
26 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27
28 options SCHED_4BSD # 4BSD scheduler
29 #options PREEMPTION # Enable kernel thread preemption
30 options INET # InterNETworking
31 options INET6 # IPv6 communications protocols
32 options IPSEC # IP (v4/v6) security
33 options SCTP # Stream Control Transmission Protocol
34 options FFS # Berkeley Fast Filesystem
35 options SOFTUPDATES # Enable FFS soft updates support
36 options UFS_ACL # Support for access control lists
37 options UFS_DIRHASH # Improve performance on big directories
38 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
39 options QUOTA # Enable disk quotas for UFS
40 options MD_ROOT # MD is a potential root device
41 options NFSCL # Network Filesystem Client
42 options NFSD # Network Filesystem Server
43 options NFSLOCKD # Network Lock Manager
44 options NFS_ROOT # NFS usable as /, requires NFSCL
45 options MSDOSFS # MSDOS Filesystem
46 options CD9660 # ISO 9660 Filesystem
47 options PROCFS # Process filesystem (requires PSEUDOFS)
48 options PSEUDOFS # Pseudo-filesystem framework
49 options GEOM_PART_GPT # GUID Partition Tables.
50 options GEOM_LABEL # Provides labelization
51 options COMPAT_FREEBSD4 # Compatible with FreeBSD4
52 options COMPAT_FREEBSD5 # Compatible with FreeBSD5
53 options COMPAT_FREEBSD6 # Compatible with FreeBSD6
54 options COMPAT_FREEBSD7 # Compatible with FreeBSD7
55 options COMPAT_FREEBSD9 # Compatible with FreeBSD9
56 options COMPAT_FREEBSD10 # Compatible with FreeBSD10
57 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
58 options EPSON_BOUNCEDMA # use bounce buffer for 15-16M
59 #options EPSON_MEMWIN # EPSON memory window support
60 #options LINE30
61 options KTRACE # ktrace(1) support
62 options STACK # stack(9) support
63 options SYSVSHM # SYSV-style shared memory
64 options SYSVMSG # SYSV-style message queues
65 options SYSVSEM # SYSV-style semaphores
66 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
67 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
68 options KBD_INSTALL_CDEV # install a CDEV entry in /dev
69 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
70 options AUDIT # Security event auditing
71 options CAPABILITY_MODE # Capsicum capability mode
72 options CAPABILITIES # Capsicum capabilities
73 options MAC # TrustedBSD MAC Framework
74 options INCLUDE_CONFIG_FILE # Include this file in kernel
75 options RACCT # Resource accounting framework
76 options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
77 options RCTL # Resource limits
78
79 # Debugging support. Always need this:
80 options KDB # Enable kernel debugger support.
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 # Bus support.
88 device pci
89
90 # Floppy drives
91 device fdc
92
93 # ATA controllers
94 device ahci # AHCI-compatible SATA controllers
95 device ata # Legacy ATA/SATA controllers
96 device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
97 device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
98
99 # SCSI Controllers
100 device ahc # AHA2940 and onboard AIC7xxx devices
101 device esp # AMD Am53C974 (Tekram DC-390(T))
102 device isp # Qlogic family
103 #device ncr # NCR/Symbios Logic
104 device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
105
106 device adv # Advansys SCSI adapters
107 device aic # PC-9801-100
108 device ct # host adapter using WD33C93[ABC] chip
109
110 device ncv # NCR 53C500
111 device nsp # Workbit Ninja SCSI-3
112 device stg # TMC 18C30/18C50
113
114 # ATA/SCSI peripherals
115 device scbus # SCSI bus (required for ATA/SCSI)
116 device ch # SCSI media changers
117 device da # Direct Access (disks)
118 device sa # Sequential Access (tape etc)
119 device cd # CD
120 device pass # Passthrough device (direct ATA/SCSI access)
121 device ses # Enclosure Services (SES and SAF-TE)
122 #device ctl # CAM Target Layer
123
124 # keyboard driver
125 device pckbd # PC98 keyboard
126
127 device gdc # GDC screen
128
129 device splash # Splash screen and screen saver support
130
131 # syscons is the default console driver, resembling an SCO console
132 device sc
133
134 #device agp # support several AGP chipsets
135
136 # Power management support (see NOTES for more options)
137 #device apm
138 #device pmc
139 #device canbus
140 #device canbepm
141 # Add suspend/resume support for the i8254.
142 #device pmtimer
143
144 # PCCARD (PCMCIA) support
145 # PCMCIA and cardbus bridge support
146 device cbb # cardbus (yenta) bridge
147 device pccard # PC Card (16-bit) bus
148 device cardbus # CardBus (32-bit) bus
149
150 # Serial (COM) ports
151 #options COM_MULTIPORT
152 #options COM_ESP # ESP98
153 #device sio # 8250, 16[45]50, 8251 based serial ports
154 device uart # Generic UART driver
155
156 device mse
157 #device joy
158
159 # Parallel port
160 device ppc
161 device ppbus # Parallel port bus (required)
162 device lpt # Printer
163 device ppi # Parallel port interface device
164 #device vpo # Requires scbus and da
165 # OLD Parallel port
166 #device olpt
167
168 device puc # Multi I/O cards and multi-channel UARTs
169
170 # PCI Ethernet NICs.
171 device de # DEC/Intel DC21x4x (``Tulip'')
172 #device em # Intel PRO/1000 Gigabit Ethernet Family
173 device le # AMD Am7900 LANCE and Am79C9xx PCnet
174 #device ti # Alteon Networks Tigon I/II gigabit Ethernet
175 device txp # 3Com 3cR990 (``Typhoon'')
176 device vx # 3Com 3c590, 3c595 (``Vortex'')
177
178 # PCI Ethernet NICs that use the common MII bus controller code.
179 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
180 device miibus # MII bus support
181 device bfe # Broadcom BCM440x 10/100 Ethernet
182 #device bge # Broadcom BCM570xx Gigabit Ethernet
183 device dc # DEC/Intel 21143 and various workalikes
184 device fxp # Intel EtherExpress PRO/100B (82557, 82558)
185 #device lge # Level 1 LXT1001 gigabit Ethernet
186 #device nge # NatSemi DP83820 gigabit Ethernet
187 device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
188 device re # RealTek 8139C+/8169/8169S/8110S
189 device rl # RealTek 8129/8139
190 device sf # Adaptec AIC-6915 (``Starfire'')
191 device sis # Silicon Integrated Systems SiS 900/SiS 7016
192 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
193 device ste # Sundance ST201 (D-Link DFE-550TX)
194 device tl # Texas Instruments ThunderLAN
195 device tx # SMC EtherPower II (83c170 ``EPIC'')
196 #device vge # VIA VT612x gigabit Ethernet
197 device vr # VIA Rhine, Rhine II
198 device wb # Winbond W89C840F
199 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
200
201 # ISA Ethernet NICs. pccard NICs included.
202 # 'device ed' requires 'device miibus'
203 device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
204 device ep # Etherlink III based cards
205 device fe # Fujitsu MB8696x based cards
206 device sn # SMC's 9000 series of Ethernet chips
207 device snc
208 device xe # Xircom pccard Ethernet
209
210 # Wireless NIC cards
211 #device wlan # 802.11 support
212 #options IEEE80211_DEBUG # enable debug msgs
213 #options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
214 options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
215 #device wlan_wep # 802.11 WEP support
216 #device wlan_ccmp # 802.11 CCMP support
217 #device wlan_tkip # 802.11 TKIP support
218 #device wlan_amrr # AMRR transmit rate control algorithm
219 #device an # Aironet 4500/4800 802.11 wireless NICs.
220 #device ath # Atheros NICs
221 #device ath_pci # Atheros pci/cardbus glue
222 #device ath_hal # pci/cardbus chip support
223 options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
224 #device ath_rate_sample # SampleRate tx rate control for ath
225 #device ral # Ralink Technology RT2500 wireless NICs.
226 #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
227 #device wl # Older non 802.11 Wavelan wireless NIC.
228
229 # Pseudo devices.
230 device loop # Network loopback
231 device random # Entropy device
232 device ether # Ethernet support
233 device vlan # 802.1Q VLAN support
234 device tun # Packet tunnel.
235 device md # Memory "disks"
236 device gif # IPv6 and IPv4 tunneling
237 device firmware # firmware assist module
238
239 # The `bpf' device enables the Berkeley Packet Filter.
240 # Be aware of the administrative consequences of enabling this!
241 # Note that 'bpf' is required for DHCP.
242 device bpf # Berkeley packet filter
243
244 # USB support
245 #options USB_DEBUG # enable debug msgs
246 #device uhci # UHCI PCI->USB interface
247 #device ohci # OHCI PCI->USB interface
248 #device ehci # EHCI PCI->USB interface (USB 2.0)
249 #device usb # USB Bus (required)
250 #device ukbd # Keyboard
251 #device umass # Disks/Mass storage - Requires scbus and da
252
253 # Sound support
254 #device sound # Generic sound driver (required)
255 #device snd_mss # Microsoft Sound System
256 #device "snd_sb16" # Sound Blaster 16
257 #device snd_sbc # Sound Blaster
258
259 # The crypto framework is required by IPSEC
260 device crypto # Required by IPSEC
Cache object: 20cf2f54d88ca949c42f31c2ff06e435
|