Jack F Vogel
73e3bb6563
Chipset support for the new Intel Panther Point PCH, thanks
...
to Seth Heasley for preparing the changes.
2011-05-11 20:31:27 +00:00
Jack F Vogel
bf0477b215
Support for the new Patsburg PCH chipset:
...
- SMBus Controller
- SATA Controller
- HD Audio Controller
- Watchdog Controller
Thanks to Seth Heasley (seth.heasley@intel.com ) for providing us code.
MFC after 3 days
2011-02-01 01:05:11 +00:00
Jack F Vogel
d5267ede37
Support for the new DH89xxCC PCH chipset including:
...
- SATA controller
- Watchdog timer
- SMBus controller
2011-01-31 18:41:52 +00:00
Jack F Vogel
dce8a362df
Add support for Intel Cougar Point SMBus controller.
...
MFC afer 1 week
2010-08-27 23:24:08 +00:00
Andriy Gapon
ac2703ea39
ichsmb: add another pci id
...
This is SMBus controller found in Intel Platform Controller Hub (PCH),
which is a general name that refers to Intel 5 Series chipsets and
3400 Series chipsets.
Submitted by: Dmitry S. Luhtionov <mitya@cabletv.dp.ua>
MFC after: 3 days
2009-12-16 12:25:27 +00:00
Andriy Gapon
5e6d0a234e
ichsmb: drop default attachment to generic smbus hardware
...
Attach only to devices known to be supported.
This change overrided and undoes r200053.
Suggested by: jhb
MFC after: 2 weeks (only to stable/8)
2009-12-04 05:45:46 +00:00
Andriy Gapon
86439baac2
ichsmb: try attaching only to intel hardware in the default case
...
Ideally we should attempt attaching only to known supported devices.
But I am not sure that we have all supported PCI IDs already listed,
and I am too young to die, err, I don't want to take the heat from
causing a trouble to someone.
MFC after: 1 week
X-ToDo: drop the default case
2009-12-03 08:11:20 +00:00
Andriy Gapon
d93b49b38c
ichsmb: add pci ids for some newer supported hardware
...
Submitted by: Dmitry S. Luhtionov <mitya@cabletv.dp.ua>
MFC after: 5 days
2009-12-03 08:01:29 +00:00
John Baldwin
32d8ea8423
- Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle
...
from softc.
- Mark interrupt handlers MPSAFE as these drivers have been locked for a
while.
2008-06-06 18:29:56 +00:00
Remko Lodder
1b72425ab3
Add the Intel 82801FB (ICH6) SMBus controller and the
...
Intel 82801GB (ICH7) SMBus controller.
PR: 85106 [1]
PR: 99663 [2]
Approved by: imp (mentor), jhb
Submitted by: Oliver Fromme <olli at lurza.secnetix dot de>, [1]
Arthur Hartwig <arthur dot hartwig at nokia dot com>, [1]
Lowell Gilbert <lgfbsd at be-well dot ilk dot org> [2]@
MFC After: 3 days
2007-11-26 19:54:54 +00:00
John Baldwin
234093730d
Add a device ID for the 631xESB/6321ESB SMBus controller.
...
Submitted by: Reed A. Cartwright <reed scit.us>
2007-01-11 21:13:27 +00:00
John Baldwin
85064e683c
Various updates to most of the smbus(4) drivers:
...
- Use printf() and device_printf() instead of log() in ichsmb(4).
- Create the mutex sooner during ichsmb(4) attach.
- Attach the interrupt handler later during ichsmb(4) attach to avoid
races.
- Don't try to set PCIM_CMD_PORTEN in ichsmb(4) attach as the PCI bus
driver does this already.
- Add locking to alpm(4), amdpm(4), amdsmb(4), intsmb(4), nfsmb(4), and
viapm(4).
- Axe ALPM_SMBIO_BASE_ADDR, it's not really safe to write arbitrary values
into BARs, and the PCI bus layer will allocate resources now if needed.
- Merge intpm(4) and intsmb(4) into just intsmb(4). Previously, intpm(4)
attached to the PCI device and created an intsmb(4) child. Now,
intsmb(4) just attaches to PCI directly.
- Change several intsmb functions to take a softc instead of a device_t
to make things simpler.
2007-01-11 19:56:24 +00:00
Brian Somers
fa6e2680c0
Make ichsmb unloadable.
...
It seems that the unload problems were due to a dodgy sc->smb usage and a
missing mtx_destroy().
Sponsored by: ActiveState/Sophos
MFC after: 3 weeks
2005-07-29 00:20:50 +00:00
Takanori Watanabe
2e6e32da7b
Make ichsmb(4) child device handling properly.
2005-06-10 16:12:43 +00:00
Takanori Watanabe
6193c1880d
Make ichsmb loadable.
...
PR: kern/81912
Submitted by: nork
2005-06-05 11:55:29 +00:00
Warner Losh
b77e575e1d
Use BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 18:17:35 +00:00
Doug Ambrisko
c3c409c498
Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.
...
This is also require for 6300ESB.
2004-06-24 18:21:28 +00:00
Poul-Henning Kamp
fe12f24bb0
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
Nate Lawson
5fd86f39d0
Update the comment to indicate ICH5 support
2003-08-31 19:23:00 +00:00
Nate Lawson
58f946c5f5
Add support for the 82801EB (ICH5) SMBus controller.
...
PR: kern/55485
Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
MFC after: 1 day
2003-08-31 01:28:02 +00:00
David E. O'Brien
aad970f1fe
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
Warner Losh
77e6a3b2dd
Prefer new location of pci include files (which have only been in the
...
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
2003-08-22 06:00:27 +00:00
Yoshihiro Takahashi
0399c2578e
typo.
...
Submitted by: SAWADA Hodaka <hoda@tail.gr.jp>
MFC after: 1 day
2002-10-18 12:06:01 +00:00
Mark Peek
99c027ed09
Add PCI ID for ICH4 SMBus controller.
2002-08-12 16:22:12 +00:00
John Baldwin
492da65ed7
Detect and attach to the ICH3 SMBus controller.
...
PR: i386/36972
Submitted by: Colin Perkins <csp@isi.edu>
Requested by: Larry Rosenman <ler@lerctr.org>
MFC After: 7 days
2002-05-08 00:51:54 +00:00
John Baldwin
f34fa851e0
Catch up to header include changes:
...
- <sys/mutex.h> now requires <sys/systm.h>
- <sys/mutex.h> and <sys/sx.h> now require <sys/lock.h>
2001-03-28 09:17:56 +00:00
Archie Cobbs
fa5e41c85d
Add missing #include.
2000-12-08 00:49:37 +00:00
Archie Cobbs
3c5656bf03
Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
...
Obtained from: Whistle source tree
2000-10-06 00:09:46 +00:00