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