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

--- 178 unchanged lines hidden (view full) ---

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

--- 178 unchanged lines hidden (view full) ---

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

--- 15 unchanged lines hidden ---
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

--- 15 unchanged lines hidden ---