| Summary: | acpi warnings at boot (regression) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Vick Khera <vivek> |
| Component: | kern | Assignee: | freebsd-acpi (Nobody) <acpi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.2-PRERELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vick Khera
2006-09-21 18:50:24 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-acpi Over to maintainer(s). State Changed From-To: open->closed These messages were just not present in 6.0, and they are only enabled in 6.2 and later if bootverbose is enabled (i.e. boot -v). Your system is 6.2-PRERELEASE, so upgrading to the latest RELENG_6_2 should quiet these messages. In your machine's case, the I/O port accesses are simply PCI config reads and writes. It's really a buggy BIOS since ACPI provides direct methods for accessing PCI config space which the BIOS should be using instead of doing it "by hand" by banging on the I/O ports directly. |