1 |
douglas |
1448 |
# |
2 |
|
|
# SOEKRIS -- Soekris kernel configuration file for FreeBSD/amd64 |
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 |
douglas |
1455 |
# $FreeBSD: releng/9.2/sys/amd64/conf/GENERIC 253860 2013-08-01 13:18:47Z marius $ |
20 |
douglas |
1448 |
|
21 |
|
|
cpu HAMMER |
22 |
|
|
ident SOEKRIS |
23 |
|
|
|
24 |
|
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |
25 |
douglas |
1455 |
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support |
26 |
douglas |
1448 |
|
27 |
|
|
options SCHED_ULE # ULE scheduler |
28 |
|
|
options PREEMPTION # Enable kernel thread preemption |
29 |
|
|
options INET # InterNETworking |
30 |
|
|
options INET6 # IPv6 communications protocols |
31 |
douglas |
1455 |
options TCP_OFFLOAD # TCP offload |
32 |
douglas |
1448 |
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 |
douglas |
1455 |
options QUOTA # Enable disk quotas for UFS |
39 |
douglas |
1448 |
options MD_ROOT # MD is a potential root device |
40 |
|
|
options NFSCL # New Network Filesystem Client |
41 |
|
|
options NFSD # New Network Filesystem Server |
42 |
|
|
options NFSLOCKD # Network Lock Manager |
43 |
|
|
options NFS_ROOT # NFS usable as /, requires NFSCL |
44 |
|
|
options MSDOSFS # MSDOS Filesystem |
45 |
|
|
options CD9660 # ISO 9660 Filesystem |
46 |
|
|
options PROCFS # Process filesystem (requires PSEUDOFS) |
47 |
|
|
options PSEUDOFS # Pseudo-filesystem framework |
48 |
|
|
options GEOM_PART_GPT # GUID Partition Tables. |
49 |
douglas |
1453 |
options GEOM_RAID # Soft RAID functionality. |
50 |
douglas |
1448 |
options GEOM_LABEL # Provides labelization |
51 |
|
|
options COMPAT_FREEBSD32 # Compatible with i386 binaries |
52 |
|
|
options COMPAT_FREEBSD4 # Compatible with FreeBSD4 |
53 |
|
|
options COMPAT_FREEBSD5 # Compatible with FreeBSD5 |
54 |
|
|
options COMPAT_FREEBSD6 # Compatible with FreeBSD6 |
55 |
|
|
options COMPAT_FREEBSD7 # Compatible with FreeBSD7 |
56 |
|
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI |
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 PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. |
64 |
|
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev |
65 |
|
|
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) |
66 |
|
|
options AUDIT # Security event auditing |
67 |
|
|
options MAC # TrustedBSD MAC Framework |
68 |
|
|
#options KDTRACE_FRAME # Ensure frames are compiled in |
69 |
|
|
#options KDTRACE_HOOKS # Kernel DTrace hooks |
70 |
|
|
options INCLUDE_CONFIG_FILE # Include this file in kernel |
71 |
|
|
options KDB # Kernel debugger related code |
72 |
|
|
options KDB_TRACE # Print a stack trace for a panic |
73 |
douglas |
1455 |
options DDB_CTF # kernel ELF linker loads CTF data |
74 |
douglas |
1448 |
|
75 |
|
|
# Make an SMP-capable kernel by default |
76 |
|
|
options SMP # Symmetric MultiProcessor Kernel |
77 |
|
|
|
78 |
|
|
# CPU frequency control |
79 |
|
|
device cpufreq |
80 |
|
|
|
81 |
|
|
# Bus support. |
82 |
|
|
device acpi |
83 |
|
|
device pci |
84 |
|
|
|
85 |
|
|
# Floppy drives |
86 |
|
|
device fdc |
87 |
|
|
|
88 |
|
|
# ATA controllers |
89 |
|
|
device ahci # AHCI-compatible SATA controllers |
90 |
|
|
device ata # Legacy ATA/SATA controllers |
91 |
|
|
options ATA_CAM # Handle legacy controllers with CAM |
92 |
|
|
options ATA_STATIC_ID # Static device numbering |
93 |
|
|
device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA |
94 |
|
|
device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA |
95 |
|
|
|
96 |
|
|
# SCSI Controllers |
97 |
|
|
device ahc # AHA2940 and onboard AIC7xxx devices |
98 |
|
|
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug |
99 |
|
|
# output. Adds ~128k to driver. |
100 |
|
|
device ahd # AHA39320/29320 and onboard AIC79xx devices |
101 |
|
|
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug |
102 |
|
|
# output. Adds ~215k to driver. |
103 |
|
|
device esp # AMD Am53C974 (Tekram DC-390(T)) |
104 |
|
|
device hptiop # Highpoint RocketRaid 3xxx series |
105 |
|
|
device isp # Qlogic family |
106 |
|
|
#device ispfw # Firmware for QLogic HBAs- normally a module |
107 |
|
|
device mpt # LSI-Logic MPT-Fusion |
108 |
|
|
device mps # LSI-Logic MPT-Fusion 2 |
109 |
|
|
#device ncr # NCR/Symbios Logic |
110 |
|
|
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') |
111 |
|
|
device trm # Tekram DC395U/UW/F DC315U adapters |
112 |
|
|
|
113 |
|
|
device adv # Advansys SCSI adapters |
114 |
|
|
device adw # Advansys wide SCSI adapters |
115 |
|
|
device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. |
116 |
|
|
device bt # Buslogic/Mylex MultiMaster SCSI adapters |
117 |
douglas |
1453 |
device isci # Intel C600 SAS controller |
118 |
douglas |
1448 |
|
119 |
|
|
# ATA/SCSI peripherals |
120 |
|
|
device scbus # SCSI bus (required for ATA/SCSI) |
121 |
|
|
device ch # SCSI media changers |
122 |
|
|
device da # Direct Access (disks) |
123 |
|
|
device sa # Sequential Access (tape etc) |
124 |
|
|
device cd # CD |
125 |
|
|
device pass # Passthrough device (direct ATA/SCSI access) |
126 |
douglas |
1453 |
device ses # Enclosure Services (SES and SAF-TE) |
127 |
douglas |
1455 |
#device ctl # CAM Target Layer |
128 |
douglas |
1448 |
|
129 |
|
|
# RAID controllers interfaced to the SCSI subsystem |
130 |
|
|
device amr # AMI MegaRAID |
131 |
|
|
device arcmsr # Areca SATA II RAID |
132 |
|
|
#XXX it is not 64-bit clean, -scottl |
133 |
|
|
#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID |
134 |
|
|
device ciss # Compaq Smart RAID 5* |
135 |
|
|
device dpt # DPT Smartcache III, IV - See NOTES for options |
136 |
|
|
device hptmv # Highpoint RocketRAID 182x |
137 |
douglas |
1455 |
device hptnr # Highpoint DC7280, R750 |
138 |
douglas |
1448 |
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx |
139 |
douglas |
1455 |
device hpt27xx # Highpoint RocketRAID 27xx |
140 |
douglas |
1448 |
device iir # Intel Integrated RAID |
141 |
|
|
device ips # IBM (Adaptec) ServeRAID |
142 |
|
|
device mly # Mylex AcceleRAID/eXtremeRAID |
143 |
|
|
device twa # 3ware 9000 series PATA/SATA RAID |
144 |
douglas |
1453 |
device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller |
145 |
douglas |
1448 |
|
146 |
|
|
# RAID controllers |
147 |
|
|
device aac # Adaptec FSA RAID |
148 |
|
|
device aacp # SCSI passthrough for aac (requires CAM) |
149 |
douglas |
1455 |
device aacraid # Adaptec by PMC RAID |
150 |
douglas |
1448 |
device ida # Compaq Smart RAID |
151 |
|
|
device mfi # LSI MegaRAID SAS |
152 |
|
|
device mlx # Mylex DAC960 family |
153 |
|
|
#XXX pointer/int warnings |
154 |
|
|
#device pst # Promise Supertrak SX6000 |
155 |
|
|
device twe # 3ware ATA RAID |
156 |
|
|
|
157 |
|
|
# atkbdc0 controls both the keyboard and the PS/2 mouse |
158 |
|
|
device atkbdc # AT keyboard controller |
159 |
|
|
device atkbd # AT keyboard |
160 |
|
|
device psm # PS/2 mouse |
161 |
|
|
|
162 |
|
|
device kbdmux # keyboard multiplexer |
163 |
|
|
|
164 |
|
|
device vga # VGA video card driver |
165 |
douglas |
1453 |
options VESA # Add support for VESA BIOS Extensions (VBE) |
166 |
douglas |
1448 |
|
167 |
|
|
device splash # Splash screen and screen saver support |
168 |
|
|
|
169 |
|
|
# syscons is the default console driver, resembling an SCO console |
170 |
|
|
device sc |
171 |
|
|
options SC_PIXEL_MODE # add support for the raster text mode |
172 |
|
|
|
173 |
|
|
device agp # support several AGP chipsets |
174 |
|
|
|
175 |
|
|
# PCCARD (PCMCIA) support |
176 |
|
|
# PCMCIA and cardbus bridge support |
177 |
|
|
device cbb # cardbus (yenta) bridge |
178 |
|
|
device pccard # PC Card (16-bit) bus |
179 |
|
|
device cardbus # CardBus (32-bit) bus |
180 |
|
|
|
181 |
|
|
# Serial (COM) ports |
182 |
|
|
device uart # Generic UART driver |
183 |
|
|
|
184 |
|
|
# Parallel port |
185 |
|
|
device ppc |
186 |
|
|
device ppbus # Parallel port bus (required) |
187 |
|
|
device lpt # Printer |
188 |
|
|
device plip # TCP/IP over parallel |
189 |
|
|
device ppi # Parallel port interface device |
190 |
|
|
#device vpo # Requires scbus and da |
191 |
|
|
|
192 |
|
|
device puc # Multi I/O cards and multi-channel UARTs |
193 |
|
|
|
194 |
|
|
# PCI Ethernet NICs. |
195 |
|
|
device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet |
196 |
|
|
device de # DEC/Intel DC21x4x (``Tulip'') |
197 |
|
|
device em # Intel PRO/1000 Gigabit Ethernet Family |
198 |
|
|
device igb # Intel PRO/1000 PCIE Server Gigabit Family |
199 |
|
|
device ixgbe # Intel PRO/10GbE PCIE Ethernet Family |
200 |
|
|
device le # AMD Am7900 LANCE and Am79C9xx PCnet |
201 |
|
|
device ti # Alteon Networks Tigon I/II gigabit Ethernet |
202 |
|
|
device txp # 3Com 3cR990 (``Typhoon'') |
203 |
|
|
device vx # 3Com 3c590, 3c595 (``Vortex'') |
204 |
|
|
|
205 |
|
|
# PCI Ethernet NICs that use the common MII bus controller code. |
206 |
|
|
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! |
207 |
|
|
device miibus # MII bus support |
208 |
|
|
device ae # Attansic/Atheros L2 FastEthernet |
209 |
|
|
device age # Attansic/Atheros L1 Gigabit Ethernet |
210 |
|
|
device alc # Atheros AR8131/AR8132 Ethernet |
211 |
|
|
device ale # Atheros AR8121/AR8113/AR8114 Ethernet |
212 |
|
|
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet |
213 |
|
|
device bfe # Broadcom BCM440x 10/100 Ethernet |
214 |
|
|
device bge # Broadcom BCM570xx Gigabit Ethernet |
215 |
douglas |
1453 |
device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn |
216 |
douglas |
1448 |
device dc # DEC/Intel 21143 and various workalikes |
217 |
|
|
device et # Agere ET1310 10/100/Gigabit Ethernet |
218 |
|
|
device fxp # Intel EtherExpress PRO/100B (82557, 82558) |
219 |
douglas |
1453 |
device gem # Sun GEM/Sun ERI/Apple GMAC |
220 |
|
|
device hme # Sun HME (Happy Meal Ethernet) |
221 |
douglas |
1448 |
device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet |
222 |
|
|
device lge # Level 1 LXT1001 gigabit Ethernet |
223 |
|
|
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet |
224 |
|
|
device nfe # nVidia nForce MCP on-board Ethernet |
225 |
|
|
device nge # NatSemi DP83820 gigabit Ethernet |
226 |
|
|
#device nve # nVidia nForce MCP on-board Ethernet Networking |
227 |
|
|
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') |
228 |
|
|
device re # RealTek 8139C+/8169/8169S/8110S |
229 |
|
|
device rl # RealTek 8129/8139 |
230 |
|
|
device sf # Adaptec AIC-6915 (``Starfire'') |
231 |
|
|
device sge # Silicon Integrated Systems SiS190/191 |
232 |
|
|
device sis # Silicon Integrated Systems SiS 900/SiS 7016 |
233 |
|
|
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet |
234 |
|
|
device ste # Sundance ST201 (D-Link DFE-550TX) |
235 |
|
|
device stge # Sundance/Tamarack TC9021 gigabit Ethernet |
236 |
|
|
device tl # Texas Instruments ThunderLAN |
237 |
|
|
device tx # SMC EtherPower II (83c170 ``EPIC'') |
238 |
|
|
device vge # VIA VT612x gigabit Ethernet |
239 |
|
|
device vr # VIA Rhine, Rhine II |
240 |
|
|
device wb # Winbond W89C840F |
241 |
|
|
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') |
242 |
|
|
|
243 |
|
|
# ISA Ethernet NICs. pccard NICs included. |
244 |
|
|
device cs # Crystal Semiconductor CS89x0 NIC |
245 |
|
|
# 'device ed' requires 'device miibus' |
246 |
|
|
device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards |
247 |
|
|
device ex # Intel EtherExpress Pro/10 and Pro/10+ |
248 |
|
|
device ep # Etherlink III based cards |
249 |
|
|
device fe # Fujitsu MB8696x based cards |
250 |
|
|
device sn # SMC's 9000 series of Ethernet chips |
251 |
|
|
device xe # Xircom pccard Ethernet |
252 |
|
|
|
253 |
|
|
# Wireless NIC cards |
254 |
|
|
device wlan # 802.11 support |
255 |
|
|
options IEEE80211_DEBUG # enable debug msgs |
256 |
|
|
options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's |
257 |
|
|
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support |
258 |
|
|
device wlan_wep # 802.11 WEP support |
259 |
|
|
device wlan_ccmp # 802.11 CCMP support |
260 |
|
|
device wlan_tkip # 802.11 TKIP support |
261 |
|
|
device wlan_amrr # AMRR transmit rate control algorithm |
262 |
|
|
device an # Aironet 4500/4800 802.11 wireless NICs. |
263 |
douglas |
1455 |
device ath # Atheros NICs |
264 |
douglas |
1448 |
device ath_pci # Atheros pci/cardbus glue |
265 |
|
|
device ath_hal # pci/cardbus chip support |
266 |
|
|
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors |
267 |
|
|
device ath_rate_sample # SampleRate tx rate control for ath |
268 |
|
|
#device bwi # Broadcom BCM430x/BCM431x wireless NICs. |
269 |
|
|
#device bwn # Broadcom BCM43xx wireless NICs. |
270 |
|
|
device ipw # Intel 2100 wireless NICs. |
271 |
|
|
device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. |
272 |
|
|
device iwn # Intel 4965/1000/5000/6000 wireless NICs. |
273 |
|
|
device malo # Marvell Libertas wireless NICs. |
274 |
|
|
device mwl # Marvell 88W8363 802.11n wireless NICs. |
275 |
|
|
device ral # Ralink Technology RT2500 wireless NICs. |
276 |
|
|
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. |
277 |
|
|
device wpi # Intel 3945ABG wireless NICs. |
278 |
|
|
|
279 |
|
|
# Pseudo devices. |
280 |
|
|
device loop # Network loopback |
281 |
|
|
device random # Entropy device |
282 |
douglas |
1455 |
options PADLOCK_RNG # VIA Padlock RNG |
283 |
|
|
options RDRAND_RNG # Intel Bull Mountain RNG |
284 |
douglas |
1448 |
device ether # Ethernet support |
285 |
|
|
device vlan # 802.1Q VLAN support |
286 |
|
|
device tun # Packet tunnel. |
287 |
|
|
device pty # BSD-style compatibility pseudo ttys |
288 |
|
|
device md # Memory "disks" |
289 |
|
|
device gif # IPv6 and IPv4 tunneling |
290 |
|
|
device faith # IPv6-to-IPv4 relaying (translation) |
291 |
|
|
device firmware # firmware assist module |
292 |
|
|
|
293 |
|
|
# The `bpf' device enables the Berkeley Packet Filter. |
294 |
|
|
# Be aware of the administrative consequences of enabling this! |
295 |
|
|
# Note that 'bpf' is required for DHCP. |
296 |
|
|
device bpf # Berkeley packet filter |
297 |
|
|
|
298 |
|
|
# USB support |
299 |
|
|
options USB_DEBUG # enable debug msgs |
300 |
|
|
device uhci # UHCI PCI->USB interface |
301 |
|
|
device ohci # OHCI PCI->USB interface |
302 |
|
|
device ehci # EHCI PCI->USB interface (USB 2.0) |
303 |
|
|
device xhci # XHCI PCI->USB interface (USB 3.0) |
304 |
|
|
device usb # USB Bus (required) |
305 |
|
|
#device udbp # USB Double Bulk Pipe devices (needs netgraph) |
306 |
|
|
device uhid # "Human Interface Devices" |
307 |
|
|
device ukbd # Keyboard |
308 |
|
|
device ulpt # Printer |
309 |
|
|
device umass # Disks/Mass storage - Requires scbus and da |
310 |
|
|
device ums # Mouse |
311 |
|
|
device urio # Diamond Rio 500 MP3 player |
312 |
|
|
# USB Serial devices |
313 |
|
|
device u3g # USB-based 3G modems (Option, Huawei, Sierra) |
314 |
|
|
device uark # Technologies ARK3116 based serial adapters |
315 |
|
|
device ubsa # Belkin F5U103 and compatible serial adapters |
316 |
|
|
device uftdi # For FTDI usb serial adapters |
317 |
|
|
device uipaq # Some WinCE based devices |
318 |
|
|
device uplcom # Prolific PL-2303 serial adapters |
319 |
|
|
device uslcom # SI Labs CP2101/CP2102 serial adapters |
320 |
|
|
device uvisor # Visor and Palm devices |
321 |
|
|
device uvscom # USB serial support for DDI pocket's PHS |
322 |
|
|
# USB Ethernet, requires miibus |
323 |
|
|
device aue # ADMtek USB Ethernet |
324 |
|
|
device axe # ASIX Electronics USB Ethernet |
325 |
|
|
device cdce # Generic USB over Ethernet |
326 |
|
|
device cue # CATC USB Ethernet |
327 |
|
|
device kue # Kawasaki LSI USB Ethernet |
328 |
|
|
device rue # RealTek RTL8150 USB Ethernet |
329 |
|
|
device udav # Davicom DM9601E USB |
330 |
|
|
# USB Wireless |
331 |
|
|
device rum # Ralink Technology RT2501USB wireless NICs |
332 |
|
|
device run # Ralink Technology RT2700/RT2800/RT3000 NICs. |
333 |
|
|
device uath # Atheros AR5523 wireless NICs |
334 |
|
|
device upgt # Conexant/Intersil PrismGT wireless NICs. |
335 |
|
|
device ural # Ralink Technology RT2500USB wireless NICs |
336 |
|
|
device urtw # Realtek RTL8187B/L wireless NICs |
337 |
|
|
device zyd # ZyDAS zd1211/zd1211b wireless NICs |
338 |
|
|
|
339 |
|
|
# Sound support |
340 |
|
|
device sound # Generic sound driver (required) |
341 |
douglas |
1453 |
device snd_cmi # CMedia CMI8338/CMI8738 |
342 |
|
|
device snd_csa # Crystal Semiconductor CS461x/428x |
343 |
|
|
device snd_emu10kx # Creative SoundBlaster Live! and Audigy |
344 |
douglas |
1448 |
device snd_es137x # Ensoniq AudioPCI ES137x |
345 |
|
|
device snd_hda # Intel High Definition Audio |
346 |
|
|
device snd_ich # Intel, NVidia and other ICH AC'97 Audio |
347 |
|
|
device snd_uaudio # USB Audio |
348 |
|
|
device snd_via8233 # VIA VT8233x Audio |
349 |
|
|
|
350 |
douglas |
1455 |
# VirtIO support |
351 |
|
|
device virtio # Generic VirtIO bus (required) |
352 |
|
|
device virtio_pci # VirtIO PCI Interface |
353 |
|
|
device vtnet # VirtIO Ethernet device |
354 |
|
|
device virtio_blk # VirtIO Block device |
355 |
|
|
device virtio_scsi # VirtIO SCSI device |
356 |
|
|
device virtio_balloon # VirtIO Memory Balloon device |
357 |
|
|
|
358 |
douglas |
1448 |
# Soekris - 2012-09-16 Douglas Thrift |
359 |
douglas |
1457 |
device atpic # Optional legacy pic support |
360 |
douglas |
1448 |
device mptable # Optional MPSPEC mptable support |
361 |
|
|
|
362 |
|
|
# vim: noexpandtab |