index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ichsmb
/
ichsmb_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-4
/
+2
*
Revert r224736 as the introduced value was already present.
attilio
2011-08-09
1
-2
/
+0
*
Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.
attilio
2011-08-09
1
-0
/
+2
*
Chipset support for the new Intel Panther Point PCH, thanks
jfv
2011-05-11
1
-0
/
+4
*
Support for the new Patsburg PCH chipset:
jfv
2011-02-01
1
-0
/
+4
*
Support for the new DH89xxCC PCH chipset including:
jfv
2011-01-31
1
-0
/
+4
*
Add support for Intel Cougar Point SMBus controller.
jfv
2010-08-27
1
-0
/
+4
*
ichsmb: add another pci id
avg
2009-12-16
1
-0
/
+4
*
ichsmb: drop default attachment to generic smbus hardware
avg
2009-12-04
1
-8
/
+0
*
ichsmb: try attaching only to intel hardware in the default case
avg
2009-12-03
1
-2
/
+4
*
ichsmb: add pci ids for some newer supported hardware
avg
2009-12-03
1
-0
/
+12
*
- Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle
jhb
2008-06-06
1
-3
/
+1
*
Add the Intel 82801FB (ICH6) SMBus controller and the
remko
2007-11-26
1
-0
/
+8
*
Add a device ID for the 631xESB/6321ESB SMBus controller.
jhb
2007-01-11
1
-0
/
+4
*
Various updates to most of the smbus(4) drivers:
jhb
2007-01-11
1
-24
/
+6
*
Make ichsmb unloadable.
brian
2005-07-29
1
-1
/
+0
*
Make ichsmb(4) child device handling properly.
takawata
2005-06-10
1
-0
/
+7
*
Make ichsmb loadable.
takawata
2005-06-05
1
-0
/
+3
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.
ambrisko
2004-06-24
1
-0
/
+7
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Update the comment to indicate ICH5 support
njl
2003-08-31
1
-1
/
+1
*
Add support for the 82801EB (ICH5) SMBus controller.
njl
2003-08-31
1
-0
/
+4
*
Use __FBSDID().
obrien
2003-08-24
1
-6
/
+6
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
typo.
nyan
2002-10-18
1
-4
/
+4
*
Add PCI ID for ICH4 SMBus controller.
mp
2002-08-12
1
-1
/
+5
*
Detect and attach to the ICH3 SMBus controller.
jhb
2002-05-08
1
-0
/
+4
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Add missing #include.
archie
2000-12-08
1
-0
/
+1
*
Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
archie
2000-10-06
1
-0
/
+204