]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/powerpc/conf/GENERIC
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.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 #To statically compile in device wiring instead of /boot/device.hints
25 #hints          "GENERIC.hints"
26
27 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
28
29 # Platform support
30 options         POWERMAC                #NewWorld Apple PowerMacs
31 options         PSIM                    #GDB PSIM ppc simulator
32
33 options         SCHED_ULE               #ULE scheduler
34 options         INET                    #InterNETworking
35 options         INET6                   #IPv6 communications protocols
36 options         SCTP                    #Stream Control Transmission Protocol
37 options         FFS                     #Berkeley Fast Filesystem
38 options         SOFTUPDATES             #Enable FFS soft updates support
39 options         UFS_ACL                 #Support for access control lists
40 options         UFS_DIRHASH             #Improve performance on big directories
41 options         UFS_GJOURNAL            #Enable gjournal-based UFS journaling
42 options         MD_ROOT                 #MD is a potential root device
43 options         NFSCLIENT               #Network Filesystem Client
44 options         NFSSERVER               #Network Filesystem Server
45 options         NFSLOCKD                #Network Lock Manager
46 options         NFS_ROOT                #NFS usable as root device
47 options         MSDOSFS                 #MSDOS Filesystem
48 options         CD9660                  #ISO 9660 Filesystem
49 options         PROCFS                  #Process filesystem (requires PSEUDOFS)
50 options         PSEUDOFS                #Pseudo-filesystem framework
51 options         GEOM_PART_GPT           #GUID Partition Tables.
52 options         GEOM_LABEL              #Provides labelization
53 options         COMPAT_43TTY            #BSD 4.3 TTY compat (sgtty)
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         P1003_1B_SEMAPHORES     # POSIX-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
71 options         KDB                     # Kernel debugger related code
72 options         KDB_TRACE               # Print a stack trace for a panic
73
74 # To make an SMP kernel, the next line is needed
75 #options        SMP                     # Symmetric MultiProcessor Kernel
76
77 # CPU frequency control
78 device          cpufreq
79
80 # Standard busses
81 device          pci
82
83 # ATA and ATAPI devices
84 device          ata
85 device          atadisk         # ATA disk drives
86 device          atapicd         # ATAPI CDROM drives
87 #device         atapifd         # ATAPI floppy drives
88 #device         atapist         # ATAPI tape drives
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          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
99
100 # SCSI peripherals
101 device          scbus           # SCSI bus (required for SCSI)
102 device          da              # Direct Access (disks)
103 device          sa              # Sequential Access (tape etc)
104 device          cd              # CD
105 device          pass            # Passthrough device (direct SCSI access)
106
107 # syscons is the default console driver, resembling an SCO console
108 device          sc
109 device          kbdmux
110 options         SC_OFWFB        # OFW frame buffer
111 options         SC_DFLT_FONT    # compile font in
112 makeoptions     SC_DFLT_FONT=cp437
113
114 # Serial (COM) ports
115 device          scc
116 device          uart
117
118 # PCI Ethernet NICs that use the common MII bus controller code.
119 device          miibus          # MII bus support
120 device          bge             # Broadcom BCM570xx Gigabit Ethernet
121 device          bm              # Apple BMAC Ethernet
122 device          gem             # Sun GEM/Sun ERI/Apple GMAC
123 device          dc              # DEC/Intel 21143 and various workalikes
124 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
125
126 # Pseudo devices.
127 device          loop            # Network loopback
128 device          random          # Entropy device
129 device          ether           # Ethernet support
130 device          vlan            # 802.1Q VLAN support
131 device          tun             # Packet tunnel.
132 device          pty             # BSD-style compatibility pseudo ttys
133 device          md              # Memory "disks"
134 device          ofwd            # Open Firmware disks
135 device          gif             # IPv6 and IPv4 tunneling
136 device          faith           # IPv6-to-IPv4 relaying/(translation)
137 device          firmware        # firmware assist module
138
139 # The `bpf' device enables the Berkeley Packet Filter.
140 # Be aware of the administrative consequences of enabling this!
141 # Note that 'bpf' is required for DHCP.
142 device          bpf             #Berkeley packet filter
143
144 # USB support
145 options         USB_DEBUG       # enable debug msgs
146 device          uhci            # UHCI PCI->USB interface
147 device          ohci            # OHCI PCI->USB interface
148 device          ehci            # EHCI PCI->USB interface
149 device          usb             # USB Bus (required)
150 device          uhid            # "Human Interface Devices"
151 device          ukbd            # Keyboard
152 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
153 device          ulpt            # Printer
154 device          umass           # Disks/Mass storage - Requires scbus and da0
155 device          ums             # Mouse
156 device          atp             # Apple USB touchpad
157 device          urio            # Diamond Rio 500 MP3 player
158 # USB Ethernet
159 device          aue             # ADMtek USB Ethernet
160 device          axe             # ASIX Electronics USB Ethernet
161 device          cdce            # Generic USB over Ethernet
162 device          cue             # CATC USB Ethernet
163 device          kue             # Kawasaki LSI USB Ethernet
164
165 # FireWire support
166 device          firewire        # FireWire bus code
167 #device         sbp             # SCSI over FireWire (Requires scbus and da)
168 device          fwe             # Ethernet over FireWire (non-standard!)
169
170 # Misc
171 device          powermac_nvram  # Open Firmware configuration NVRAM
172 device          smu             # Apple System Management Unit
173
174 # ADB support
175 device          adb
176 device          cuda
177 device          pmu
178
179 # Powermac I2C support
180 device          iicbus          # I2C bus code
181 device          kiic            # Keywest I2C
182