Bug 38299

Summary: Add VT8233A to pci/viapm.c SMBus driver. Only requires chipID add to probe
Product: Base System Reporter: Rob Schulhof <rrs>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Rob Schulhof 2002-05-19 18:30:02 UTC
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:
Comment 1 Matthew N. Dodd freebsd_committer freebsd_triage 2003-06-22 07:49:43 UTC
State Changed
From-To: open->closed

Committed.