Bug 17441

Summary: 4.0-STABLE: Intel 82801AA SMBus Controller unrecognized
Product: Base System Reporter: larse <larse>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
smime.p7s none

Description larse 2000-03-17 20:00:01 UTC
4.0-STABLE does not seem to recognize this device:

[hbo: ~] dmesg | grep unknown
pci0: <unknown card> (vendor=0x8086, dev=0x2413) at 31.3 irq 10

According to http://www.yourvote.com/pci/pciread.asp?venid=0x8086
this is an Intel 82801AA SMBus Controller, so I added these lines to 
our kernel config:

device          smbus           # Bus support, required for smb below.
device          intpm
device          smb

However, the SMBus controller is still unrecognized.

How-To-Repeat: see above
Comment 1 larse 2001-02-13 02:23:34 UTC
Is supported with (at least) 4.2-RELEASE.
-- 
Lars Eggert <larse@isi.edu>                 Information Sciences Institute
http://www.isi.edu/larse/                University of Southern California
Comment 2 dwmalone freebsd_committer freebsd_triage 2001-02-13 11:35:58 UTC
State Changed
From-To: open->closed

Now supported in 4.2 according to submitter.