Deleted Added
full compact
GENERIC (78135) GENERIC (79106)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/amd64/conf/GENERIC 78135 2001-06-12 09:40:04Z peter $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 79106 2001-07-02 21:02:09Z brooks $
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29
30makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
31
32options MATH_EMULATE #Support for x87 emulation
33options INET #InterNETworking
34options INET6 #IPv6 communications protocols
35options FFS #Berkeley Fast Filesystem
36options SOFTUPDATES #Enable FFS soft updates support
37options MD_ROOT #MD is a potential root device
38options NFS #Network Filesystem
39options NFS_ROOT #NFS usable as root device, NFS required
40options MSDOSFS #MSDOS Filesystem
41options CD9660 #ISO 9660 Filesystem
42options PROCFS #Process filesystem
43options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
44options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
45options UCONSOLE #Allow users to grab the console
46#options USERCONFIG #boot -c editor
47#options VISUAL_USERCONFIG #visual boot -c editor
48options KTRACE #ktrace(1) support
49options SYSVSHM #SYSV-style shared memory
50options SYSVMSG #SYSV-style message queues
51options SYSVSEM #SYSV-style semaphores
52options P1003_1B #Posix P1003_1B real-time extensions
53options _KPOSIX_PRIORITY_SCHEDULING
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55
56# Debugging for use in -current
57options DDB
58options INVARIANTS
59options INVARIANT_SUPPORT
60options WITNESS
61
62# To make an SMP kernel, the next two are needed
63#options SMP # Symmetric MultiProcessor Kernel
64#options APIC_IO # Symmetric (APIC) I/O
65
66device isa
67device eisa
68device pci
69
70# Floppy drives
71device fdc
72
73# ATA and ATAPI devices
74device ata
75device atadisk # ATA disk drives
76device atapicd # ATAPI CDROM drives
77device atapifd # ATAPI floppy drives
78device atapist # ATAPI tape drives
79options ATA_STATIC_ID #Static device numbering
80
81# SCSI Controllers
82device ahb # EISA AHA1742 family
83device ahc # AHA2940 and onboard AIC7xxx devices
84device amd # AMD 53C974 (Tekram DC-390(T))
85device isp # Qlogic family
86#device ncr # NCR/Symbios Logic
87device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
88
89device adv # Advansys SCSI adapters
90device adw # Advansys wide SCSI adapters
91device aha # Adaptec 154x SCSI adapters
92device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
93device bt # Buslogic/Mylex MultiMaster SCSI adapters
94
95device ncv # NCR 53C500
96device nsp # Workbit Ninja SCSI-3
97device stg # TMC 18C30/18C50
98
99# RAID controllers interfaced to the SCSI subsystem
100device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
101device dpt # DPT Smartcache III, IV - See NOTES for options!
102device mly # Mylex AcceleRAID/eXtremeRAID
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
112device aac # Adaptec FSA RAID
113device amr # AMI MegaRAID
114device ida # Compaq Smart RAID
115device mlx # Mylex DAC960 family
116device twe # 3ware ATA RAID
117
118# atkbdc0 controls both the keyboard and the PS/2 mouse
119device atkbdc 1 # At keyboard controller
120device atkbd # at keyboard
121device psm # psm mouse
122
123device vga # VGA screen
124
125# splash screen/screen saver
126device splash
127
128# syscons is the default console driver, resembling an SCO console
129device sc 1
130
131# Enable this for the pcvt (VT220 compatible) console driver
132#device vt
133#options XSERVER # support for X server on a vt console
134#options FAT_CURSOR # start with block cursor
135# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
136#options PCVT_SCANSET=2 # IBM keyboards are non-std
137
138# Floating point support - do not disable.
139device npx
140
141# Power management support (see NOTES for more options)
142device apm
143# Add suspend/resume support for the i8254.
144device pmtimer
145
146# PCCARD (PCMCIA) support
147device card # pccard bus
148device pcic # PCMCIA bridge
149
150# Serial (COM) ports
151device sio # 8250, 16[45]50 based serial ports
152
153# Parallel port
154device ppc
155device ppbus # Parallel port bus (required)
156device lpt # Printer
157device plip # TCP/IP over parallel
158device ppi # Parallel port interface device
159#device vpo # Requires scbus and da
160
161
162# PCI Ethernet NICs.
163device de # DEC/Intel DC21x4x (``Tulip'')
164device vx # 3Com 3c590, 3c595 (``Vortex'')
165
166# PCI Ethernet NICs that use the common MII bus controller code.
167# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
168device miibus # MII bus support
169device dc # DEC/Intel 21143 and various workalikes
170device fxp # Intel EtherExpress PRO/100B (82557, 82558)
171device pcn # AMD Am79C79x PCI 10/100 NICs
172device rl # RealTek 8129/8139
173device sf # Adaptec AIC-6915 (``Starfire'')
174device sis # Silicon Integrated Systems SiS 900/SiS 7016
175device ste # Sundance ST201 (D-Link DFE-550TX)
176device tl # Texas Instruments ThunderLAN
177device tx # SMC EtherPower II (83c170 ``EPIC'')
178device vr # VIA Rhine, Rhine II
179device wb # Winbond W89C840F
180device wx # Intel Gigabit Ethernet Card (``Wiseman'')
181device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# ISA Ethernet NICs. pccard nics included.
184device cs # Crystal Semiconductor CS89x0 NIC
185# 'device ed' requires 'device miibus'
186device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device ex # Intel EtherExpress Pro/10 and Pro/10+
188device ep # Etherlink III based cards
189device fe # Fujitsu MB8696x based cards
190device sn # SMC's 9000 series of ethernet chips
191device xe # Xircom pccard ethernet
192
193# The probe order of these is presently determined by i386/isa/isa_compat.c.
194#device ie
195#device le
196device lnc
197
198# Wireless NIC cards
199device an # Aironet 4500/4800 802.11 wireless NICs.
200device awi # BayStack 660 and others
201device wi # WaveLAN/IEEE 802.11 wireless NICs.
202#device wl # Older non 802.11 Wavelan wireless NIC.
203
204# Pseudo devices - the number indicates how many units to allocate.
205device random # Entropy device
206device loop # Network loopback
207device ether # Ethernet support
208device sl # Kernel SLIP
209device ppp 1 # Kernel PPP
210device tun # Packet tunnel.
211device pty # Pseudo-ttys (telnet etc)
212device md # Memory "disks"
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29
30makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
31
32options MATH_EMULATE #Support for x87 emulation
33options INET #InterNETworking
34options INET6 #IPv6 communications protocols
35options FFS #Berkeley Fast Filesystem
36options SOFTUPDATES #Enable FFS soft updates support
37options MD_ROOT #MD is a potential root device
38options NFS #Network Filesystem
39options NFS_ROOT #NFS usable as root device, NFS required
40options MSDOSFS #MSDOS Filesystem
41options CD9660 #ISO 9660 Filesystem
42options PROCFS #Process filesystem
43options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
44options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
45options UCONSOLE #Allow users to grab the console
46#options USERCONFIG #boot -c editor
47#options VISUAL_USERCONFIG #visual boot -c editor
48options KTRACE #ktrace(1) support
49options SYSVSHM #SYSV-style shared memory
50options SYSVMSG #SYSV-style message queues
51options SYSVSEM #SYSV-style semaphores
52options P1003_1B #Posix P1003_1B real-time extensions
53options _KPOSIX_PRIORITY_SCHEDULING
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55
56# Debugging for use in -current
57options DDB
58options INVARIANTS
59options INVARIANT_SUPPORT
60options WITNESS
61
62# To make an SMP kernel, the next two are needed
63#options SMP # Symmetric MultiProcessor Kernel
64#options APIC_IO # Symmetric (APIC) I/O
65
66device isa
67device eisa
68device pci
69
70# Floppy drives
71device fdc
72
73# ATA and ATAPI devices
74device ata
75device atadisk # ATA disk drives
76device atapicd # ATAPI CDROM drives
77device atapifd # ATAPI floppy drives
78device atapist # ATAPI tape drives
79options ATA_STATIC_ID #Static device numbering
80
81# SCSI Controllers
82device ahb # EISA AHA1742 family
83device ahc # AHA2940 and onboard AIC7xxx devices
84device amd # AMD 53C974 (Tekram DC-390(T))
85device isp # Qlogic family
86#device ncr # NCR/Symbios Logic
87device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
88
89device adv # Advansys SCSI adapters
90device adw # Advansys wide SCSI adapters
91device aha # Adaptec 154x SCSI adapters
92device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
93device bt # Buslogic/Mylex MultiMaster SCSI adapters
94
95device ncv # NCR 53C500
96device nsp # Workbit Ninja SCSI-3
97device stg # TMC 18C30/18C50
98
99# RAID controllers interfaced to the SCSI subsystem
100device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
101device dpt # DPT Smartcache III, IV - See NOTES for options!
102device mly # Mylex AcceleRAID/eXtremeRAID
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
112device aac # Adaptec FSA RAID
113device amr # AMI MegaRAID
114device ida # Compaq Smart RAID
115device mlx # Mylex DAC960 family
116device twe # 3ware ATA RAID
117
118# atkbdc0 controls both the keyboard and the PS/2 mouse
119device atkbdc 1 # At keyboard controller
120device atkbd # at keyboard
121device psm # psm mouse
122
123device vga # VGA screen
124
125# splash screen/screen saver
126device splash
127
128# syscons is the default console driver, resembling an SCO console
129device sc 1
130
131# Enable this for the pcvt (VT220 compatible) console driver
132#device vt
133#options XSERVER # support for X server on a vt console
134#options FAT_CURSOR # start with block cursor
135# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
136#options PCVT_SCANSET=2 # IBM keyboards are non-std
137
138# Floating point support - do not disable.
139device npx
140
141# Power management support (see NOTES for more options)
142device apm
143# Add suspend/resume support for the i8254.
144device pmtimer
145
146# PCCARD (PCMCIA) support
147device card # pccard bus
148device pcic # PCMCIA bridge
149
150# Serial (COM) ports
151device sio # 8250, 16[45]50 based serial ports
152
153# Parallel port
154device ppc
155device ppbus # Parallel port bus (required)
156device lpt # Printer
157device plip # TCP/IP over parallel
158device ppi # Parallel port interface device
159#device vpo # Requires scbus and da
160
161
162# PCI Ethernet NICs.
163device de # DEC/Intel DC21x4x (``Tulip'')
164device vx # 3Com 3c590, 3c595 (``Vortex'')
165
166# PCI Ethernet NICs that use the common MII bus controller code.
167# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
168device miibus # MII bus support
169device dc # DEC/Intel 21143 and various workalikes
170device fxp # Intel EtherExpress PRO/100B (82557, 82558)
171device pcn # AMD Am79C79x PCI 10/100 NICs
172device rl # RealTek 8129/8139
173device sf # Adaptec AIC-6915 (``Starfire'')
174device sis # Silicon Integrated Systems SiS 900/SiS 7016
175device ste # Sundance ST201 (D-Link DFE-550TX)
176device tl # Texas Instruments ThunderLAN
177device tx # SMC EtherPower II (83c170 ``EPIC'')
178device vr # VIA Rhine, Rhine II
179device wb # Winbond W89C840F
180device wx # Intel Gigabit Ethernet Card (``Wiseman'')
181device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# ISA Ethernet NICs. pccard nics included.
184device cs # Crystal Semiconductor CS89x0 NIC
185# 'device ed' requires 'device miibus'
186device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device ex # Intel EtherExpress Pro/10 and Pro/10+
188device ep # Etherlink III based cards
189device fe # Fujitsu MB8696x based cards
190device sn # SMC's 9000 series of ethernet chips
191device xe # Xircom pccard ethernet
192
193# The probe order of these is presently determined by i386/isa/isa_compat.c.
194#device ie
195#device le
196device lnc
197
198# Wireless NIC cards
199device an # Aironet 4500/4800 802.11 wireless NICs.
200device awi # BayStack 660 and others
201device wi # WaveLAN/IEEE 802.11 wireless NICs.
202#device wl # Older non 802.11 Wavelan wireless NIC.
203
204# Pseudo devices - the number indicates how many units to allocate.
205device random # Entropy device
206device loop # Network loopback
207device ether # Ethernet support
208device sl # Kernel SLIP
209device ppp 1 # Kernel PPP
210device tun # Packet tunnel.
211device pty # Pseudo-ttys (telnet etc)
212device md # Memory "disks"
213device gif 4 # IPv6 and IPv4 tunneling
213device gif # IPv6 and IPv4 tunneling
214device faith 1 # IPv6-to-IPv4 relaying (translation)
215
216# The `bpf' device enables the Berkeley Packet Filter.
217# Be aware of the administrative consequences of enabling this!
218device bpf # Berkeley packet filter
219
220# USB support
221device uhci # UHCI PCI->USB interface
222device ohci # OHCI PCI->USB interface
223device usb # USB Bus (required)
224#device udbp # USB Double Bulk Pipe devices
225device ugen # Generic
226device uhid # "Human Interface Devices"
227device ukbd # Keyboard
228device ulpt # Printer
229device umass # Disks/Mass storage - Requires scbus and da
230device ums # Mouse
231device urio # Diamond Rio 500 MP3 player
232device uscanner # Scanners
233# USB Ethernet, requires mii
234device aue # ADMtek USB ethernet
235device cue # CATC USB ethernet
236device kue # Kawasaki LSI USB ethernet
214device faith 1 # IPv6-to-IPv4 relaying (translation)
215
216# The `bpf' device enables the Berkeley Packet Filter.
217# Be aware of the administrative consequences of enabling this!
218device bpf # Berkeley packet filter
219
220# USB support
221device uhci # UHCI PCI->USB interface
222device ohci # OHCI PCI->USB interface
223device usb # USB Bus (required)
224#device udbp # USB Double Bulk Pipe devices
225device ugen # Generic
226device uhid # "Human Interface Devices"
227device ukbd # Keyboard
228device ulpt # Printer
229device umass # Disks/Mass storage - Requires scbus and da
230device ums # Mouse
231device urio # Diamond Rio 500 MP3 player
232device uscanner # Scanners
233# USB Ethernet, requires mii
234device aue # ADMtek USB ethernet
235device cue # CATC USB ethernet
236device kue # Kawasaki LSI USB ethernet