PXEboot: MED

File MED, 6.3 KB (added by mvn, 5 years ago)
Line 
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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: src/sys/i386/conf/GENERIC,v 1.473 2007/07/01 21:47:45 njl Exp $
20
21cpu             I486_CPU
22cpu             I586_CPU
23cpu             I686_CPU
24ident   med     
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints          "GENERIC.hints"         # Default places to look for devices.
28
29makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
30
31options         SCHED_4BSD              # 4BSD scheduler
32options         PREEMPTION              # Enable kernel thread preemption
33options         INET                    # InterNETworking
34options         INET6                   # IPv6 communications protocols
35options         SCTP                    # Stream Transmission Control Protocol
36options         FFS                     # Berkeley Fast Filesystem
37options         SOFTUPDATES             # Enable FFS soft updates support
38options         UFS_ACL                 # Support for access control lists
39options         UFS_DIRHASH             # Improve performance on big directories
40options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
41options         MD_ROOT                 # MD is a potential root device
42options         NFSCLIENT               # Network Filesystem Client
43options         NFSSERVER               # Network Filesystem Server
44options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
45options         MSDOSFS                 # MSDOS Filesystem
46options         CD9660                  # ISO 9660 Filesystem
47options         PROCFS                  # Process filesystem (requires PSEUDOFS)
48options         PSEUDOFS                # Pseudo-filesystem framework
49options         GEOM_PART_GPT           # GUID Partition Tables.
50options         GEOM_LABEL              # Provides labelization
51options         COMPAT_43TTY            # BSD 4.3 TTY compat [KEEP THIS!]
52options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
53options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
54options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
55options         KTRACE                  # ktrace(1) support
56options         SYSVSHM                 # SYSV-style shared memory
57options         SYSVMSG                 # SYSV-style message queues
58options         SYSVSEM                 # SYSV-style semaphores
59options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
60options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
61options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
62options         STOP_NMI                # Stop CPUS using NMI instead of IPI
63options         AUDIT                   # Security event auditing
64
65# To make an SMP kernel, the next two lines are needed
66options         SMP                     # Symmetric MultiProcessor Kernel
67device          apic                    # I/O APIC
68
69# CPU frequency control
70device          cpufreq
71
72# Bus support.
73device          eisa
74device          pci
75
76# Floppy drives
77device          fdc
78
79# ATA and ATAPI devices
80device          ata
81device          atadisk         # ATA disk drives
82device          ataraid         # ATA RAID drives
83device          atapicd         # ATAPI CDROM drives
84options         ATA_STATIC_ID   # Static device numbering
85
86# SCSI peripherals
87device          scbus           # SCSI bus (required for SCSI)
88device          ch              # SCSI media changers
89device          da              # Direct Access (disks)
90device          cd              # CD
91device          pass            # Passthrough device (direct SCSI access)
92
93
94# atkbdc0 controls both the keyboard and the PS/2 mouse
95device          atkbdc          # AT keyboard controller
96device          atkbd           # AT keyboard
97device          psm             # PS/2 mouse
98
99device          kbdmux          # keyboard multiplexer
100
101device          vga             # VGA video card driver
102
103device          splash          # Splash screen and screen saver support
104
105# syscons is the default console driver, resembling an SCO console
106device          sc
107
108device          agp             # support several AGP chipsets
109
110# Power management support (see NOTES for more options)
111#device         apm
112# Add suspend/resume support for the i8254.
113device          pmtimer
114
115# PCCARD (PCMCIA) support
116# PCMCIA and cardbus bridge support
117device          cbb             # cardbus (yenta) bridge
118device          pccard          # PC Card (16-bit) bus
119device          cardbus         # CardBus (32-bit) bus
120
121# Serial (COM) ports
122device          sio             # 8250, 16[45]50 based serial ports
123device          uart            # Generic UART driver
124
125# Parallel port
126device          ppc
127device          ppbus           # Parallel port bus (required)
128device          ppi             # Parallel port interface device
129
130device          miibus          # MII bus support
131device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
132device          rl              # RealTek 8129/8139
133device          sis             # RealTek 8129/8139
134device          tun             # RealTek 8129/8139
135
136# Wireless NIC cards
137device          wlan            # 802.11 support
138device          wlan_wep        # 802.11 WEP support
139device          wlan_ccmp       # 802.11 CCMP support
140device          wlan_tkip       # 802.11 TKIP support
141device          wlan_amrr       # AMRR transmit rate control algorithm
142device          wlan_scan_ap    # 802.11 AP mode scanning
143device          wlan_scan_sta   # 802.11 STA mode scanning
144device          an              # Aironet 4500/4800 802.11 wireless NICs.
145device          ath             # Atheros pci/cardbus NIC's
146device          ath_hal         # Atheros HAL (Hardware Access Layer)
147device          ath_rate_sample # SampleRate tx rate control for ath
148device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
149
150# Pseudo devices.
151device          loop            # Network loopback
152device          random          # Entropy device
153device          ether           # Ethernet support
154device          pty             # Pseudo-ttys (telnet etc)
155device          md              # Memory "disks"
156device          gif             # IPv6 and IPv4 tunneling
157device          faith           # IPv6-to-IPv4 relaying (translation)
158device          firmware        # firmware assist module
159
160# The `bpf' device enables the Berkeley Packet Filter.
161# Be aware of the administrative consequences of enabling this!
162# Note that 'bpf' is required for DHCP.
163device          bpf             # Berkeley packet filter
164
165# USB support
166device          uhci            # UHCI PCI->USB interface
167device          ohci            # OHCI PCI->USB interface
168device          ehci            # EHCI PCI->USB interface (USB 2.0)
169device          usb             # USB Bus (required)
170#device         udbp            # USB Double Bulk Pipe devices
171device          ugen            # Generic
172device          ucom
173device          uplcom          # "Human Interface Devices"
174device          uark            # "Human Interface Devices"
175device          uftdi           # "Human Interface Devices"
176device          umct            # "Human Interface Devices"
177device          uftdi           # "Human Interface Devices"
178device          ukbd            # Keyboard
179device          umass           # Disks/Mass storage - Requires scbus and da
180device          ums             # Mouse
181device          uscanner        # Scanners
182# USB Ethernet, requires miibus
183device          aue             # ADMtek USB Ethernet
184options         ALTQ
185options         ALTQ_CBQ
186options         ALTQ_RED
187options         ALTQ_RIO
188options         ALTQ_HFSC
189options         ALTQ_CDNR
190options         ALTQ_PRIQ
191options         ALTQ_NOPCC
192options         ALTQ_DEBUG