Lines Matching full:isa

41 ///       Does not set aside either ISA or VGA I/O resources during PCI
43 /// not want to support a PCI device that requires ISA or legacy VGA
47 /// Sets aside the ISA I/O range and all the aliases during PCI
48 /// enumeration. VGA I/O ranges and aliases are included in ISA alias
52 /// ISA range and its aliases
54 /// The PCI bus driver will not allocate I/O addresses out of the ISA I/O
55 /// range and its aliases. The following are the ISA I/O ranges:
62 /// larger I/O ranges. The PCI host bridge driver is not aware of the ISA
66 /// device that requests the legacy ISA range will get all the legacy ISA
69 /// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration
73 /// wants to support non-VGA devices that ask for the ISA range (0x100 -
74 /// 3FF), but not if it also asks for the ISA aliases. The PCI bus driver will
75 /// not allocate I/O addresses out of the legacy ISA I/O range (0x100 -
77 /// driver asks for the ISA I/O ranges, including aliases, the request will be
84 /// peers to this bridge will have to be set up to not decode ISA aliased
86 /// occupy only I/O addresses that are not ISA aliases. This is a limitation
92 /// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration.
93 /// VGA I/O ranges are included in the ISA range. By using this selection,
95 /// the ISA range and legacy VGA range, but it does not want to support
96 /// devices that require ISA alias ranges or VGA alias ranges. The PCI
97 /// bus driver will not allocate I/O addresses out of the legacy ISA I/O
98 /// range (0x100-0x3FF). If a PCI device driver asks for the ISA I/O
116 /// Does not set aside either ISA or VGA I/O resources during PCI
122 /// Sets aside ISA I/O range and all aliases:
131 /// Sets aside ISA I/O range 0x100-0x3FF.
259 @param[out] PciPolicy The platform policy with respect to VGA and ISA aliasing.