Deleted Added
full compact
GENERIC (102153) GENERIC (104519)
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 102153 2002-08-20 00:10:22Z peter $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 104519 2002-10-05 16:35:33Z phk $
20
21machine pc98
22#cpu I386_CPU #Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27maxusers 0
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints "GENERIC.hints" #Default places to look for devices.
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33
20
21machine pc98
22#cpu I386_CPU #Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27maxusers 0
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints "GENERIC.hints" #Default places to look for devices.
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33
34options NO_GEOM
35
34options PC98 #PC98
35options MATH_EMULATE #Support for x87 emulation
36options INET #InterNETworking
37options INET6 #IPv6 communications protocols
38options FFS #Berkeley Fast Filesystem
39options SOFTUPDATES #Enable FFS soft updates support
40options UFS_DIRHASH #Improve performance on big directories
41options MD_ROOT #MD is a potential root device
42options NFSCLIENT #Network Filesystem Client
43options NFSSERVER #Network Filesystem Server
44options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
45options MSDOSFS #MSDOS Filesystem
46options CD9660 #ISO 9660 Filesystem
47options PROCFS #Process filesystem (requires PSEUDOFS)
48options PSEUDOFS #Pseudo-filesystem framework
49options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
50options COMPAT_FREEBSD4 #Compatible with FreeBSD4
51options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
52options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
53#options EPSON_MEMWIN #EPSON memory window support
54#options LINE30
55options KTRACE #ktrace(1) support
56options SYSVSHM #SYSV-style shared memory
57options SYSVMSG #SYSV-style message queues
58options SYSVSEM #SYSV-style semaphores
59options P1003_1B #Posix P1003_1B real-time extensions
60options _KPOSIX_PRIORITY_SCHEDULING
61options KBD_INSTALL_CDEV # install a CDEV entry in /dev
62
63# Debugging for use in -current
64options DDB #Enable the kernel debugger
65options INVARIANTS #Enable calls of extra sanity checking
66options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
67options WITNESS #Enable checks to detect deadlocks and cycles
68options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
69
70# To make an SMP kernel, the next two are needed
71#options SMP # Symmetric MultiProcessor Kernel
72#options APIC_IO # Symmetric (APIC) I/O
73
74device isa
75device pci
76options COMPAT_OLDISA # Old ISA driver shims
77
78# Floppy drives
79device fdc
80
81# IDE controller and disks
82device wdc 1
83
84# ATAPI devices on wdc
85device wcd 1 #IDE CD-ROM
86#device wfd 1 #IDE Floppy (e.g. LS-120)
87#device wst 1 #IDE Tape (e.g. Travan)
88
89# SCSI Controllers
90device adv # Advansys SCSI adapters
91device ahc # AHA2940 and onboard AIC7xxx devices
92device amd # AMD 53C974 (Tekram DC-390(T))
93device isp # Qlogic family
94#device ncr # NCR/Symbios Logic
95device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
96
97device aic # PC-9801-100
98options BS_TARG_SAFEMODE
99device bs 1 # WD33C93 SCSI card (55/92 like board)
100#device ct # host adapter using WD33C93[ABC] chip (C bus)
101
102device ncv # NCR 53C500
103device nsp # Workbit Ninja SCSI-3
104device stg # TMC 18C30/18C50
105
106# SCSI peripherals
107device scbus # SCSI bus (required)
108device ch # SCSI media changers
109device da # Direct Access (disks)
110device sa # Sequential Access (tape etc)
111device cd # CD
112device pass # Passthrough device (direct SCSI access)
113device ses # SCSI Environmental Services (and SAF-TE)
114
115# keyboard driver
116device pckbd # PC98 keyboard
117
118device gdc # GDC screen
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# Floating point support - do not disable.
126device npx
127
128# Power management support (see NOTES for more options)
129#device apm
130#device pmc
131# Add suspend/resume support for the i8254.
132#device pmtimer
133
134# Audio support
135#device pcm # Windows Sound System
136#device sbc # Sound Blaster 16
137
138# PCCARD (PCMCIA) support
139device card 1 # pccard bus
140device pcic # PCMCIA bridge
141
142# Serial (COM) ports
143options COM_MULTIPORT
144#options COM_ESP # ESP98
145device sio # 8250, 16[45]50, 8251 based serial ports
146
147device mse
148#device joy
149
150# NEW Parallel port
151device ppc
152device ppbus # Parallel port bus (required)
153device lpt # Printer
154device plip # TCP/IP over parallel
155device ppi # Parallel port interface device
156#device vpo # Requires scbus and da
157# OLD Parallel port
158# Please stay olpt driver after ppc driver
159#device olpt
160
161# PCI Ethernet NICs.
162device de # DEC/Intel DC21x4x (``Tulip'')
163device em # Intel PRO/1000 adapter Gigabit Ethernet Card
164device txp # 3Com 3cR990 (``Typhoon'')
165device vx # 3Com 3c590, 3c595 (``Vortex'')
166
167# PCI Ethernet NICs that use the common MII bus controller code.
168# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
169device miibus # MII bus support
170device dc # DEC/Intel 21143 and various workalikes
171device fxp # Intel EtherExpress PRO/100B (82557, 82558)
172device pcn # AMD Am79C97x PCI 10/100 NICs
173device rl # RealTek 8129/8139
174device sf # Adaptec AIC-6915 (``Starfire'')
175device sis # Silicon Integrated Systems SiS 900/SiS 7016
176device ste # Sundance ST201 (D-Link DFE-550TX)
177device tl # Texas Instruments ThunderLAN
178device tx # SMC EtherPower II (83c170 ``EPIC'')
179device vr # VIA Rhine, Rhine II
180device wb # Winbond W89C840F
181device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# ISA Ethernet NICs. pccard nics included.
184# 'device ed' requires 'device miibus'
185device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
186device ep # Etherlink III based cards
187device fe # Fujitsu MB8696x based cards
188device lnc # C-NET(98)S
189device sn # SMC's 9000 series of ethernet chips
190device snc
191device xe # Xircom pccard ethernet
192
193# Wireless NIC cards
194device an # Aironet 4500/4800 802.11 wireless NICs.
195device awi # BayStack 660 and others
196device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
197#device wl # Older non 802.11 Wavelan wireless NIC.
198
199# Pseudo devices - the number indicates how many units to allocate.
200device random # Entropy device
201device loop # Network loopback
202device ether # Ethernet support
203device sl # Kernel SLIP
204device ppp # Kernel PPP
205device tun # Packet tunnel.
206device pty # Pseudo-ttys (telnet etc)
207device md # Memory "disks"
208device gif # IPv6 and IPv4 tunneling
209device faith # IPv6-to-IPv4 relaying (translation)
210
211# The `bpf' device enables the Berkeley Packet Filter.
212# Be aware of the administrative consequences of enabling this!
213device bpf # Berkeley packet filter
214
215#device compat_atdisk # IBM-PC HDD support
216
217# USB support
218#device uhci # UHCI PCI->USB interface
219#device ohci # OHCI PCI->USB interface
220#device usb # USB Bus (required)
221#device udbp # USB Double Bulk Pipe devices
222#device ugen # Generic
223#device uhid # "Human Interface Devices"
224#device ukbd # Keyboard
225#device ulpt # Printer
226#device umass # Disks/Mass storage - Requires scbus and da
227#device ums # Mouse
228#device urio # Diamond Rio 500 MP3 player
229#device uscanner # Scanners
230# USB Ethernet, requires mii
231#device aue # ADMtek USB ethernet
232#device cue # CATC USB ethernet
233#device kue # Kawasaki LSI USB ethernet
36options PC98 #PC98
37options MATH_EMULATE #Support for x87 emulation
38options INET #InterNETworking
39options INET6 #IPv6 communications protocols
40options FFS #Berkeley Fast Filesystem
41options SOFTUPDATES #Enable FFS soft updates support
42options UFS_DIRHASH #Improve performance on big directories
43options MD_ROOT #MD is a potential root device
44options NFSCLIENT #Network Filesystem Client
45options NFSSERVER #Network Filesystem Server
46options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
47options MSDOSFS #MSDOS Filesystem
48options CD9660 #ISO 9660 Filesystem
49options PROCFS #Process filesystem (requires PSEUDOFS)
50options PSEUDOFS #Pseudo-filesystem framework
51options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
52options COMPAT_FREEBSD4 #Compatible with FreeBSD4
53options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
54options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
55#options EPSON_MEMWIN #EPSON memory window support
56#options LINE30
57options KTRACE #ktrace(1) support
58options SYSVSHM #SYSV-style shared memory
59options SYSVMSG #SYSV-style message queues
60options SYSVSEM #SYSV-style semaphores
61options P1003_1B #Posix P1003_1B real-time extensions
62options _KPOSIX_PRIORITY_SCHEDULING
63options KBD_INSTALL_CDEV # install a CDEV entry in /dev
64
65# Debugging for use in -current
66options DDB #Enable the kernel debugger
67options INVARIANTS #Enable calls of extra sanity checking
68options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
69options WITNESS #Enable checks to detect deadlocks and cycles
70options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
71
72# To make an SMP kernel, the next two are needed
73#options SMP # Symmetric MultiProcessor Kernel
74#options APIC_IO # Symmetric (APIC) I/O
75
76device isa
77device pci
78options COMPAT_OLDISA # Old ISA driver shims
79
80# Floppy drives
81device fdc
82
83# IDE controller and disks
84device wdc 1
85
86# ATAPI devices on wdc
87device wcd 1 #IDE CD-ROM
88#device wfd 1 #IDE Floppy (e.g. LS-120)
89#device wst 1 #IDE Tape (e.g. Travan)
90
91# SCSI Controllers
92device adv # Advansys SCSI adapters
93device ahc # AHA2940 and onboard AIC7xxx devices
94device amd # AMD 53C974 (Tekram DC-390(T))
95device isp # Qlogic family
96#device ncr # NCR/Symbios Logic
97device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
98
99device aic # PC-9801-100
100options BS_TARG_SAFEMODE
101device bs 1 # WD33C93 SCSI card (55/92 like board)
102#device ct # host adapter using WD33C93[ABC] chip (C bus)
103
104device ncv # NCR 53C500
105device nsp # Workbit Ninja SCSI-3
106device stg # TMC 18C30/18C50
107
108# SCSI peripherals
109device scbus # SCSI bus (required)
110device ch # SCSI media changers
111device da # Direct Access (disks)
112device sa # Sequential Access (tape etc)
113device cd # CD
114device pass # Passthrough device (direct SCSI access)
115device ses # SCSI Environmental Services (and SAF-TE)
116
117# keyboard driver
118device pckbd # PC98 keyboard
119
120device gdc # GDC screen
121
122device splash # Splash screen and screen saver support
123
124# syscons is the default console driver, resembling an SCO console
125device sc
126
127# Floating point support - do not disable.
128device npx
129
130# Power management support (see NOTES for more options)
131#device apm
132#device pmc
133# Add suspend/resume support for the i8254.
134#device pmtimer
135
136# Audio support
137#device pcm # Windows Sound System
138#device sbc # Sound Blaster 16
139
140# PCCARD (PCMCIA) support
141device card 1 # pccard bus
142device pcic # PCMCIA bridge
143
144# Serial (COM) ports
145options COM_MULTIPORT
146#options COM_ESP # ESP98
147device sio # 8250, 16[45]50, 8251 based serial ports
148
149device mse
150#device joy
151
152# NEW Parallel port
153device ppc
154device ppbus # Parallel port bus (required)
155device lpt # Printer
156device plip # TCP/IP over parallel
157device ppi # Parallel port interface device
158#device vpo # Requires scbus and da
159# OLD Parallel port
160# Please stay olpt driver after ppc driver
161#device olpt
162
163# PCI Ethernet NICs.
164device de # DEC/Intel DC21x4x (``Tulip'')
165device em # Intel PRO/1000 adapter Gigabit Ethernet Card
166device txp # 3Com 3cR990 (``Typhoon'')
167device vx # 3Com 3c590, 3c595 (``Vortex'')
168
169# PCI Ethernet NICs that use the common MII bus controller code.
170# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
171device miibus # MII bus support
172device dc # DEC/Intel 21143 and various workalikes
173device fxp # Intel EtherExpress PRO/100B (82557, 82558)
174device pcn # AMD Am79C97x PCI 10/100 NICs
175device rl # RealTek 8129/8139
176device sf # Adaptec AIC-6915 (``Starfire'')
177device sis # Silicon Integrated Systems SiS 900/SiS 7016
178device ste # Sundance ST201 (D-Link DFE-550TX)
179device tl # Texas Instruments ThunderLAN
180device tx # SMC EtherPower II (83c170 ``EPIC'')
181device vr # VIA Rhine, Rhine II
182device wb # Winbond W89C840F
183device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
184
185# ISA Ethernet NICs. pccard nics included.
186# 'device ed' requires 'device miibus'
187device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
188device ep # Etherlink III based cards
189device fe # Fujitsu MB8696x based cards
190device lnc # C-NET(98)S
191device sn # SMC's 9000 series of ethernet chips
192device snc
193device xe # Xircom pccard ethernet
194
195# Wireless NIC cards
196device an # Aironet 4500/4800 802.11 wireless NICs.
197device awi # BayStack 660 and others
198device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
199#device wl # Older non 802.11 Wavelan wireless NIC.
200
201# Pseudo devices - the number indicates how many units to allocate.
202device random # Entropy device
203device loop # Network loopback
204device ether # Ethernet support
205device sl # Kernel SLIP
206device ppp # Kernel PPP
207device tun # Packet tunnel.
208device pty # Pseudo-ttys (telnet etc)
209device md # Memory "disks"
210device gif # IPv6 and IPv4 tunneling
211device faith # IPv6-to-IPv4 relaying (translation)
212
213# The `bpf' device enables the Berkeley Packet Filter.
214# Be aware of the administrative consequences of enabling this!
215device bpf # Berkeley packet filter
216
217#device compat_atdisk # IBM-PC HDD support
218
219# USB support
220#device uhci # UHCI PCI->USB interface
221#device ohci # OHCI PCI->USB interface
222#device usb # USB Bus (required)
223#device udbp # USB Double Bulk Pipe devices
224#device ugen # Generic
225#device uhid # "Human Interface Devices"
226#device ukbd # Keyboard
227#device ulpt # Printer
228#device umass # Disks/Mass storage - Requires scbus and da
229#device ums # Mouse
230#device urio # Diamond Rio 500 MP3 player
231#device uscanner # Scanners
232# USB Ethernet, requires mii
233#device aue # ADMtek USB ethernet
234#device cue # CATC USB ethernet
235#device kue # Kawasaki LSI USB ethernet