]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/powerpc/conf/GENERIC
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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             OEA
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_4BSD              #4BSD 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 [KEEP THIS!]
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         SCSI_DELAY=5000         #Delay (in ms) before probing SCSI 
58 options         KTRACE                  #ktrace(1) syscall trace support
59 options         STACK                   #stack(9) support
60 options         SYSVSHM                 #SYSV-style shared memory
61 options         SYSVMSG                 #SYSV-style message queues
62 options         SYSVSEM                 #SYSV-style semaphores
63 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
64 options         AUDIT                   # Security event auditing
65
66 # To make an SMP kernel, the next line is needed
67 #options        SMP                     # Symmetric MultiProcessor Kernel
68
69 # Standard busses
70 device          pci
71
72 # ATA and ATAPI devices
73 device          ata
74 device          atadisk         # ATA disk drives
75 device          atapicd         # ATAPI CDROM drives
76 #device         atapifd         # ATAPI floppy drives
77 #device         atapist         # ATAPI tape drives
78
79 # SCSI peripherals
80 device          scbus           # SCSI bus (required for SCSI)
81 device          da              # Direct Access (disks)
82 device          sa              # Sequential Access (tape etc)
83 device          cd              # CD
84 device          pass            # Passthrough device (direct SCSI access)
85
86 # syscons is the default console driver, resembling an SCO console
87 device          sc
88 device          kbdmux
89 options         SC_OFWFB        # OFW frame buffer
90 options         SC_DFLT_FONT    # compile font in
91 makeoptions     SC_DFLT_FONT=cp437
92
93 # Serial (COM) ports
94 device          scc
95 device          uart
96
97 # PCI Ethernet NICs that use the common MII bus controller code.
98 device          miibus          # MII bus support
99 device          bge             # Broadcom BCM570xx Gigabit Ethernet
100 device          bm              # Apple BMAC Ethernet
101 device          gem             # Sun GEM/Sun ERI/Apple GMAC
102 device          dc              # DEC/Intel 21143 and various workalikes
103 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
104
105 # Pseudo devices.
106 device          loop            # Network loopback
107 device          random          # Entropy device
108 device          ether           # Ethernet support
109 device          sl              # Kernel SLIP
110 device          ppp             # Kernel PPP
111 device          tun             # Packet tunnel.
112 device          pty             # Pseudo-ttys (telnet etc)
113 device          md              # Memory "disks"
114 device          ofwd            # Open Firmware disks
115 device          gif             # IPv6 and IPv4 tunneling
116 device          faith           # IPv6-to-IPv4 relaying/(translation)
117
118 # The `bpf' device enables the Berkeley Packet Filter.
119 # Be aware of the administrative consequences of enabling this!
120 # Note that 'bpf' is required for DHCP.
121 device          bpf             #Berkeley packet filter
122
123 # USB support
124 device          uhci            # UHCI PCI->USB interface
125 device          ohci            # OHCI PCI->USB interface
126 device          ehci            # EHCI PCI->USB interface
127 device          usb             # USB Bus (required)
128 device          ugen            # Generic
129 device          uhid            # "Human Interface Devices"
130 device          ukbd            # Keyboard
131 options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
132 device          ulpt            # Printer
133 device          umass           # Disks/Mass storage - Requires scbus and da0
134 device          ums             # Mouse
135 device          urio            # Diamond Rio 500 MP3 player
136 device          uscanner        # Scanners
137 # USB Ethernet
138 device          aue             # ADMtek USB Ethernet
139 device          axe             # ASIX Electronics USB Ethernet
140 device          cdce            # Generic USB over Ethernet
141 device          cue             # CATC USB Ethernet
142 device          kue             # Kawasaki LSI USB Ethernet
143
144 # FireWire support
145 device          firewire        # FireWire bus code
146 device          sbp             # SCSI over FireWire (Requires scbus and da)
147 device          fwe             # Ethernet over FireWire (non-standard!)
148
149 # Misc
150 device          powermac_nvram  # Open Firmware configuration NVRAM