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
/
smbus
/
smbus.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
-3
/
+2
*
Make generic_intr routines match prototype.
imp
2009-03-09
1
-1
/
+1
*
- Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().
jhb
2006-09-11
1
-0
/
+1
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-19
/
+27
*
Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.
ru
2005-12-21
1
-0
/
+2
*
Create "smb" device when "smbus" device is attached, so that it's
ru
2005-12-20
1
-1
/
+11
*
Stop creating duplicate "smb" devices when unloading/loading smb.ko,
ru
2005-12-20
1
-23
/
+1
*
No need for a separate nfpm driver now - amdpm handles both.
dfr
2003-09-06
1
-1
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Cleanup of amdpm(4).
nsouch
2002-09-21
1
-0
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-55
/
+19
*
SMBus support for the AMD 756 power management unit. See smbus(4),
murray
2001-09-16
1
-0
/
+1
*
Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
archie
2000-10-06
1
-0
/
+1
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-12
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
nsouch
1999-02-13
1
-2
/
+2
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
1
-1
/
+2
*
Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBus
nsouch
1998-12-28
1
-22
/
+21
*
Eliminate compiler warning.
archie
1998-12-10
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+4
*
Remove broken and useless intr interface.
nsouch
1998-11-22
1
-3
/
+1
*
New callback mechanism to allow iicbus bus allocation when requesting
nsouch
1998-10-31
1
-13
/
+20
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+157