Deleted Added
full compact
GENERIC (64398) GENERIC (64777)
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/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 ./NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
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/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 ./NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 64398 2000-08-08 11:57:09Z nyan $
18# $FreeBSD: head/sys/pc98/conf/GENERIC 64777 2000-08-17 12:15:45Z nyan $
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32
27
28hints "GENERIC.hints"
29
30#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
31
32options PC98 #PC98
33options MATH_EMULATE #Support for x87 emulation
34options INET #InterNETworking
35options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37options FFS_ROOT #FFS usable as root device [keep this!]
38options SOFTUPDATES #Enable FFS soft updates support
39options MFS #Memory Filesystem
40options MD_ROOT #MD is a potential root device
41options NFS #Network Filesystem
42options NFS_ROOT #NFS usable as root device, NFS required
43options MSDOSFS #MSDOS Filesystem
44options CD9660 #ISO 9660 Filesystem
45options CD9660_ROOT #CD-ROM usable as root, CD9660 required
46options PROCFS #Process filesystem
47options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
48options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
49options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
50#options EPSON_MEMWIN #EPSON memory window support
51options UCONSOLE #Allow users to grab the console
52#options LINE30
53options USERCONFIG #boot -c editor
54options VISUAL_USERCONFIG #visual boot -c editor
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
61#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
62options RANDOMDEV #entropy device
63
64# To make an SMP kernel, the next two are needed
65#options SMP # Symmetric MultiProcessor Kernel
66#options APIC_IO # Symmetric (APIC) I/O
67# Optionally these may need tweaked, (defaults shown):
68#options NCPU=2 # number of CPUs
69#options NBUS=8 # number of busses
70#options NAPIC=1 # number of IO APICs
71#options NINTR=24 # number of INTs
72
73device isa
74device pci
75options COMPAT_OLDISA # Old ISA driver shims
76options COMPAT_OLDPCI # Old PCI driver shims
77
78# Floppy drives
79device fdc
80
81# IDE controller and disks
82device wdc
83
84# ATAPI devices on wdc
85device wcd #IDE CD-ROM
86#device wfd #IDE Floppy (e.g. LS-120)
87#device wst #IDE Tape (e.g. Travan)
88
89# SCSI Controllers
90device adv
91device ahc # AHA2940 and onboard AIC7xxx devices
92device amd # AMD 53C974 (Teckram DC-390(T))
93device isp # Qlogic family
94#device ncr # NCR/Symbios Logic
95device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
96
97# WD33C93 SCSI card (55/92 like board)
98options BS_TARG_SAFEMODE
99device bs 1
100
101# PC-9801-100
102device aic
103
104# SCSI peripherals
105device scbus # SCSI bus (required)
106device da # Direct Access (disks)
107device sa # Sequential Access (tape etc)
108device cd # CD
109device pass # Passthrough device (direct SCSI access)
110
111# RAID controllers
112#device ida # Compaq Smart RAID
113#device amr # AMI MegaRAID
114#device mlx # Mylex DAC960 family
115
116# keyboard driver
117device pckbd 1
118
119device gdc
120
121# splash screen/screen saver
122device splash
123
124# syscons is the default console driver, resembling an SCO console
125device sc 1
126
127# Floating point support - do not disable.
128device npx
129
130# Power management support (see NOTES for more options)
131#device apm
132
133# PCCARD (PCMCIA) support
134#device card
135#device pcic
136
137# Serial (COM) ports
138options COM_MULTIPORT
139#options COM_ESP # ESP98
140device sio
141
142device mse
143
144# NEW Parallel port
145device ppc
146device ppbus # Parallel port bus (required)
147device lpt # Printer
148device plip # TCP/IP over parallel
149device ppi # Parallel port interface device
150#device vpo # Requires scbus and da
151# OLD Parallel port
152# Please stay olpt driver after ppc driver
153device olpt 1
154
155
156# PCI Ethernet NICs.
157device de # DEC/Intel DC21x4x (``Tulip'')
158device fxp # Intel EtherExpress PRO/100B (82557, 82558)
159device tx # SMC 9432TX (83c170 ``EPIC'')
160device vx # 3Com 3c590, 3c595 (``Vortex'')
161device wx # Intel Gigabit Ethernet Card (``Wiseman'')
162
163# PCI Ethernet NICs that use the common MII bus controller code.
164device miibus # MII bus support
165device dc # DEC/Intel 21143 and various workalikes
166device rl # RealTek 8129/8139
167device sf # Adaptec AIC-6915 (``Starfire'')
168device sis # Silicon Integrated Systems SiS 900/SiS 7016
169device ste # Sundance ST201 (D-Link DFE-550TX)
170device tl # Texas Instruments ThunderLAN
171device vr # VIA Rhine, Rhine II
172device wb # Winbond W89C840F
173device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
174
175# ISA Ethernet NICs.
176
177# DP8390 NIC
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32
27
28hints "GENERIC.hints"
29
30#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
31
32options PC98 #PC98
33options MATH_EMULATE #Support for x87 emulation
34options INET #InterNETworking
35options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37options FFS_ROOT #FFS usable as root device [keep this!]
38options SOFTUPDATES #Enable FFS soft updates support
39options MFS #Memory Filesystem
40options MD_ROOT #MD is a potential root device
41options NFS #Network Filesystem
42options NFS_ROOT #NFS usable as root device, NFS required
43options MSDOSFS #MSDOS Filesystem
44options CD9660 #ISO 9660 Filesystem
45options CD9660_ROOT #CD-ROM usable as root, CD9660 required
46options PROCFS #Process filesystem
47options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
48options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
49options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
50#options EPSON_MEMWIN #EPSON memory window support
51options UCONSOLE #Allow users to grab the console
52#options LINE30
53options USERCONFIG #boot -c editor
54options VISUAL_USERCONFIG #visual boot -c editor
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
61#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
62options RANDOMDEV #entropy device
63
64# To make an SMP kernel, the next two are needed
65#options SMP # Symmetric MultiProcessor Kernel
66#options APIC_IO # Symmetric (APIC) I/O
67# Optionally these may need tweaked, (defaults shown):
68#options NCPU=2 # number of CPUs
69#options NBUS=8 # number of busses
70#options NAPIC=1 # number of IO APICs
71#options NINTR=24 # number of INTs
72
73device isa
74device pci
75options COMPAT_OLDISA # Old ISA driver shims
76options COMPAT_OLDPCI # Old PCI driver shims
77
78# Floppy drives
79device fdc
80
81# IDE controller and disks
82device wdc
83
84# ATAPI devices on wdc
85device wcd #IDE CD-ROM
86#device wfd #IDE Floppy (e.g. LS-120)
87#device wst #IDE Tape (e.g. Travan)
88
89# SCSI Controllers
90device adv
91device ahc # AHA2940 and onboard AIC7xxx devices
92device amd # AMD 53C974 (Teckram DC-390(T))
93device isp # Qlogic family
94#device ncr # NCR/Symbios Logic
95device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
96
97# WD33C93 SCSI card (55/92 like board)
98options BS_TARG_SAFEMODE
99device bs 1
100
101# PC-9801-100
102device aic
103
104# SCSI peripherals
105device scbus # SCSI bus (required)
106device da # Direct Access (disks)
107device sa # Sequential Access (tape etc)
108device cd # CD
109device pass # Passthrough device (direct SCSI access)
110
111# RAID controllers
112#device ida # Compaq Smart RAID
113#device amr # AMI MegaRAID
114#device mlx # Mylex DAC960 family
115
116# keyboard driver
117device pckbd 1
118
119device gdc
120
121# splash screen/screen saver
122device splash
123
124# syscons is the default console driver, resembling an SCO console
125device sc 1
126
127# Floating point support - do not disable.
128device npx
129
130# Power management support (see NOTES for more options)
131#device apm
132
133# PCCARD (PCMCIA) support
134#device card
135#device pcic
136
137# Serial (COM) ports
138options COM_MULTIPORT
139#options COM_ESP # ESP98
140device sio
141
142device mse
143
144# NEW Parallel port
145device ppc
146device ppbus # Parallel port bus (required)
147device lpt # Printer
148device plip # TCP/IP over parallel
149device ppi # Parallel port interface device
150#device vpo # Requires scbus and da
151# OLD Parallel port
152# Please stay olpt driver after ppc driver
153device olpt 1
154
155
156# PCI Ethernet NICs.
157device de # DEC/Intel DC21x4x (``Tulip'')
158device fxp # Intel EtherExpress PRO/100B (82557, 82558)
159device tx # SMC 9432TX (83c170 ``EPIC'')
160device vx # 3Com 3c590, 3c595 (``Vortex'')
161device wx # Intel Gigabit Ethernet Card (``Wiseman'')
162
163# PCI Ethernet NICs that use the common MII bus controller code.
164device miibus # MII bus support
165device dc # DEC/Intel 21143 and various workalikes
166device rl # RealTek 8129/8139
167device sf # Adaptec AIC-6915 (``Starfire'')
168device sis # Silicon Integrated Systems SiS 900/SiS 7016
169device ste # Sundance ST201 (D-Link DFE-550TX)
170device tl # Texas Instruments ThunderLAN
171device vr # VIA Rhine, Rhine II
172device wb # Winbond W89C840F
173device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
174
175# ISA Ethernet NICs.
176
177# DP8390 NIC
178#device ed 1
178device ed
179
180# MB86960A NIC
181options FE_8BIT_SUPPORT # LAC-98 support
182device fe
183
184device ep
185device lnc
186device sn
187
188# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
189# exists only as a PCMCIA device, so there is no ISA attatement needed
190# and resources will always be dynamically assigned by the pccard code.
191device wi
192# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
193# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
194# mode (the factory default). If you set the switches on your ISA
195# card for a manually chosen I/O address and IRQ, you must specify
196# those paremeters here.
197device an
198# BayStack 660 and others
199device awi
200# Xircom pccard ethernet
201#device xe
202
203
204# The VoxWare sound drivers
205#device snd
206#device sb
207#device sbxvi
208#device sbmidi
209#device opl
210#device nss
211#device mss
212#device mpu
213
214#device joy
215
216# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
217#
218# Windows Sound System
219#device pcm
220#
221# Sound Blaster 16 (This device need the bridge driver.)
222#device pcm
223#device sbc
224
225# Pseudo devices - the number indicates how many units to allocated.
226device loop # Network loopback
227device ether # Ethernet support
228device sl # Kernel SLIP
229device ppp 1 # Kernel PPP
230device tun # Packet tunnel.
231device pty # Pseudo-ttys (telnet etc)
232device md # Memory "disks"
233device gif 4 # IPv6 and IPv4 tunneling
234device faith 1 # IPv6-to-IPv4 relaying (translation)
235
236# The `bpf' device enables the Berkeley Packet Filter.
237# Be aware of the administrative consequences of enabling this!
238device bpf # Berkeley packet filter
239
240#device compat_atdisk # IBM-PC HDD support
241
242# USB support
243#device uhci # UHCI PCI->USB interface
244#device ohci # OHCI PCI->USB interface
245#device usb # USB Bus (required)
246#device udbp # USB Double Bulk Pipe devices
247#device ugen # Generic
248#device uhid # "Human Interface Devices"
249#device ukbd # Keyboard
250#device ulpt # Printer
251#device umass # Disks/Mass storage - Requires scbus and da
252#device ums # Mouse
253#device urio # Diamond Rio 500 MP3 player
254# USB Ethernet, requires mii
255#device aue # ADMtek USB ethernet
256#device cue # CATC USB ethernet
257#device kue # Kawasaki LSI USB ethernet
179
180# MB86960A NIC
181options FE_8BIT_SUPPORT # LAC-98 support
182device fe
183
184device ep
185device lnc
186device sn
187
188# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
189# exists only as a PCMCIA device, so there is no ISA attatement needed
190# and resources will always be dynamically assigned by the pccard code.
191device wi
192# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
193# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
194# mode (the factory default). If you set the switches on your ISA
195# card for a manually chosen I/O address and IRQ, you must specify
196# those paremeters here.
197device an
198# BayStack 660 and others
199device awi
200# Xircom pccard ethernet
201#device xe
202
203
204# The VoxWare sound drivers
205#device snd
206#device sb
207#device sbxvi
208#device sbmidi
209#device opl
210#device nss
211#device mss
212#device mpu
213
214#device joy
215
216# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
217#
218# Windows Sound System
219#device pcm
220#
221# Sound Blaster 16 (This device need the bridge driver.)
222#device pcm
223#device sbc
224
225# Pseudo devices - the number indicates how many units to allocated.
226device loop # Network loopback
227device ether # Ethernet support
228device sl # Kernel SLIP
229device ppp 1 # Kernel PPP
230device tun # Packet tunnel.
231device pty # Pseudo-ttys (telnet etc)
232device md # Memory "disks"
233device gif 4 # IPv6 and IPv4 tunneling
234device faith 1 # IPv6-to-IPv4 relaying (translation)
235
236# The `bpf' device enables the Berkeley Packet Filter.
237# Be aware of the administrative consequences of enabling this!
238device bpf # Berkeley packet filter
239
240#device compat_atdisk # IBM-PC HDD support
241
242# USB support
243#device uhci # UHCI PCI->USB interface
244#device ohci # OHCI PCI->USB interface
245#device usb # USB Bus (required)
246#device udbp # USB Double Bulk Pipe devices
247#device ugen # Generic
248#device uhid # "Human Interface Devices"
249#device ukbd # Keyboard
250#device ulpt # Printer
251#device umass # Disks/Mass storage - Requires scbus and da
252#device ums # Mouse
253#device urio # Diamond Rio 500 MP3 player
254# USB Ethernet, requires mii
255#device aue # ADMtek USB ethernet
256#device cue # CATC USB ethernet
257#device kue # Kawasaki LSI USB ethernet