]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/powerpc/conf/GENERIC64
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / powerpc / conf / GENERIC64
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
21 cpu             AIM
22 ident           GENERIC
23
24 machine         powerpc powerpc64
25
26 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
27
28 # Platform support
29 options         POWERMAC                #NewWorld Apple PowerMacs
30 options         PS3                     #Sony Playstation 3
31 options         MAMBO                   #IBM Mambo Full System Simulator
32
33 options         SCHED_ULE               #ULE scheduler
34 options         PREEMPTION              #Enable kernel thread preemption
35 options         INET                    #InterNETworking
36 options         INET6                   #IPv6 communications protocols
37 options         SCTP                    #Stream Control Transmission Protocol
38 options         FFS                     #Berkeley Fast Filesystem
39 options         SOFTUPDATES             #Enable FFS soft updates support
40 options         UFS_ACL                 #Support for access control lists
41 options         UFS_DIRHASH             #Improve performance on big directories
42 options         UFS_GJOURNAL            #Enable gjournal-based UFS journaling
43 options         QUOTA                   #Enable disk quotas for UFS
44 options         MD_ROOT                 #MD is a potential root device
45 options         NFSCL                   #New Network Filesystem Client
46 options         NFSD                    #New Network Filesystem Server
47 options         NFSLOCKD                #Network Lock Manager
48 options         NFS_ROOT                #NFS usable as root device
49 options         MSDOSFS                 #MSDOS Filesystem
50 options         CD9660                  #ISO 9660 Filesystem
51 options         PROCFS                  #Process filesystem (requires PSEUDOFS)
52 options         PSEUDOFS                #Pseudo-filesystem framework
53 options         GEOM_PART_GPT           #GUID Partition Tables.
54 options         GEOM_LABEL              #Provides labelization
55 options         COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc binaries
56 options         COMPAT_FREEBSD5         #Compatible with FreeBSD5
57 options         COMPAT_FREEBSD6         #Compatible with FreeBSD6
58 options         COMPAT_FREEBSD7         #Compatible with FreeBSD7
59 options         SCSI_DELAY=5000         #Delay (in ms) before probing SCSI 
60 options         KTRACE                  #ktrace(1) syscall trace support
61 options         STACK                   #stack(9) support
62 options         SYSVSHM                 #SYSV-style shared memory
63 options         SYSVMSG                 #SYSV-style message queues
64 options         SYSVSEM                 #SYSV-style semaphores
65 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
66 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
67 options         AUDIT                   # Security event auditing
68 options         MAC                     # TrustedBSD MAC Framework
69 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
70 options         KDB                     # Kernel debugger related code
71 options         KDB_TRACE               # Print a stack trace for a panic
72
73 # Make an SMP-capable kernel by default
74 options         SMP                     # Symmetric MultiProcessor Kernel
75
76 # CPU frequency control
77 device          cpufreq
78
79 # Standard busses
80 device          pci
81 device          agp
82
83 # ATA controllers
84 device          ahci            # AHCI-compatible SATA controllers
85 device          ata             # Legacy ATA/SATA controllers
86 options         ATA_CAM         # Handle legacy controllers with CAM
87 device          mvs             # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
88 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
89
90 # SCSI Controllers
91 device          ahc             # AHA2940 and onboard AIC7xxx devices
92 options         AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
93 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
94                                         # output.  Adds ~128k to driver.
95 device          isp             # Qlogic family
96 device          ispfw           # Firmware module for Qlogic host adapters
97 device          mpt             # LSI-Logic MPT-Fusion
98 device          mps             # LSI-Logic MPT-Fusion 2
99 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
100
101 # ATA/SCSI peripherals
102 device          scbus           # SCSI bus (required for ATA/SCSI)
103 device          da              # Direct Access (disks)
104 device          sa              # Sequential Access (tape etc)
105 device          cd              # CD
106 device          pass            # Passthrough device (direct ATA/SCSI access)
107
108 # syscons is the default console driver, resembling an SCO console
109 device          sc
110 device          kbdmux
111 options         SC_OFWFB        # OFW frame buffer
112 options         SC_DFLT_FONT    # compile font in
113 makeoptions     SC_DFLT_FONT=cp437
114
115 # Serial (COM) ports
116 device          scc
117 device          uart
118
119 # Ethernet hardware
120 device          glc             # Sony Playstation 3 Ethernet
121
122 # PCI Ethernet NICs that use the common MII bus controller code.
123 device          miibus          # MII bus support
124 device          bge             # Broadcom BCM570xx Gigabit Ethernet
125 device          gem             # Sun GEM/Sun ERI/Apple GMAC
126 device          dc              # DEC/Intel 21143 and various workalikes
127 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
128
129 # Pseudo devices.
130 device          loop            # Network loopback
131 device          random          # Entropy device
132 device          ether           # Ethernet support
133 device          vlan            # 802.1Q VLAN support
134 device          tun             # Packet tunnel.
135 device          pty             # BSD-style compatibility pseudo ttys
136 device          md              # Memory "disks"
137 device          ofwd            # Open Firmware disks
138 device          gif             # IPv6 and IPv4 tunneling
139 device          faith           # IPv6-to-IPv4 relaying/(translation)
140 device          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.
145 device          bpf             #Berkeley packet filter
146
147 # USB support
148 options         USB_DEBUG       # enable debug msgs
149 device          uhci            # UHCI PCI->USB interface
150 device          ohci            # OHCI PCI->USB interface
151 device          ehci            # EHCI PCI->USB interface
152 device          usb             # USB Bus (required)
153 device          uhid            # "Human Interface Devices"
154 device          ukbd            # Keyboard
155 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
156 device          ulpt            # Printer
157 device          umass           # Disks/Mass storage - Requires scbus and da0
158 device          ums             # Mouse
159 device          urio            # Diamond Rio 500 MP3 player
160 # USB Ethernet
161 device          aue             # ADMtek USB Ethernet
162 device          axe             # ASIX Electronics USB Ethernet
163 device          cdce            # Generic USB over Ethernet
164 device          cue             # CATC USB Ethernet
165 device          kue             # Kawasaki LSI USB Ethernet
166
167 # FireWire support
168 device          firewire        # FireWire bus code
169 device          sbp             # SCSI over FireWire (Requires scbus and da)
170 device          fwe             # Ethernet over FireWire (non-standard!)
171
172 # Misc
173 device          iicbus          # I2C bus code
174 device          kiic            # Keywest I2C
175 device          ad7417          # PowerMac7,2 temperature sensor
176 device          ds1775          # PowerMac7,2 temperature sensor
177 device          fcu             # Apple Fan Control Unit
178 device          max6690         # PowerMac7,2 temperature sensor
179 device          powermac_nvram  # Open Firmware configuration NVRAM
180 device          smu             # Apple System Management Unit
181 device          atibl           # ATI-based backlight driver for PowerBooks/iBooks
182 device          nvbl            # nVidia-based backlight driver for PowerBooks/iBooks
183
184 # ADB support
185 device          adb
186 device          pmu
187
188 # Sound support
189 device          sound           # Generic sound driver (required)
190 device          snd_ai2s        # Apple I2S audio
191 device          snd_uaudio      # USB Audio
192