]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/powerpc/conf/GENERIC
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 # To make an SMP kernel, the next line is needed
72 #options        SMP                     # Symmetric MultiProcessor Kernel
73
74 # CPU frequency control
75 device          cpufreq
76
77 # Standard busses
78 device          pci
79
80 # ATA and ATAPI devices
81 device          ata
82 device          atadisk         # ATA disk drives
83 device          atapicd         # ATAPI CDROM drives
84 #device         atapifd         # ATAPI floppy drives
85 #device         atapist         # ATAPI tape drives
86
87 # SCSI Controllers
88 device          ahc             # AHA2940 and onboard AIC7xxx devices
89 options         AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
90 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
91                                         # output.  Adds ~128k to driver.
92 device          isp             # Qlogic family
93 device          ispfw           # Firmware module for Qlogic host adapters
94 device          mpt             # LSI-Logic MPT-Fusion
95 device          sym             # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
96
97 # SCSI peripherals
98 device          scbus           # SCSI bus (required for SCSI)
99 device          da              # Direct Access (disks)
100 device          sa              # Sequential Access (tape etc)
101 device          cd              # CD
102 device          pass            # Passthrough device (direct SCSI access)
103
104 # syscons is the default console driver, resembling an SCO console
105 device          sc
106 device          kbdmux
107 options         SC_OFWFB        # OFW frame buffer
108 options         SC_DFLT_FONT    # compile font in
109 makeoptions     SC_DFLT_FONT=cp437
110
111 # Serial (COM) ports
112 device          scc
113 device          uart
114
115 # PCI Ethernet NICs that use the common MII bus controller code.
116 device          miibus          # MII bus support
117 device          bge             # Broadcom BCM570xx Gigabit Ethernet
118 device          bm              # Apple BMAC Ethernet
119 device          gem             # Sun GEM/Sun ERI/Apple GMAC
120 device          dc              # DEC/Intel 21143 and various workalikes
121 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
122
123 # Pseudo devices.
124 device          loop            # Network loopback
125 device          random          # Entropy device
126 device          ether           # Ethernet support
127 device          vlan            # 802.1Q VLAN support
128 device          tun             # Packet tunnel.
129 device          pty             # BSD-style compatibility pseudo ttys
130 device          md              # Memory "disks"
131 device          ofwd            # Open Firmware disks
132 device          gif             # IPv6 and IPv4 tunneling
133 device          faith           # IPv6-to-IPv4 relaying/(translation)
134 device          firmware        # firmware assist module
135
136 # The `bpf' device enables the Berkeley Packet Filter.
137 # Be aware of the administrative consequences of enabling this!
138 # Note that 'bpf' is required for DHCP.
139 device          bpf             #Berkeley packet filter
140
141 # USB support
142 options         USB_DEBUG       # enable debug msgs
143 device          uhci            # UHCI PCI->USB interface
144 device          ohci            # OHCI PCI->USB interface
145 device          ehci            # EHCI PCI->USB interface
146 device          usb             # USB Bus (required)
147 device          uhid            # "Human Interface Devices"
148 device          ukbd            # Keyboard
149 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
150 device          ulpt            # Printer
151 device          umass           # Disks/Mass storage - Requires scbus and da0
152 device          ums             # Mouse
153 device          atp             # Apple USB touchpad
154 device          urio            # Diamond Rio 500 MP3 player
155 # USB Ethernet
156 device          aue             # ADMtek USB Ethernet
157 device          axe             # ASIX Electronics USB Ethernet
158 device          cdce            # Generic USB over Ethernet
159 device          cue             # CATC USB Ethernet
160 device          kue             # Kawasaki LSI USB Ethernet
161
162 # FireWire support
163 device          firewire        # FireWire bus code
164 #device         sbp             # SCSI over FireWire (Requires scbus and da)
165 device          fwe             # Ethernet over FireWire (non-standard!)
166
167 # Misc
168 device          powermac_nvram  # Open Firmware configuration NVRAM
169 device          smu             # Apple System Management Unit
170
171 # ADB support
172 device          adb
173 device          cuda
174 device          pmu
175
176 # Powermac I2C support
177 device          iicbus          # I2C bus code
178 device          kiic            # Keywest I2C
179