Deleted Added
full compact
GENERIC (128845) GENERIC (129051)
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 128845 2004-05-02 20:40:19Z marcel $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 129051 2004-05-08 13:53:47Z marius $
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

71# Standard busses
72device ebus
73device isa
74device pci
75device sbus
76device central
77device fhc
78
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

71# Standard busses
72device ebus
73device isa
74device pci
75device sbus
76device central
77device fhc
78
79# New OpenFirmware PCI framework. This fixes a number of interrupt-
80# routing problems and changes the device enumeration to be hopefully
81# closer to Solaris. Be aware that, because of the latter, enabling or
82# disabling this option may require reconfiguration, and can even
83# cause the machine to not boot without manual intervention before the
84# fstab is adjusted.
85options OFW_NEWPCI
86
87# Floppy drives
88#device fdc
89
90# ATA and ATAPI devices
91device ata
92device atadisk # ATA disk drives
93device atapicd # ATAPI CDROM drives
94#device atapifd # ATAPI floppy drives

--- 113 unchanged lines hidden ---
79# Floppy drives
80#device fdc
81
82# ATA and ATAPI devices
83device ata
84device atadisk # ATA disk drives
85device atapicd # ATAPI CDROM drives
86#device atapifd # ATAPI floppy drives

--- 113 unchanged lines hidden ---