2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
|
|
|
#
|
2002-08-01 17:21:18 +00:00
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2002-07-16 18:20:17 +00:00
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
|
|
|
# in NOTES.
|
2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
machine powerpc
|
2003-02-05 11:37:59 +00:00
|
|
|
cpu OEA
|
2001-06-17 09:39:44 +00:00
|
|
|
ident GENERIC
|
|
|
|
|
|
|
|
#To statically compile in device wiring instead of /boot/device.hints
|
|
|
|
#hints "GENERIC.hints"
|
|
|
|
|
2003-01-09 01:09:41 +00:00
|
|
|
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
2002-07-22 00:21:17 +00:00
|
|
|
makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
|
2001-06-17 09:39:44 +00:00
|
|
|
|
2002-09-19 11:20:13 +00:00
|
|
|
# Platform support
|
|
|
|
options POWERMAC #NewWorld Apple PowerMacs
|
2003-02-13 22:27:40 +00:00
|
|
|
options PSIM #GDB PSIM ppc simulator
|
2002-07-09 13:46:27 +00:00
|
|
|
|
2003-02-13 22:24:44 +00:00
|
|
|
options SCHED_4BSD #4BSD scheduler
|
2003-02-13 22:27:40 +00:00
|
|
|
options INET #InterNETworking
|
|
|
|
options INET6 #IPv6 communications protocols
|
|
|
|
options FFS #Berkeley Fast Filesystem
|
|
|
|
options SOFTUPDATES #Enable FFS soft updates support
|
2002-10-19 16:54:15 +00:00
|
|
|
options UFS_ACL #Support for access control lists
|
2003-02-13 22:27:40 +00:00
|
|
|
options UFS_DIRHASH #Improve performance on big directories
|
|
|
|
options MD_ROOT #MD is a potential root device
|
|
|
|
options NFSCLIENT #Network Filesystem Client
|
|
|
|
options NFSSERVER #Network Filesystem Server
|
|
|
|
options NFS_ROOT #NFS usable as root device
|
|
|
|
#options MSDOSFS #MSDOS Filesystem
|
|
|
|
options CD9660 #ISO 9660 Filesystem
|
|
|
|
options PROCFS #Process filesystem (requires PSEUDOFS)
|
|
|
|
options PSEUDOFS #Pseudo-filesystem framework
|
|
|
|
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
|
|
|
options COMPAT_FREEBSD4 #Keep this for a while
|
|
|
|
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
|
|
|
|
options KTRACE #ktrace(1) syscall trace support
|
|
|
|
options SYSVSHM #SYSV-style shared memory
|
|
|
|
options SYSVMSG #SYSV-style message queues
|
|
|
|
options SYSVSEM #SYSV-style semaphores
|
|
|
|
#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# Debugging for use in -current
|
2003-02-13 22:27:40 +00:00
|
|
|
options DDB #Enable the kernel debugger
|
|
|
|
options INVARIANTS #Enable calls of extra sanity checking
|
|
|
|
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
|
|
|
options WITNESS #Enable checks to detect deadlocks and cycles
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# To make an SMP kernel, the next line is needed
|
2003-02-13 22:27:40 +00:00
|
|
|
#options SMP # Symmetric MultiProcessor Kernel
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# Standard busses
|
2002-07-23 06:38:47 +00:00
|
|
|
device pci
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# ATA and ATAPI devices
|
|
|
|
device ata
|
|
|
|
device atadisk # ATA disk drives
|
|
|
|
device atapicd # ATAPI CDROM drives
|
|
|
|
#device atapifd # ATAPI floppy drives
|
|
|
|
#device atapist # ATAPI tape drives
|
|
|
|
|
2003-04-22 04:39:20 +00:00
|
|
|
# SCSI peripherals
|
2003-06-08 02:03:02 +00:00
|
|
|
device scbus # SCSI bus (required for SCSI)
|
2003-04-22 04:39:20 +00:00
|
|
|
device da # Direct Access (disks)
|
|
|
|
device sa # Sequential Access (tape etc)
|
|
|
|
device cd # CD
|
|
|
|
device pass # Passthrough device (direct SCSI access)
|
|
|
|
|
2004-01-21 05:22:53 +00:00
|
|
|
# syscons is the default console driver, resembling an SCO console
|
|
|
|
device sc
|
|
|
|
options SC_OFWFB # OFW frame buffer
|
|
|
|
options SC_DFLT_FONT # compile font in
|
|
|
|
makeoptions SC_DFLT_FONT=cp437
|
|
|
|
|
2002-09-19 11:20:13 +00:00
|
|
|
# Serial (COM) ports
|
|
|
|
#device sio # 8250, 16[45]50 based serial ports
|
2003-02-02 06:11:23 +00:00
|
|
|
device zs # Zilog 8350 based serial ports
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# PCI Ethernet NICs that use the common MII bus controller code.
|
|
|
|
device miibus # MII bus support
|
2002-09-22 01:18:06 +00:00
|
|
|
device gem # Sun GEM/Sun ERI/Apple GMAC
|
2002-09-19 11:20:13 +00:00
|
|
|
|
|
|
|
# Pseudo devices - the number indicates how many units to allocated.
|
|
|
|
device random # Entropy device
|
|
|
|
device loop # Network loopback
|
|
|
|
device ether # Ethernet support
|
|
|
|
device sl # Kernel SLIP
|
|
|
|
device ppp # Kernel PPP
|
|
|
|
device tun # Packet tunnel.
|
|
|
|
device pty # Pseudo-ttys (telnet etc)
|
|
|
|
device md # Memory "disks"
|
|
|
|
device ofwd # OpenFirmware disks
|
|
|
|
device gif # IPv6 and IPv4 tunneling
|
|
|
|
device faith # IPv6-to-IPv4 relaying/(translation)
|
|
|
|
|
|
|
|
# The `bpf' device enables the Berkeley Packet Filter.
|
|
|
|
# Be aware of the administrative consequences of enabling this!
|
|
|
|
device bpf #Berkeley packet filter
|
|
|
|
|
|
|
|
# USB support
|
2004-01-21 05:22:53 +00:00
|
|
|
device uhci # UHCI PCI->USB interface
|
|
|
|
device ohci # OHCI PCI->USB interface
|
|
|
|
device usb # USB Bus (required)
|
|
|
|
device ugen # Generic
|
|
|
|
device uhid # "Human Interface Devices"
|
|
|
|
device ukbd # Keyboard
|
|
|
|
device ulpt # Printer
|
|
|
|
device umass # Disks/Mass storage - Requires scbus and da0
|
|
|
|
device ums # Mouse
|
|
|
|
device urio # Diamond Rio 500 MP3 player
|
|
|
|
device uscanner # Scanners
|
2002-09-19 11:20:13 +00:00
|
|
|
# USB Ethernet
|
2004-01-21 05:22:53 +00:00
|
|
|
device aue # ADMtek USB ethernet
|
|
|
|
device axe # ASIX Electronics USB ethernet
|
|
|
|
device cue # CATC USB ethernet
|
|
|
|
device kue # Kawasaki LSI USB ethernet
|
2002-09-19 11:20:13 +00:00
|
|
|
|
2003-04-21 16:44:05 +00:00
|
|
|
# FireWire support
|
|
|
|
device firewire # FireWire bus code
|
|
|
|
device sbp # SCSI over FireWire (Requires scbus and da)
|
|
|
|
device fwe # Ethernet over FireWire (non-standard!)
|
|
|
|
|
2002-09-19 11:20:13 +00:00
|
|
|
# Temporary defs until things are farther along.
|
|
|
|
makeoptions NO_MODULES=true
|
|
|
|
|
2003-02-13 22:27:40 +00:00
|
|
|
options KTR
|
|
|
|
options KTR_COMPILE=0xffffffff
|
|
|
|
#options KTR_MASK=KTR_SIG
|
|
|
|
options KTR_VERBOSE
|