Deleted Added
full compact
GENERIC (115999) GENERIC (117121)
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 115999 2003-06-08 02:03:02Z jmallett $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 117121 2003-07-01 15:13:07Z tmm $
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

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

70device apb # Sun APB PCI-PCI bridge
71device ebus
72device isa
73device pci
74device sbus
75device central
76device fhc
77
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

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

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

--- 116 unchanged lines hidden ---
86# Floppy drives
87#device fdc
88
89# ATA and ATAPI devices
90device ata
91device atadisk # ATA disk drives
92device atapicd # ATAPI CDROM drives
93#device atapifd # ATAPI floppy drives

--- 116 unchanged lines hidden ---