Deleted Added
full compact
GENERIC (105054) GENERIC (105329)
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 105054 2002-10-13 16:29:17Z mike $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 105329 2002-10-17 13:57:57Z nyan $
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
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 _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
62options KBD_INSTALL_CDEV # install a CDEV entry in /dev
63
64# Debugging for use in -current
65options DDB #Enable the kernel debugger
66options INVARIANTS #Enable calls of extra sanity checking
67options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
68options WITNESS #Enable checks to detect deadlocks and cycles
69options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
70
71# To make an SMP kernel, the next two are needed
72#options SMP # Symmetric MultiProcessor Kernel
73#options APIC_IO # Symmetric (APIC) I/O
74
75device isa
76device pci
77options COMPAT_OLDISA # Old ISA driver shims
78
79# Floppy drives
80device fdc
81
82# IDE controller and disks
83device wdc 1
84
85# ATAPI devices on wdc
86device wcd 1 #IDE CD-ROM
87#device wfd 1 #IDE Floppy (e.g. LS-120)
88#device wst 1 #IDE Tape (e.g. Travan)
89
90# SCSI Controllers
91device adv # Advansys SCSI adapters
92device ahc # AHA2940 and onboard AIC7xxx devices
93device amd # AMD 53C974 (Tekram DC-390(T))
94device isp # Qlogic family
95#device ncr # NCR/Symbios Logic
96device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device aic # PC-9801-100
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
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 _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
62options KBD_INSTALL_CDEV # install a CDEV entry in /dev
63
64# Debugging for use in -current
65options DDB #Enable the kernel debugger
66options INVARIANTS #Enable calls of extra sanity checking
67options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
68options WITNESS #Enable checks to detect deadlocks and cycles
69options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
70
71# To make an SMP kernel, the next two are needed
72#options SMP # Symmetric MultiProcessor Kernel
73#options APIC_IO # Symmetric (APIC) I/O
74
75device isa
76device pci
77options COMPAT_OLDISA # Old ISA driver shims
78
79# Floppy drives
80device fdc
81
82# IDE controller and disks
83device wdc 1
84
85# ATAPI devices on wdc
86device wcd 1 #IDE CD-ROM
87#device wfd 1 #IDE Floppy (e.g. LS-120)
88#device wst 1 #IDE Tape (e.g. Travan)
89
90# SCSI Controllers
91device adv # Advansys SCSI adapters
92device ahc # AHA2940 and onboard AIC7xxx devices
93device amd # AMD 53C974 (Tekram DC-390(T))
94device isp # Qlogic family
95#device ncr # NCR/Symbios Logic
96device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device aic # PC-9801-100
99options BS_TARG_SAFEMODE
100device bs 1 # WD33C93 SCSI card (55/92 like board)
101#device ct # host adapter using WD33C93[ABC] chip (C bus)
99#options BS_TARG_SAFEMODE
100#device bs 1 # WD33C93 SCSI card (55/92 like board)
101device ct # host adapter using WD33C93[ABC] chip (C bus)
102
103device ncv # NCR 53C500
104device nsp # Workbit Ninja SCSI-3
105device stg # TMC 18C30/18C50
106
107# SCSI peripherals
108device scbus # SCSI bus (required)
109device ch # SCSI media changers
110device da # Direct Access (disks)
111device sa # Sequential Access (tape etc)
112device cd # CD
113device pass # Passthrough device (direct SCSI access)
114device ses # SCSI Environmental Services (and SAF-TE)
115
116# keyboard driver
117device pckbd # PC98 keyboard
118
119device gdc # GDC screen
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# Floating point support - do not disable.
127device npx
128
129# Power management support (see NOTES for more options)
130#device apm
131#device pmc
132# Add suspend/resume support for the i8254.
133#device pmtimer
134
135# Audio support
136#device pcm # Windows Sound System
137#device sbc # Sound Blaster 16
138
139# PCCARD (PCMCIA) support
140device card 1 # pccard bus
141device pcic # PCMCIA bridge
142
143# Serial (COM) ports
144options COM_MULTIPORT
145#options COM_ESP # ESP98
146device sio # 8250, 16[45]50, 8251 based serial ports
147
148device mse
149#device joy
150
151# NEW Parallel port
152device ppc
153device ppbus # Parallel port bus (required)
154device lpt # Printer
155device plip # TCP/IP over parallel
156device ppi # Parallel port interface device
157#device vpo # Requires scbus and da
158# OLD Parallel port
159# Please stay olpt driver after ppc driver
160#device olpt
161
162# PCI Ethernet NICs.
163device de # DEC/Intel DC21x4x (``Tulip'')
164device em # Intel PRO/1000 adapter Gigabit Ethernet Card
165device txp # 3Com 3cR990 (``Typhoon'')
166device vx # 3Com 3c590, 3c595 (``Vortex'')
167
168# PCI Ethernet NICs that use the common MII bus controller code.
169# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
170device miibus # MII bus support
171device dc # DEC/Intel 21143 and various workalikes
172device fxp # Intel EtherExpress PRO/100B (82557, 82558)
173device pcn # AMD Am79C97x PCI 10/100 NICs
174device rl # RealTek 8129/8139
175device sf # Adaptec AIC-6915 (``Starfire'')
176device sis # Silicon Integrated Systems SiS 900/SiS 7016
177device ste # Sundance ST201 (D-Link DFE-550TX)
178device tl # Texas Instruments ThunderLAN
179device tx # SMC EtherPower II (83c170 ``EPIC'')
180device vr # VIA Rhine, Rhine II
181device wb # Winbond W89C840F
182device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
183
184# ISA Ethernet NICs. pccard nics included.
185# 'device ed' requires 'device miibus'
186device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device ep # Etherlink III based cards
188device fe # Fujitsu MB8696x based cards
189device lnc # C-NET(98)S
190device sn # SMC's 9000 series of ethernet chips
191device snc
192device xe # Xircom pccard ethernet
193
194# Wireless NIC cards
195device an # Aironet 4500/4800 802.11 wireless NICs.
196device awi # BayStack 660 and others
197device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
198#device wl # Older non 802.11 Wavelan wireless NIC.
199
200# Pseudo devices - the number indicates how many units to allocate.
201device random # Entropy device
202device loop # Network loopback
203device ether # Ethernet support
204device sl # Kernel SLIP
205device ppp # Kernel PPP
206device tun # Packet tunnel.
207device pty # Pseudo-ttys (telnet etc)
208device md # Memory "disks"
209device gif # IPv6 and IPv4 tunneling
210device faith # IPv6-to-IPv4 relaying (translation)
211
212# The `bpf' device enables the Berkeley Packet Filter.
213# Be aware of the administrative consequences of enabling this!
214device bpf # Berkeley packet filter
215
216#device compat_atdisk # IBM-PC HDD support
217
218# USB support
219#device uhci # UHCI PCI->USB interface
220#device ohci # OHCI PCI->USB interface
221#device usb # USB Bus (required)
222#device udbp # USB Double Bulk Pipe devices
223#device ugen # Generic
224#device uhid # "Human Interface Devices"
225#device ukbd # Keyboard
226#device ulpt # Printer
227#device umass # Disks/Mass storage - Requires scbus and da
228#device ums # Mouse
229#device urio # Diamond Rio 500 MP3 player
230#device uscanner # Scanners
231# USB Ethernet, requires mii
232#device aue # ADMtek USB ethernet
233#device cue # CATC USB ethernet
234#device kue # Kawasaki LSI USB ethernet
102
103device ncv # NCR 53C500
104device nsp # Workbit Ninja SCSI-3
105device stg # TMC 18C30/18C50
106
107# SCSI peripherals
108device scbus # SCSI bus (required)
109device ch # SCSI media changers
110device da # Direct Access (disks)
111device sa # Sequential Access (tape etc)
112device cd # CD
113device pass # Passthrough device (direct SCSI access)
114device ses # SCSI Environmental Services (and SAF-TE)
115
116# keyboard driver
117device pckbd # PC98 keyboard
118
119device gdc # GDC screen
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# Floating point support - do not disable.
127device npx
128
129# Power management support (see NOTES for more options)
130#device apm
131#device pmc
132# Add suspend/resume support for the i8254.
133#device pmtimer
134
135# Audio support
136#device pcm # Windows Sound System
137#device sbc # Sound Blaster 16
138
139# PCCARD (PCMCIA) support
140device card 1 # pccard bus
141device pcic # PCMCIA bridge
142
143# Serial (COM) ports
144options COM_MULTIPORT
145#options COM_ESP # ESP98
146device sio # 8250, 16[45]50, 8251 based serial ports
147
148device mse
149#device joy
150
151# NEW Parallel port
152device ppc
153device ppbus # Parallel port bus (required)
154device lpt # Printer
155device plip # TCP/IP over parallel
156device ppi # Parallel port interface device
157#device vpo # Requires scbus and da
158# OLD Parallel port
159# Please stay olpt driver after ppc driver
160#device olpt
161
162# PCI Ethernet NICs.
163device de # DEC/Intel DC21x4x (``Tulip'')
164device em # Intel PRO/1000 adapter Gigabit Ethernet Card
165device txp # 3Com 3cR990 (``Typhoon'')
166device vx # 3Com 3c590, 3c595 (``Vortex'')
167
168# PCI Ethernet NICs that use the common MII bus controller code.
169# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
170device miibus # MII bus support
171device dc # DEC/Intel 21143 and various workalikes
172device fxp # Intel EtherExpress PRO/100B (82557, 82558)
173device pcn # AMD Am79C97x PCI 10/100 NICs
174device rl # RealTek 8129/8139
175device sf # Adaptec AIC-6915 (``Starfire'')
176device sis # Silicon Integrated Systems SiS 900/SiS 7016
177device ste # Sundance ST201 (D-Link DFE-550TX)
178device tl # Texas Instruments ThunderLAN
179device tx # SMC EtherPower II (83c170 ``EPIC'')
180device vr # VIA Rhine, Rhine II
181device wb # Winbond W89C840F
182device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
183
184# ISA Ethernet NICs. pccard nics included.
185# 'device ed' requires 'device miibus'
186device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device ep # Etherlink III based cards
188device fe # Fujitsu MB8696x based cards
189device lnc # C-NET(98)S
190device sn # SMC's 9000 series of ethernet chips
191device snc
192device xe # Xircom pccard ethernet
193
194# Wireless NIC cards
195device an # Aironet 4500/4800 802.11 wireless NICs.
196device awi # BayStack 660 and others
197device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
198#device wl # Older non 802.11 Wavelan wireless NIC.
199
200# Pseudo devices - the number indicates how many units to allocate.
201device random # Entropy device
202device loop # Network loopback
203device ether # Ethernet support
204device sl # Kernel SLIP
205device ppp # Kernel PPP
206device tun # Packet tunnel.
207device pty # Pseudo-ttys (telnet etc)
208device md # Memory "disks"
209device gif # IPv6 and IPv4 tunneling
210device faith # IPv6-to-IPv4 relaying (translation)
211
212# The `bpf' device enables the Berkeley Packet Filter.
213# Be aware of the administrative consequences of enabling this!
214device bpf # Berkeley packet filter
215
216#device compat_atdisk # IBM-PC HDD support
217
218# USB support
219#device uhci # UHCI PCI->USB interface
220#device ohci # OHCI PCI->USB interface
221#device usb # USB Bus (required)
222#device udbp # USB Double Bulk Pipe devices
223#device ugen # Generic
224#device uhid # "Human Interface Devices"
225#device ukbd # Keyboard
226#device ulpt # Printer
227#device umass # Disks/Mass storage - Requires scbus and da
228#device ums # Mouse
229#device urio # Diamond Rio 500 MP3 player
230#device uscanner # Scanners
231# USB Ethernet, requires mii
232#device aue # ADMtek USB ethernet
233#device cue # CATC USB ethernet
234#device kue # Kawasaki LSI USB ethernet