Deleted Added
full compact
GENERIC (152865) GENERIC (154170)
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 152865 2005-11-27 23:17:00Z ru $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 154170 2006-01-10 09:19:10Z phk $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
30
31#options SCHED_ULE # ULE scheduler
32options SCHED_4BSD # 4BSD scheduler
33options PREEMPTION # Enable kernel thread preemption
34options INET # InterNETworking
35options INET6 # IPv6 communications protocols
36options FFS # Berkeley Fast Filesystem
37options SOFTUPDATES # Enable FFS soft updates support
38options UFS_ACL # Support for access control lists
39options UFS_DIRHASH # Improve performance on big directories
40options MD_ROOT # MD is a potential root device
41options NFSCLIENT # Network Filesystem Client
42options NFSSERVER # Network Filesystem Server
43options NFS_ROOT # NFS usable as /, requires NFSCLIENT
44options MSDOSFS # MSDOS Filesystem
45options CD9660 # ISO 9660 Filesystem
46options PROCFS # Process filesystem (requires PSEUDOFS)
47options PSEUDOFS # Pseudo-filesystem framework
48options GEOM_GPT # GUID Partition Tables.
49options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
30
31#options SCHED_ULE # ULE scheduler
32options SCHED_4BSD # 4BSD scheduler
33options PREEMPTION # Enable kernel thread preemption
34options INET # InterNETworking
35options INET6 # IPv6 communications protocols
36options FFS # Berkeley Fast Filesystem
37options SOFTUPDATES # Enable FFS soft updates support
38options UFS_ACL # Support for access control lists
39options UFS_DIRHASH # Improve performance on big directories
40options MD_ROOT # MD is a potential root device
41options NFSCLIENT # Network Filesystem Client
42options NFSSERVER # Network Filesystem Server
43options NFS_ROOT # NFS usable as /, requires NFSCLIENT
44options MSDOSFS # MSDOS Filesystem
45options CD9660 # ISO 9660 Filesystem
46options PROCFS # Process filesystem (requires PSEUDOFS)
47options PSEUDOFS # Pseudo-filesystem framework
48options GEOM_GPT # GUID Partition Tables.
49options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
50options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
50options COMPAT_FREEBSD4 # Compatible with FreeBSD4
51options COMPAT_FREEBSD5 # Compatible with FreeBSD5
52options SCSI_DELAY=5000 # 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 KDB # Enable kernel debugger support.
65options DDB # Support DDB.
66options GDB # Support remote GDB.
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 lines are needed
73#options SMP # Symmetric MultiProcessor Kernel
74#device apic # I/O APIC
75
76# Bus support.
77device pci
78
79# Floppy drives
80device fdc
81
82# ATA and ATAPI devices
83device ata
84device atadisk # ATA disk drives
85device atapicd # ATAPI CDROM drives
86device atapifd # ATAPI floppy drives
87device atapist # ATAPI tape drives
88options ATA_STATIC_ID # Static device numbering
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
99device ct # host adapter using WD33C93[ABC] chip (C bus)
100
101device ncv # NCR 53C500
102device nsp # Workbit Ninja SCSI-3
103device stg # TMC 18C30/18C50
104
105# SCSI peripherals
106device scbus # SCSI bus (required for SCSI)
107device ch # SCSI media changers
108device da # Direct Access (disks)
109device sa # Sequential Access (tape etc)
110device cd # CD
111device pass # Passthrough device (direct SCSI access)
112device ses # SCSI Environmental Services (and SAF-TE)
113
114# keyboard driver
115device pckbd # PC98 keyboard
116
117device gdc # GDC screen
118
119device splash # Splash screen and screen saver support
120
121# syscons is the default console driver, resembling an SCO console
122device sc
123
124#device agp # support several AGP chipsets
125
126# Power management support (see NOTES for more options)
127#device apm
128#device pmc
129#device canbus
130#device canbepm
131# Add suspend/resume support for the i8254.
132#device pmtimer
133
134# Audio support
135#device sound # Generic sound driver
136#device snd_mss # Microsoft Sound System
137#device "snd_sb16" # Sound Blaster 16
138#device snd_sbc # Sound Blaster
139
140# PCCARD (PCMCIA) support
141# PCMCIA and cardbus bridge support
142device cbb # cardbus (yenta) bridge
143device pccard # PC Card (16-bit) bus
144device cardbus # CardBus (32-bit) bus
145
146# Serial (COM) ports
147options COM_MULTIPORT
148#options COM_ESP # ESP98
149device sio # 8250, 16[45]50, 8251 based serial ports
150
151device mse
152#device joy
153
154# NEW Parallel port
155device ppc
156device ppbus # Parallel port bus (required)
157device lpt # Printer
158device plip # TCP/IP over parallel
159device ppi # Parallel port interface device
160#device vpo # Requires scbus and da
161# OLD Parallel port
162# Please stay olpt driver after ppc driver
163#device olpt
164
165# PCI Ethernet NICs.
166device de # DEC/Intel DC21x4x (``Tulip'')
167device em # Intel PRO/1000 adapter Gigabit Ethernet Card
168device txp # 3Com 3cR990 (``Typhoon'')
169device vx # 3Com 3c590, 3c595 (``Vortex'')
170
171# PCI Ethernet NICs that use the common MII bus controller code.
172# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
173device miibus # MII bus support
174device bfe # Broadcom BCM440x 10/100 Ethernet
175device bge # Broadcom BCM570xx Gigabit Ethernet
176device dc # DEC/Intel 21143 and various workalikes
177device fxp # Intel EtherExpress PRO/100B (82557, 82558)
178device lge # Level 1 LXT1001 gigabit Ethernet
179device nge # NatSemi DP83820 gigabit Ethernet
180device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
181device re # RealTek 8139C+/8169/8169S/8110S
182device rl # RealTek 8129/8139
183device sf # Adaptec AIC-6915 (``Starfire'')
184device sis # Silicon Integrated Systems SiS 900/SiS 7016
185device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
186device ste # Sundance ST201 (D-Link DFE-550TX)
187device ti # Alteon Networks Tigon I/II gigabit Ethernet
188device tl # Texas Instruments ThunderLAN
189device tx # SMC EtherPower II (83c170 ``EPIC'')
190device vge # VIA VT612x gigabit Ethernet
191device vr # VIA Rhine, Rhine II
192device wb # Winbond W89C840F
193device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
194
195# ISA Ethernet NICs. pccard NICs included.
196# 'device ed' requires 'device miibus'
197device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
198device ep # Etherlink III based cards
199device fe # Fujitsu MB8696x based cards
200device lnc # C-NET(98)S
201device sn # SMC's 9000 series of Ethernet chips
202device snc
203device xe # Xircom pccard Ethernet
204
205# Wireless NIC cards
206device wlan # 802.11 support
207device an # Aironet 4500/4800 802.11 wireless NICs.
208device awi # BayStack 660 and others
209device ral # Ralink Technology RT2500 wireless NICs.
210device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
211#device wl # Older non 802.11 Wavelan wireless NIC.
212
213# Pseudo devices.
214device loop # Network loopback
215device random # Entropy device
216device ether # Ethernet support
217device sl # Kernel SLIP
218device ppp # Kernel PPP
219device tun # Packet tunnel.
220device pty # Pseudo-ttys (telnet etc)
221device md # Memory "disks"
222device gif # IPv6 and IPv4 tunneling
223device faith # IPv6-to-IPv4 relaying (translation)
224
225# The `bpf' device enables the Berkeley Packet Filter.
226# Be aware of the administrative consequences of enabling this!
227# Note that 'bpf' is required for DHCP.
228device bpf # Berkeley packet filter
229
230# USB support
231#device uhci # UHCI PCI->USB interface
232#device ohci # OHCI PCI->USB interface
233#device ehci # EHCI PCI->USB interface (USB 2.0)
234#device usb # USB Bus (required)
235#device udbp # USB Double Bulk Pipe devices
236#device ugen # Generic
237#device uhid # "Human Interface Devices"
238#device ukbd # Keyboard
239#device ulpt # Printer
240#device umass # Disks/Mass storage - Requires scbus and da
241#device ums # Mouse
242#device ural # Ralink Technology RT2500USB wireless NICs
243#device urio # Diamond Rio 500 MP3 player
244#device uscanner # Scanners
245# USB Ethernet, requires miibus
246#device aue # ADMtek USB Ethernet
247#device axe # ASIX Electronics USB Ethernet
248#device cdce # Generic USB over Ethernet
249#device cue # CATC USB Ethernet
250#device kue # Kawasaki LSI USB Ethernet
251#device rue # RealTek RTL8150 USB Ethernet
252
253# FireWire support
254#device firewire # FireWire bus code
255#device sbp # SCSI over FireWire (Requires scbus and da)
256#device fwe # Ethernet over FireWire (non-standard!)
51options COMPAT_FREEBSD4 # Compatible with FreeBSD4
52options COMPAT_FREEBSD5 # Compatible with FreeBSD5
53options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
54options EPSON_BOUNCEDMA # use bounce buffer 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 KDB # Enable kernel debugger support.
66options DDB # Support DDB.
67options GDB # Support remote GDB.
68options INVARIANTS # Enable calls of extra sanity checking
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
77# Bus support.
78device pci
79
80# Floppy drives
81device fdc
82
83# ATA and ATAPI devices
84device ata
85device atadisk # ATA disk drives
86device atapicd # ATAPI CDROM drives
87device atapifd # ATAPI floppy drives
88device atapist # ATAPI tape drives
89options ATA_STATIC_ID # Static device numbering
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
100device 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 for SCSI)
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#device agp # support several AGP chipsets
126
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
135# Audio support
136#device sound # Generic sound driver
137#device snd_mss # Microsoft Sound System
138#device "snd_sb16" # Sound Blaster 16
139#device snd_sbc # Sound Blaster
140
141# PCCARD (PCMCIA) support
142# PCMCIA and cardbus bridge support
143device cbb # cardbus (yenta) bridge
144device pccard # PC Card (16-bit) bus
145device cardbus # CardBus (32-bit) bus
146
147# Serial (COM) ports
148options COM_MULTIPORT
149#options COM_ESP # ESP98
150device sio # 8250, 16[45]50, 8251 based serial ports
151
152device mse
153#device joy
154
155# NEW Parallel port
156device ppc
157device ppbus # Parallel port bus (required)
158device lpt # Printer
159device plip # TCP/IP over parallel
160device ppi # Parallel port interface device
161#device vpo # Requires scbus and da
162# OLD Parallel port
163# Please stay olpt driver after ppc driver
164#device olpt
165
166# PCI Ethernet NICs.
167device de # DEC/Intel DC21x4x (``Tulip'')
168device em # Intel PRO/1000 adapter Gigabit Ethernet Card
169device txp # 3Com 3cR990 (``Typhoon'')
170device vx # 3Com 3c590, 3c595 (``Vortex'')
171
172# PCI Ethernet NICs that use the common MII bus controller code.
173# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174device miibus # MII bus support
175device bfe # Broadcom BCM440x 10/100 Ethernet
176device bge # Broadcom BCM570xx Gigabit Ethernet
177device dc # DEC/Intel 21143 and various workalikes
178device fxp # Intel EtherExpress PRO/100B (82557, 82558)
179device lge # Level 1 LXT1001 gigabit Ethernet
180device nge # NatSemi DP83820 gigabit Ethernet
181device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
182device re # RealTek 8139C+/8169/8169S/8110S
183device rl # RealTek 8129/8139
184device sf # Adaptec AIC-6915 (``Starfire'')
185device sis # Silicon Integrated Systems SiS 900/SiS 7016
186device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
187device ste # Sundance ST201 (D-Link DFE-550TX)
188device ti # Alteon Networks Tigon I/II gigabit Ethernet
189device tl # Texas Instruments ThunderLAN
190device tx # SMC EtherPower II (83c170 ``EPIC'')
191device vge # VIA VT612x gigabit Ethernet
192device vr # VIA Rhine, Rhine II
193device wb # Winbond W89C840F
194device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
195
196# ISA Ethernet NICs. pccard NICs included.
197# 'device ed' requires 'device miibus'
198device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
199device ep # Etherlink III based cards
200device fe # Fujitsu MB8696x based cards
201device lnc # C-NET(98)S
202device sn # SMC's 9000 series of Ethernet chips
203device snc
204device xe # Xircom pccard Ethernet
205
206# Wireless NIC cards
207device wlan # 802.11 support
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
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
224device faith # IPv6-to-IPv4 relaying (translation)
225
226# The `bpf' device enables the Berkeley Packet Filter.
227# Be aware of the administrative consequences of enabling this!
228# Note that 'bpf' is required for DHCP.
229device bpf # Berkeley packet filter
230
231# USB support
232#device uhci # UHCI PCI->USB interface
233#device ohci # OHCI PCI->USB interface
234#device ehci # EHCI PCI->USB interface (USB 2.0)
235#device usb # USB Bus (required)
236#device udbp # USB Double Bulk Pipe devices
237#device ugen # Generic
238#device uhid # "Human Interface Devices"
239#device ukbd # Keyboard
240#device ulpt # Printer
241#device umass # Disks/Mass storage - Requires scbus and da
242#device ums # Mouse
243#device ural # Ralink Technology RT2500USB wireless NICs
244#device urio # Diamond Rio 500 MP3 player
245#device uscanner # Scanners
246# USB Ethernet, requires miibus
247#device aue # ADMtek USB Ethernet
248#device axe # ASIX Electronics USB Ethernet
249#device cdce # Generic USB over Ethernet
250#device cue # CATC USB Ethernet
251#device kue # Kawasaki LSI USB Ethernet
252#device rue # RealTek RTL8150 USB Ethernet
253
254# FireWire support
255#device firewire # FireWire bus code
256#device sbp # SCSI over FireWire (Requires scbus and da)
257#device fwe # Ethernet over FireWire (non-standard!)