Deleted Added
full compact
GENERIC (94980) GENERIC (95536)
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 94980 2002-04-18 03:44:44Z rwatson $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 95536 2002-04-27 01:31:17Z scottl $
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 0
26

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

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# RAID controllers
117device aac # Adaptec FSA RAID
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 0
26

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

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# RAID controllers
117device aac # Adaptec FSA RAID
118device aacp # SCSI passthrough for aac (requires CAM)
118device amr # AMI MegaRAID
119device ida # Compaq Smart RAID
120device mlx # Mylex DAC960 family
121device twe # 3ware ATA RAID
122
123# atkbdc0 controls both the keyboard and the PS/2 mouse
124device atkbdc 1 # At keyboard controller
125device atkbd # at keyboard

--- 113 unchanged lines hidden ---
119device amr # AMI MegaRAID
120device ida # Compaq Smart RAID
121device mlx # Mylex DAC960 family
122device twe # 3ware ATA RAID
123
124# atkbdc0 controls both the keyboard and the PS/2 mouse
125device atkbdc 1 # At keyboard controller
126device atkbd # at keyboard

--- 113 unchanged lines hidden ---