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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Change ichsmb(4) to follow the format of all the other smbus controllers
jhb
2009-02-03
1
-10
/
+10
*
- Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle
jhb
2008-06-06
1
-62
/
+62
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Various updates to most of the smbus(4) drivers:
jhb
2007-01-11
1
-21
/
+29
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-12
/
+21
*
This signal handling code is worse than a no-op. If a
brian
2006-01-03
1
-6
/
+1
*
Make ichsmb unloadable.
brian
2005-07-29
1
-7
/
+3
*
Make ichsmb(4) child device handling properly.
takawata
2005-06-10
1
-8
/
+22
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+1
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-12
/
+12
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-22
/
+22
*
- Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and
jhb
2001-01-26
1
-23
/
+23
*
Convert from spl -> mutex.
archie
2000-12-07
1
-39
/
+34
*
Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
archie
2000-10-06
1
-0
/
+682