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