Deleted Added
full compact
GENERIC (150615) GENERIC (151801)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# 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 handbook section on
5# 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 150615 2005-09-27 13:10:24Z nyan $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 151801 2005-10-28 15:30:51Z nyan $
20
21machine pc98 i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27# To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" # Default places to look for devices.
29
30makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
31
20
21machine pc98 i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27# To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" # Default places to look for devices.
29
30makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
31
32options PC98 # PC98
33#options SCHED_ULE # ULE scheduler
34options SCHED_4BSD # 4BSD scheduler
35options PREEMPTION # Enable kernel thread preemption
36options INET # InterNETworking
37options INET6 # IPv6 communications protocols
38options FFS # Berkeley Fast Filesystem
39options SOFTUPDATES # Enable FFS soft updates support
40options UFS_ACL # Support for access control lists

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

70options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
71options WITNESS # Enable checks to detect deadlocks and cycles
72options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
73
74# To make an SMP kernel, the next two lines are needed
75#options SMP # Symmetric MultiProcessor Kernel
76#device apic # I/O APIC
77
32#options SCHED_ULE # ULE scheduler
33options SCHED_4BSD # 4BSD scheduler
34options PREEMPTION # Enable kernel thread preemption
35options INET # InterNETworking
36options INET6 # IPv6 communications protocols
37options FFS # Berkeley Fast Filesystem
38options SOFTUPDATES # Enable FFS soft updates support
39options UFS_ACL # Support for access control lists

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

69options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
70options WITNESS # Enable checks to detect deadlocks and cycles
71options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
72
73# To make an SMP kernel, the next two lines are needed
74#options SMP # Symmetric MultiProcessor Kernel
75#device apic # I/O APIC
76
78device isa
77# Bus support.
79device pci
80
81# Floppy drives
82device fdc
83
84# ATA and ATAPI devices
85device ata
86device atadisk # ATA disk drives

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

120
121device splash # Splash screen and screen saver support
122
123# syscons is the default console driver, resembling an SCO console
124device sc
125
126#device agp # support several AGP chipsets
127
78device pci
79
80# Floppy drives
81device fdc
82
83# ATA and ATAPI devices
84device ata
85device atadisk # ATA disk drives

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

119
120device splash # Splash screen and screen saver support
121
122# syscons is the default console driver, resembling an SCO console
123device sc
124
125#device agp # support several AGP chipsets
126
128# Floating point support - do not disable.
129device npx
130
131# Power management support (see NOTES for more options)
132#device apm
133#device pmc
134#device canbus
135#device canbepm
136# Add suspend/resume support for the i8254.
137#device pmtimer
138

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

212device an # Aironet 4500/4800 802.11 wireless NICs.
213device awi # BayStack 660 and others
214device ral # Ralink Technology RT2500 wireless NICs.
215device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
216#device wl # Older non 802.11 Wavelan wireless NIC.
217
218# Pseudo devices.
219device loop # Network loopback
127# Power management support (see NOTES for more options)
128#device apm
129#device pmc
130#device canbus
131#device canbepm
132# Add suspend/resume support for the i8254.
133#device pmtimer
134

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

208device an # Aironet 4500/4800 802.11 wireless NICs.
209device awi # BayStack 660 and others
210device ral # Ralink Technology RT2500 wireless NICs.
211device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
212#device wl # Older non 802.11 Wavelan wireless NIC.
213
214# Pseudo devices.
215device loop # Network loopback
220device mem # Memory and kernel memory devices
221device io # I/O device
222device random # Entropy device
223device ether # Ethernet support
224device sl # Kernel SLIP
225device ppp # Kernel PPP
226device tun # Packet tunnel.
227device pty # Pseudo-ttys (telnet etc)
228device md # Memory "disks"
229device gif # IPv6 and IPv4 tunneling

--- 34 unchanged lines hidden ---
216device random # Entropy device
217device ether # Ethernet support
218device sl # Kernel SLIP
219device ppp # Kernel PPP
220device tun # Packet tunnel.
221device pty # Pseudo-ttys (telnet etc)
222device md # Memory "disks"
223device gif # IPv6 and IPv4 tunneling

--- 34 unchanged lines hidden ---