View | Details | Raw Unified | Return to bug 252030 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/acpica/acpi_cmbat.c (+2 lines)
Lines 383-388 acpi_cmbat_get_bix(void *arg) Link Here
383
		"_BIX revision error\n");
383
		"_BIX revision error\n");
384
	    goto end;
384
	    goto end;
385
	}
385
	}
386
	// Force _BIX revision to 0.
387
	sc->bix.rev = ACPI_BIX_REV_0;
386
#define	ACPI_BIX_REV_MISMATCH_ERR(x, r) do {			\
388
#define	ACPI_BIX_REV_MISMATCH_ERR(x, r) do {			\
387
	ACPI_VPRINT(dev, acpi_device_get_parent_softc(dev),	\
389
	ACPI_VPRINT(dev, acpi_device_get_parent_softc(dev),	\
388
	    "_BIX revision mismatch (%u != %u)\n", x, r);	\
390
	    "_BIX revision mismatch (%u != %u)\n", x, r);	\

Return to bug 252030