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