Deleted Added
full compact
GENERIC (49476) GENERIC (49536)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
18# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
18# $Id: GENERIC,v 1.179 1999/08/07 01:42:08 jkh Exp $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

191#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
192
193# Pseudo devices - the number indicates how many units to allocated.
194pseudo-device loop # Network loopback
195pseudo-device ether # Ethernet support
196pseudo-device sl 1 # Kernel SLIP
197pseudo-device ppp 1 # Kernel PPP
198pseudo-device tun 1 # Packet tunnel, for ppp(1)
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

191#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
192
193# Pseudo devices - the number indicates how many units to allocated.
194pseudo-device loop # Network loopback
195pseudo-device ether # Ethernet support
196pseudo-device sl 1 # Kernel SLIP
197pseudo-device ppp 1 # Kernel PPP
198pseudo-device tun 1 # Packet tunnel, for ppp(1)
199pseudo-device pty 16 # Pseudo-ttys (telnet etc)
199pseudo-device pty # Pseudo-ttys (telnet etc)
200pseudo-device gzip # Exec gzipped a.out's
201
202# The `bpf' pseudo-device enables the Berkeley Packet Filter.
203# Be aware of the administrative consequences of enabling this!
204pseudo-device bpf 4 #Berkeley packet filter
205
206# USB support
207#controller uhci0 # UHCI PCI->USB interface
208#controller ohci0 # OHCI PCI->USB interface
209#controller usb0 # USB Bus (required)
210#device ugen0 # Generic
211#device uhid0 # "Human Interface Devices"
212#device ukbd0 # Keyboard
213#device ulpt0 # Printer
214#controller umass0 # Disks/Mass storage - Requires scbus and da0
215#device ums0 # Mouse
200pseudo-device gzip # Exec gzipped a.out's
201
202# The `bpf' pseudo-device enables the Berkeley Packet Filter.
203# Be aware of the administrative consequences of enabling this!
204pseudo-device bpf 4 #Berkeley packet filter
205
206# USB support
207#controller uhci0 # UHCI PCI->USB interface
208#controller ohci0 # OHCI PCI->USB interface
209#controller usb0 # USB Bus (required)
210#device ugen0 # Generic
211#device uhid0 # "Human Interface Devices"
212#device ukbd0 # Keyboard
213#device ulpt0 # Printer
214#controller umass0 # Disks/Mass storage - Requires scbus and da0
215#device ums0 # Mouse