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$ 20 21cpu AIM 22ident GENERIC 23 24#To statically compile in device wiring instead of /boot/device.hints 25#hints "GENERIC.hints" 26 27makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 28 29# Platform support 30options POWERMAC #NewWorld Apple PowerMacs 31options PSIM #GDB PSIM ppc simulator 32 33options SCHED_ULE #ULE scheduler 34options INET #InterNETworking 35options INET6 #IPv6 communications protocols 36options SCTP #Stream Control Transmission Protocol 37options FFS #Berkeley Fast Filesystem 38options SOFTUPDATES #Enable FFS soft updates support 39options UFS_ACL #Support for access control lists 40options UFS_DIRHASH #Improve performance on big directories 41options UFS_GJOURNAL #Enable gjournal-based UFS journaling 42options MD_ROOT #MD is a potential root device 43options NFSCLIENT #Network Filesystem Client 44options NFSSERVER #Network Filesystem Server 45options NFSLOCKD #Network Lock Manager 46options NFS_ROOT #NFS usable as root device 47options MSDOSFS #MSDOS Filesystem 48options CD9660 #ISO 9660 Filesystem 49options PROCFS #Process filesystem (requires PSEUDOFS) 50options PSEUDOFS #Pseudo-filesystem framework 51options GEOM_PART_GPT #GUID Partition Tables. 52options GEOM_LABEL #Provides labelization 53options COMPAT_43TTY #BSD 4.3 TTY compat (sgtty) 54options COMPAT_FREEBSD4 #Keep this for a while 55options COMPAT_FREEBSD5 #Compatible with FreeBSD5 56options COMPAT_FREEBSD6 #Compatible with FreeBSD6 57options COMPAT_FREEBSD7 #Compatible with FreeBSD7 58options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 59options KTRACE #ktrace(1) syscall trace support 60options STACK #stack(9) support 61options SYSVSHM #SYSV-style shared memory 62options SYSVMSG #SYSV-style message queues 63options SYSVSEM #SYSV-style semaphores 64options P1003_1B_SEMAPHORES # POSIX-style semaphores 65options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions 66options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) 67options AUDIT # Security event auditing 68options MAC # TrustedBSD MAC Framework 69 70# Debugging for use in -current 71options KDB #Enable the kernel debugger 72options DDB #Support DDB 73options INVARIANTS #Enable calls of extra sanity checking 74options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS 75options WITNESS #Enable checks to detect deadlocks and cycles 76options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed 77 78# To make an SMP kernel, the next line is needed 79#options SMP # Symmetric MultiProcessor Kernel 80 81# CPU frequency control 82device cpufreq 83 84# Standard busses 85device pci 86 87# ATA and ATAPI devices 88device ata 89device atadisk # ATA disk drives 90device atapicd # ATAPI CDROM drives 91#device atapifd # ATAPI floppy drives 92#device atapist # ATAPI tape drives 93 94# SCSI Controllers 95device ahc # AHA2940 and onboard AIC7xxx devices 96options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O 97options AHC_REG_PRETTY_PRINT # Print register bitfields in debug 98 # output. Adds ~128k to driver. 99device isp # Qlogic family 100device ispfw # Firmware module for Qlogic host adapters 101device mpt # LSI-Logic MPT-Fusion 102device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D 103 104# SCSI peripherals 105device scbus # SCSI bus (required for SCSI) 106device da # Direct Access (disks) 107device sa # Sequential Access (tape etc) 108device cd # CD 109device pass # Passthrough device (direct SCSI access) 110 111# syscons is the default console driver, resembling an SCO console 112device sc 113device kbdmux 114options SC_OFWFB # OFW frame buffer 115options SC_DFLT_FONT # compile font in 116makeoptions SC_DFLT_FONT=cp437 117 118# Serial (COM) ports 119device scc 120device uart 121 122# PCI Ethernet NICs that use the common MII bus controller code. 123device miibus # MII bus support 124device bge # Broadcom BCM570xx Gigabit Ethernet 125device bm # Apple BMAC Ethernet 126device gem # Sun GEM/Sun ERI/Apple GMAC 127device dc # DEC/Intel 21143 and various workalikes 128device fxp # Intel EtherExpress PRO/100B (82557, 82558) 129 130# Pseudo devices. 131device loop # Network loopback 132device random # Entropy device 133device ether # Ethernet support 134device tun # Packet tunnel. 135device pty # BSD-style compatibility pseudo ttys 136device md # Memory "disks" 137device ofwd # Open Firmware disks 138device gif # IPv6 and IPv4 tunneling 139device faith # IPv6-to-IPv4 relaying/(translation) 140device firmware # firmware assist module 141 142# The `bpf' device enables the Berkeley Packet Filter. 143# Be aware of the administrative consequences of enabling this! 144# Note that 'bpf' is required for DHCP. 145device bpf #Berkeley packet filter 146 147# USB support 148device uhci # UHCI PCI->USB interface 149device ohci # OHCI PCI->USB interface 150device ehci # EHCI PCI->USB interface 151device usb # USB Bus (required) 152device uhid # "Human Interface Devices" 153device ukbd # Keyboard 154options KBD_INSTALL_CDEV # install a CDEV entry in /dev 155device ulpt # Printer 156device umass # Disks/Mass storage - Requires scbus and da0 157device ums # Mouse 158device atp # Apple USB touchpad 159device urio # Diamond Rio 500 MP3 player 160# USB Ethernet 161device aue # ADMtek USB Ethernet 162device axe # ASIX Electronics USB Ethernet 163device cdce # Generic USB over Ethernet 164device cue # CATC USB Ethernet 165device kue # Kawasaki LSI USB Ethernet 166 167# FireWire support 168device firewire # FireWire bus code 169device sbp # SCSI over FireWire (Requires scbus and da) 170device fwe # Ethernet over FireWire (non-standard!) 171 172# Misc 173device powermac_nvram # Open Firmware configuration NVRAM 174device smu # Apple System Management Unit 175 176# ADB support 177device adb 178device cuda 179device pmu 180 181# Powermac I2C support 182device iicbus # I2C bus code 183device kiic # Keywest I2C 184 185