Deleted Added
full compact
GENERIC (101588) GENERIC (101704)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 101588 2002-08-09 15:30:48Z brooks $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 101704 2002-08-11 23:34:20Z mjacob $
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26maxusers 0
27
28#To statically compile in device wiring instead of /boot/device.hints
29#hints "GENERIC.hints" #Default places to look for devices.

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

83#device atapist # ATAPI tape drives
84# Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
85# and you will not mount an ATA /.
86#options ATA_STATIC_ID #Static device numbering
87
88# SCSI Controllers
89device ahc # AHA2940 and onboard AIC7xxx devices
90device isp # Qlogic family
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26maxusers 0
27
28#To statically compile in device wiring instead of /boot/device.hints
29#hints "GENERIC.hints" #Default places to look for devices.

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

83#device atapist # ATAPI tape drives
84# Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
85# and you will not mount an ATA /.
86#options ATA_STATIC_ID #Static device numbering
87
88# SCSI Controllers
89device ahc # AHA2940 and onboard AIC7xxx devices
90device isp # Qlogic family
91#device mpt # LSI-Logic MPT-Fusion (not yet)
91device ispfw # Firmware module for Qlogic host adapters
92#device ncr # NCR/Symbios Logic
93device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
94
95# SCSI peripherals
96device scbus # SCSI bus (required)
97#device ch # SCSI media changers
98device da # Direct Access (disks)

--- 108 unchanged lines hidden ---
92device ispfw # Firmware module for Qlogic host adapters
93#device ncr # NCR/Symbios Logic
94device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
95
96# SCSI peripherals
97device scbus # SCSI bus (required)
98#device ch # SCSI media changers
99device da # Direct Access (disks)

--- 108 unchanged lines hidden ---