Deleted Added
full compact
GENERIC (65776) GENERIC (65793)
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/i386/conf/GENERIC 65776 2000-09-12 13:21:40Z markm $
18# $FreeBSD: head/sys/i386/conf/GENERIC 65793 2000-09-13 03:20:35Z msmith $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

107# SCSI peripherals
108device scbus # SCSI bus (required)
109device da # Direct Access (disks)
110device sa # Sequential Access (tape etc)
111device cd # CD
112device pass # Passthrough device (direct SCSI access)
113
114# RAID controllers
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

107# SCSI peripherals
108device scbus # SCSI bus (required)
109device da # Direct Access (disks)
110device sa # Sequential Access (tape etc)
111device cd # CD
112device pass # Passthrough device (direct SCSI access)
113
114# RAID controllers
115device aac # Adaptec FSA RAID
115device ida # Compaq Smart RAID
116device amr # AMI MegaRAID
117device mlx # Mylex DAC960 family
118
119# atkbdc0 controls both the keyboard and the PS/2 mouse
120device atkbdc 1
121device atkbd
122device psm

--- 115 unchanged lines hidden ---
116device ida # Compaq Smart RAID
117device amr # AMI MegaRAID
118device mlx # Mylex DAC960 family
119
120# atkbdc0 controls both the keyboard and the PS/2 mouse
121device atkbdc 1
122device atkbd
123device psm

--- 115 unchanged lines hidden ---