Date: Sat, 12 Sep 2009 18:24:31 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/pci intpm.c intpmreg.h Message-ID: <200909121824.n8CIOoK5063636@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2009-09-12 18:24:31 UTC
FreeBSD src repository
Modified files:
sys/pci intpm.c intpmreg.h
Log:
SVN rev 197128 on 2009-09-12 18:24:31Z by avg
intpm: add support for smbus controller found in AMD SB700
According to the specifications AMD/ATI SMBus controller is very
similar to SMBus controller found in PIIX4.
Some notable differences:
o different bit for enabling/signalling regular interrupt mode
o in practice seems to support only polling mode
Thus, intpm driver is modified to support polling-only mode
and to recognize SB700 PCI ID and differences.
Tested on: SB700 and PIIX4E platforms
Reviewed by: jhb
MFC after: 2 weeks
X-Perhaps-ToDo: rename the driver to reflect its function
and supported hardware
Revision Changes Path
1.44 +41 -13 src/sys/pci/intpm.c
1.5 +2 -0 src/sys/pci/intpmreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909121824.n8CIOoK5063636>
