View | Details | Raw Unified | Return to bug 256389
Collapse All | Expand All

(-)b/sys/x86/acpica/madt.c (-2 / +3 lines)
Lines 183-189 madt_setup_local(void) Link Here
183
			if (hw_vendor != NULL) {
183
			if (hw_vendor != NULL) {
184
				if (!strcmp(hw_vendor, "LENOVO") ||
184
				if (!strcmp(hw_vendor, "LENOVO") ||
185
				    !strcmp(hw_vendor,
185
				    !strcmp(hw_vendor,
186
				    "ASUSTeK Computer Inc.")) {
186
				    "ASUSTeK Computer Inc.") ||
187
				    !strcmp(hw_vendor,
188
				    "SAMSUNG ELECTRONICS CO., LTD.")) {
187
					reason =
189
					reason =
188
				    "for a suspected SandyBridge BIOS bug";
190
				    "for a suspected SandyBridge BIOS bug";
189
				}
191
				}
190
- 

Return to bug 256389