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 24makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 25 26# Platform support 27options POWERMAC #NewWorld Apple PowerMacs 28options PSIM #GDB PSIM ppc simulator 29 30options SCHED_ULE #ULE scheduler 31options INET #InterNETworking 32options INET6 #IPv6 communications protocols 33options SCTP #Stream Control Transmission Protocol 34options FFS #Berkeley Fast Filesystem 35options SOFTUPDATES #Enable FFS soft updates support 36options UFS_ACL #Support for access control lists 37options UFS_DIRHASH #Improve performance on big directories 38options UFS_GJOURNAL #Enable gjournal-based UFS journaling 39options MD_ROOT #MD is a potential root device 40options NFSCLIENT #Network Filesystem Client 41options NFSSERVER #Network Filesystem Server 42options NFSLOCKD #Network Lock Manager 43options NFS_ROOT #NFS usable as root device 44options MSDOSFS #MSDOS Filesystem 45options CD9660 #ISO 9660 Filesystem 46options PROCFS #Process filesystem (requires PSEUDOFS) 47options PSEUDOFS #Pseudo-filesystem framework 48options GEOM_PART_GPT #GUID Partition Tables. 49options GEOM_LABEL #Provides labelization 50options COMPAT_43TTY #BSD 4.3 TTY compat (sgtty) 51options COMPAT_FREEBSD4 #Keep this for a while 52options COMPAT_FREEBSD5 #Compatible with FreeBSD5 53options COMPAT_FREEBSD6 #Compatible with FreeBSD6 54options COMPAT_FREEBSD7 #Compatible with FreeBSD7 55options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 56options KTRACE #ktrace(1) syscall trace support 57options STACK #stack(9) support 58options SYSVSHM #SYSV-style shared memory 59options SYSVMSG #SYSV-style message queues 60options SYSVSEM #SYSV-style semaphores 61options P1003_1B_SEMAPHORES # POSIX-style semaphores 62options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions 63options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) 64options AUDIT # Security event auditing 65options MAC # TrustedBSD MAC Framework 66options INCLUDE_CONFIG_FILE # Include this file in kernel 67 68# Debugging for use in -current 69options KDB #Enable the kernel debugger 70options DDB #Support DDB 71#options DEADLKRES #Enable the deadlock resolver 72options INVARIANTS #Enable calls of extra sanity checking 73options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS 74options WITNESS #Enable checks to detect deadlocks and cycles 75options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed 76 77# To make an SMP kernel, the next line is needed 78#options SMP # Symmetric MultiProcessor Kernel 79 80# CPU frequency control 81device cpufreq 82 83# Standard busses 84device pci 85 86# ATA and ATAPI devices 87device ata 88device atadisk # ATA disk drives 89device atapicd # ATAPI CDROM drives 90#device atapifd # ATAPI floppy drives 91#device atapist # ATAPI tape drives 92 93# SCSI Controllers 94device ahc # AHA2940 and onboard AIC7xxx devices 95options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O 96options AHC_REG_PRETTY_PRINT # Print register bitfields in debug 97 # output. Adds ~128k to driver. 98device isp # Qlogic family 99device ispfw # Firmware module for Qlogic host adapters 100device mpt # LSI-Logic MPT-Fusion 101device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D 102 103# SCSI peripherals 104device scbus # SCSI bus (required for SCSI) 105device da # Direct Access (disks) 106device sa # Sequential Access (tape etc) 107device cd # CD 108device pass # Passthrough device (direct SCSI access) 109 110# syscons is the default console driver, resembling an SCO console 111device sc 112device kbdmux 113options SC_OFWFB # OFW frame buffer 114options SC_DFLT_FONT # compile font in 115makeoptions SC_DFLT_FONT=cp437 116 117# Serial (COM) ports 118device scc 119device uart 120 121# PCI Ethernet NICs that use the common MII bus controller code. 122device miibus # MII bus support 123device bge # Broadcom BCM570xx Gigabit Ethernet 124device bm # Apple BMAC Ethernet 125device gem # Sun GEM/Sun ERI/Apple GMAC 126device dc # DEC/Intel 21143 and various workalikes 127device fxp # Intel EtherExpress PRO/100B (82557, 82558) 128 129# Pseudo devices. 130device loop # Network loopback 131device random # Entropy device 132device ether # Ethernet support 133device vlan # 802.1Q VLAN 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