]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/pc98/conf/GENERIC
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / pc98 / conf / GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on 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             I486_CPU
22 cpu             I586_CPU
23 cpu             I686_CPU
24 ident           GENERIC
25
26 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
27
28 options         SCHED_4BSD              # 4BSD scheduler
29 #options        PREEMPTION              # Enable kernel thread preemption
30 options         INET                    # InterNETworking
31 options         INET6                   # IPv6 communications protocols
32 options         SCTP                    # Stream Control Transmission Protocol
33 options         FFS                     # Berkeley Fast Filesystem
34 options         SOFTUPDATES             # Enable FFS soft updates support
35 options         UFS_ACL                 # Support for access control lists
36 options         UFS_DIRHASH             # Improve performance on big directories
37 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
38 options         MD_ROOT                 # MD is a potential root device
39 options         NFSCL                   # New Network Filesystem Client
40 options         NFSD                    # New Network Filesystem Server
41 options         NFSLOCKD                # Network Lock Manager
42 options         NFS_ROOT                # NFS usable as /, requires NFSCL
43 options         MSDOSFS                 # MSDOS Filesystem
44 options         CD9660                  # ISO 9660 Filesystem
45 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
46 options         PSEUDOFS                # Pseudo-filesystem framework
47 options         GEOM_PART_GPT           # GUID Partition Tables.
48 options         GEOM_LABEL              # Provides labelization
49 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
50 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
51 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
52 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
53 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
54 options         EPSON_BOUNCEDMA         # use bounce buffer for 15-16M
55 #options        EPSON_MEMWIN            # EPSON memory window support
56 #options        LINE30
57 options         KTRACE                  # ktrace(1) support
58 options         STACK                   # stack(9) support
59 options         SYSVSHM                 # SYSV-style shared memory
60 options         SYSVMSG                 # SYSV-style message queues
61 options         SYSVSEM                 # SYSV-style semaphores
62 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
63 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
64 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
65 options         AUDIT                   # Security event auditing
66 options         MAC                     # TrustedBSD MAC Framework
67 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
68 options         KDB                     # Kernel debugger related code
69 options         KDB_TRACE               # Print a stack trace for a panic
70
71 # To make an SMP kernel, the next two lines are needed
72 #options        SMP                     # Symmetric MultiProcessor Kernel
73 #device         apic                    # I/O APIC
74
75 # Bus support.
76 device          pci
77
78 # Floppy drives
79 device          fdc
80
81 # ATA controllers
82 device          ahci            # AHCI-compatible SATA controllers
83 device          ata             # Legacy ATA/SATA controllers
84 options         ATA_CAM         # Handle legacy controllers with CAM
85 options         ATA_STATIC_ID   # Static device numbering
86 device          mvs             # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
87 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
88
89 # SCSI Controllers
90 device          adv             # Advansys SCSI adapters
91 device          ahc             # AHA2940 and onboard AIC7xxx devices
92 device          esp             # AMD Am53C974 (Tekram DC-390(T))
93 device          isp             # Qlogic family
94 #device         ncr             # NCR/Symbios Logic
95 device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
96
97 device          aic             # PC-9801-100
98 device          ct              # host adapter using WD33C93[ABC] chip (C bus)
99
100 device          ncv             # NCR 53C500
101 device          nsp             # Workbit Ninja SCSI-3
102 device          stg             # TMC 18C30/18C50
103
104 # ATA/SCSI peripherals
105 device          scbus           # SCSI bus (required for ATA/SCSI)
106 device          ch              # SCSI media changers
107 device          da              # Direct Access (disks)
108 device          sa              # Sequential Access (tape etc)
109 device          cd              # CD
110 device          pass            # Passthrough device (direct ATA/SCSI access)
111 device          ses             # SCSI Environmental Services (and SAF-TE)
112
113 # keyboard driver
114 device          pckbd           # PC98 keyboard
115
116 device          gdc             # GDC screen
117
118 device          splash          # Splash screen and screen saver support
119
120 # syscons is the default console driver, resembling an SCO console
121 device          sc
122
123 #device         agp             # support several AGP chipsets
124
125 # Power management support (see NOTES for more options)
126 #device         apm
127 #device         pmc
128 #device         canbus
129 #device         canbepm
130 # Add suspend/resume support for the i8254.
131 #device         pmtimer
132
133 # PCCARD (PCMCIA) support
134 # PCMCIA and cardbus bridge support
135 device          cbb             # cardbus (yenta) bridge
136 device          pccard          # PC Card (16-bit) bus
137 device          cardbus         # CardBus (32-bit) bus
138
139 # Serial (COM) ports
140 #options        COM_MULTIPORT
141 #options        COM_ESP         # ESP98
142 #device         sio             # 8250, 16[45]50, 8251 based serial ports
143 device          uart            # Generic UART driver
144
145 device          mse
146 #device         joy
147
148 # NEW Parallel port
149 device          ppc
150 device          ppbus           # Parallel port bus (required)
151 device          lpt             # Printer
152 device          plip            # TCP/IP over parallel
153 device          ppi             # Parallel port interface device
154 #device         vpo             # Requires scbus and da
155 # OLD Parallel port
156 #device         olpt
157
158 # PCI Ethernet NICs.
159 device          de              # DEC/Intel DC21x4x (``Tulip'')
160 #device         em              # Intel PRO/1000 adapter Gigabit Ethernet Card
161 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
162 #device         ti              # Alteon Networks Tigon I/II gigabit Ethernet
163 device          txp             # 3Com 3cR990 (``Typhoon'')
164 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
165
166 # PCI Ethernet NICs that use the common MII bus controller code.
167 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
168 device          miibus          # MII bus support
169 device          bfe             # Broadcom BCM440x 10/100 Ethernet
170 #device         bge             # Broadcom BCM570xx Gigabit Ethernet
171 device          dc              # DEC/Intel 21143 and various workalikes
172 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
173 #device         lge             # Level 1 LXT1001 gigabit Ethernet
174 #device         nge             # NatSemi DP83820 gigabit Ethernet
175 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
176 device          re              # RealTek 8139C+/8169/8169S/8110S
177 device          rl              # RealTek 8129/8139
178 device          sf              # Adaptec AIC-6915 (``Starfire'')
179 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
180 #device         sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
181 device          ste             # Sundance ST201 (D-Link DFE-550TX)
182 device          tl              # Texas Instruments ThunderLAN
183 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
184 #device         vge             # VIA VT612x gigabit Ethernet
185 device          vr              # VIA Rhine, Rhine II
186 device          wb              # Winbond W89C840F
187 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
188
189 # ISA Ethernet NICs.  pccard NICs included.
190 # 'device ed' requires 'device miibus'
191 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
192 device          ep              # Etherlink III based cards
193 device          fe              # Fujitsu MB8696x based cards
194 device          sn              # SMC's 9000 series of Ethernet chips
195 device          snc
196 device          xe              # Xircom pccard Ethernet
197
198 # Wireless NIC cards
199 #device         wlan            # 802.11 support
200 #options        IEEE80211_DEBUG # enable debug msgs
201 #options        IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
202 #options        IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
203 #device         wlan_wep        # 802.11 WEP support
204 #device         wlan_ccmp       # 802.11 CCMP support
205 #device         wlan_tkip       # 802.11 TKIP support
206 #device         wlan_amrr       # AMRR transmit rate control algorithm
207 #device         an              # Aironet 4500/4800 802.11 wireless NICs.
208 #device         ath             # Atheros NICs
209 #device         ath_pci         # Atheros pci/cardbus glue
210 #device         ath_hal         # pci/cardbus chip support
211 #options        AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
212 #device         ath_rate_sample # SampleRate tx rate control for ath
213 #device         ral             # Ralink Technology RT2500 wireless NICs.
214 #device         wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
215 #device         wl              # Older non 802.11 Wavelan wireless NIC.
216
217 # Pseudo devices.
218 device          loop            # Network loopback
219 device          random          # Entropy device
220 device          ether           # Ethernet support
221 device          vlan            # 802.1Q VLAN support
222 device          tun             # Packet tunnel.
223 device          pty             # BSD-style compatibility pseudo ttys
224 device          md              # Memory "disks"
225 device          gif             # IPv6 and IPv4 tunneling
226 device          faith           # IPv6-to-IPv4 relaying (translation)
227 device          firmware        # firmware assist module
228
229 # The `bpf' device enables the Berkeley Packet Filter.
230 # Be aware of the administrative consequences of enabling this!
231 # Note that 'bpf' is required for DHCP.
232 device          bpf             # Berkeley packet filter
233
234 # USB support
235 #options        USB_DEBUG       # enable debug msgs
236 #device         uhci            # UHCI PCI->USB interface
237 #device         ohci            # OHCI PCI->USB interface
238 #device         ehci            # EHCI PCI->USB interface (USB 2.0)
239 #device         usb             # USB Bus (required)
240 #device         udbp            # USB Double Bulk Pipe devices (needs netgraph)
241 #device         uhid            # "Human Interface Devices"
242 #device         ukbd            # Keyboard
243 #device         ulpt            # Printer
244 #device         umass           # Disks/Mass storage - Requires scbus and da
245 #device         ums             # Mouse
246 #device         urio            # Diamond Rio 500 MP3 player
247 # USB Serial devices
248 #device         uark            # Technologies ARK3116 based serial adapters
249 #device         ubsa            # Belkin F5U103 and compatible serial adapters
250 #device         ubser           # BWCT console serial adapters
251 #device         uftdi           # For FTDI usb serial adapters
252 #device         uipaq           # Some WinCE based devices
253 #device         uplcom          # Prolific PL-2303 serial adapters
254 #device         uslcom          # SI Labs CP2101/CP2102 serial adapters
255 #device         uvisor          # Visor and Palm devices
256 #device         uvscom          # USB serial support for DDI pocket's PHS
257 # USB Ethernet, requires miibus
258 #device         aue             # ADMtek USB Ethernet
259 #device         axe             # ASIX Electronics USB Ethernet
260 #device         cdce            # Generic USB over Ethernet
261 #device         cue             # CATC USB Ethernet
262 #device         kue             # Kawasaki LSI USB Ethernet
263 #device         rue             # RealTek RTL8150 USB Ethernet
264 #device         udav            # Davicom DM9601E USB
265 # USB Wireless
266 #device         rum             # Ralink Technology RT2501USB wireless NICs
267 #device         uath            # Atheros AR5523 wireless NICs
268 #device         ural            # Ralink Technology RT2500USB wireless NICs
269 #device         zyd             # ZyDAS zd1211/zd1211b wireless NICs
270
271 # Sound support
272 #device         sound           # Generic sound driver (required)
273 #device         snd_mss         # Microsoft Sound System
274 #device         "snd_sb16"      # Sound Blaster 16
275 #device         snd_sbc         # Sound Blaster
276 #device         snd_uaudio      # USB Audio