xref: /onnv-gate/usr/src/uts/i86pc/io/rootnex.conf (revision 12465:8169f8850803)
18371SVikram.Hegde@Sun.COM#
28371SVikram.Hegde@Sun.COM# CDDL HEADER START
38371SVikram.Hegde@Sun.COM#
48371SVikram.Hegde@Sun.COM# The contents of this file are subject to the terms of the
58371SVikram.Hegde@Sun.COM# Common Development and Distribution License (the "License").
68371SVikram.Hegde@Sun.COM# You may not use this file except in compliance with the License.
78371SVikram.Hegde@Sun.COM#
88371SVikram.Hegde@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98371SVikram.Hegde@Sun.COM# or http://www.opensolaris.org/os/licensing.
108371SVikram.Hegde@Sun.COM# See the License for the specific language governing permissions
118371SVikram.Hegde@Sun.COM# and limitations under the License.
128371SVikram.Hegde@Sun.COM#
138371SVikram.Hegde@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
148371SVikram.Hegde@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
158371SVikram.Hegde@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
168371SVikram.Hegde@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
178371SVikram.Hegde@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
188371SVikram.Hegde@Sun.COM#
198371SVikram.Hegde@Sun.COM# CDDL HEADER END
208371SVikram.Hegde@Sun.COM#
218371SVikram.Hegde@Sun.COM#
22*12465Sfrank.van.der.linden@oracle.com# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
238371SVikram.Hegde@Sun.COM#
248371SVikram.Hegde@Sun.COM#
25*12465Sfrank.van.der.linden@oracle.com# To enable Intel IOMMU set this to "true" and rebuild boot archive
2611749SVikram.Hegde@Sun.COMimmu-enable="false";
2711749SVikram.Hegde@Sun.COM#
28*12465Sfrank.van.der.linden@oracle.com# Property to blacklist Intel IOMMU on specific platforms
2911749SVikram.Hegde@Sun.COM#immu-blacklist=
308886SVikram.Hegde@Sun.COM#		"SMBIOS","Supermicro","X7DW3","",
318886SVikram.Hegde@Sun.COM#		"SMBIOS","TOSHIBA","PORTEGE A600","",
3211749SVikram.Hegde@Sun.COM#		"DMAR","TOSHIB","A006A   ","",
3311749SVikram.Hegde@Sun.COM#		"DRIVER", "broken_driver"
348886SVikram.Hegde@Sun.COM#		;
35*12465Sfrank.van.der.linden@oracle.com
36*12465Sfrank.van.der.linden@oracle.com# Property to change the default DVMA mapping. The default
37*12465Sfrank.van.der.linden@oracle.com# value is "xlate" (use virtual DMA addresses). This can also
38*12465Sfrank.van.der.linden@oracle.com# be set to "unity", meaning 1:1 DVMA mappings.
39*12465Sfrank.van.der.linden@oracle.com#immu-dvma-mapping="xlate";
40*12465Sfrank.van.der.linden@oracle.com
41*12465Sfrank.van.der.linden@oracle.com# Properties to specify specific DVMA mappings for individual
42*12465Sfrank.van.der.linden@oracle.com# drivers.
43*12465Sfrank.van.der.linden@oracle.com#immu-dvma-unity-drivers="igb","ahci";
44*12465Sfrank.van.der.linden@oracle.com#immu-dvma-xlate-drivers="mpt";
45