Deleted Added
full compact
GENERIC64 (143985) GENERIC64 (145827)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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#
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 ../../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#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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#
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 ../../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# $FreeBSD: head/sys/powerpc/conf/GENERIC 143985 2005-03-22 14:52:40Z sobomax $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC 145827 2005-05-03 11:56:05Z grehan $
20
21machine powerpc
22cpu OEA
23ident GENERIC
24
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints"
27
28makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
29makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
30
31# Platform support
32options POWERMAC #NewWorld Apple PowerMacs
33options PSIM #GDB PSIM ppc simulator
34
20
21machine powerpc
22cpu OEA
23ident GENERIC
24
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints"
27
28makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
29makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
30
31# Platform support
32options POWERMAC #NewWorld Apple PowerMacs
33options PSIM #GDB PSIM ppc simulator
34
35options SCHED_ULE #ULE scheduler
35#options SCHED_ULE #ULE scheduler
36options SCHED_4BSD #4BSD scheduler
36options INET #InterNETworking
37options INET6 #IPv6 communications protocols
38options FFS #Berkeley Fast Filesystem
39options SOFTUPDATES #Enable FFS soft updates support
40options UFS_ACL #Support for access control lists
41options UFS_DIRHASH #Improve performance on big directories
42options MD_ROOT #MD is a potential root device
43options NFSCLIENT #Network Filesystem Client
44options NFSSERVER #Network Filesystem Server
45options NFS_ROOT #NFS usable as root device
37options INET #InterNETworking
38options INET6 #IPv6 communications protocols
39options FFS #Berkeley Fast Filesystem
40options SOFTUPDATES #Enable FFS soft updates support
41options UFS_ACL #Support for access control lists
42options UFS_DIRHASH #Improve performance on big directories
43options MD_ROOT #MD is a potential root device
44options NFSCLIENT #Network Filesystem Client
45options NFSSERVER #Network Filesystem Server
46options NFS_ROOT #NFS usable as root device
46#options MSDOSFS #MSDOS Filesystem
47options MSDOSFS #MSDOS Filesystem
47options CD9660 #ISO 9660 Filesystem
48options PROCFS #Process filesystem (requires PSEUDOFS)
49options PSEUDOFS #Pseudo-filesystem framework
50options GEOM_GPT #GUID Partition Tables.
51options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
52options COMPAT_FREEBSD4 #Keep this for a while
53options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
54options KTRACE #ktrace(1) syscall trace support

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

117# The `bpf' device enables the Berkeley Packet Filter.
118# Be aware of the administrative consequences of enabling this!
119# Note that 'bpf' is required for DHCP.
120device bpf #Berkeley packet filter
121
122# USB support
123device uhci # UHCI PCI->USB interface
124device ohci # OHCI PCI->USB interface
48options CD9660 #ISO 9660 Filesystem
49options PROCFS #Process filesystem (requires PSEUDOFS)
50options PSEUDOFS #Pseudo-filesystem framework
51options GEOM_GPT #GUID Partition Tables.
52options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
53options COMPAT_FREEBSD4 #Keep this for a while
54options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
55options KTRACE #ktrace(1) syscall trace support

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

118# The `bpf' device enables the Berkeley Packet Filter.
119# Be aware of the administrative consequences of enabling this!
120# Note that 'bpf' is required for DHCP.
121device bpf #Berkeley packet filter
122
123# USB support
124device uhci # UHCI PCI->USB interface
125device ohci # OHCI PCI->USB interface
126device ehci # EHCI PCI->USB interface
125device usb # USB Bus (required)
126device ugen # Generic
127device uhid # "Human Interface Devices"
128device ukbd # Keyboard
129device ulpt # Printer
130device umass # Disks/Mass storage - Requires scbus and da0
131device ums # Mouse
132device urio # Diamond Rio 500 MP3 player

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

138device cue # CATC USB Ethernet
139device kue # Kawasaki LSI USB Ethernet
140
141# FireWire support
142device firewire # FireWire bus code
143device sbp # SCSI over FireWire (Requires scbus and da)
144device fwe # Ethernet over FireWire (non-standard!)
145
127device usb # USB Bus (required)
128device ugen # Generic
129device uhid # "Human Interface Devices"
130device ukbd # Keyboard
131device ulpt # Printer
132device umass # Disks/Mass storage - Requires scbus and da0
133device ums # Mouse
134device urio # Diamond Rio 500 MP3 player

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

140device cue # CATC USB Ethernet
141device kue # Kawasaki LSI USB Ethernet
142
143# FireWire support
144device firewire # FireWire bus code
145device sbp # SCSI over FireWire (Requires scbus and da)
146device fwe # Ethernet over FireWire (non-standard!)
147
146# Temporary defs until things are farther along.
147makeoptions NO_MODULES=true
148
149options KTR
150options KTR_COMPILE=0xffffffff
151#options KTR_MASK=KTR_SIG
152options KTR_VERBOSE
148options KTR
149options KTR_COMPILE=0xffffffff
150#options KTR_MASK=KTR_SIG
151options KTR_VERBOSE