| Summary: | Add VT8233A to pci/viapm.c SMBus driver. Only requires chipID add to probe | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Rob Schulhof <rrs> | ||||
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed. |
The newer, VT8233A southbridge is functionally ( as far as SMBus) the same as the VT8233 southbridge. I have SMBus working well with the VT8233A chip by adding a probe for ChipID=0x31471106. If found identify it as case VIA_8233_PMU_ID: case VIA_8233A_PMU_ID: desc = "VIA VT8233 Power Management Unit"; viapm->type = VIAPM_TYP_UNKNOWN; base_cfgreg = VIAPM_8233_BASE; goto viapro; Fix: Patch: