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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Store the device_t of the smbX device in the softc.
jhb
2008-06-06
1
-37
/
+22
*
Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] is
jhb
2006-09-26
1
-0
/
+6
*
- 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
7
-78
/
+108
*
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
2
-11
/
+11
*
Stop creating duplicate "smb" devices when unloading/loading smb.ko,
ru
2005-12-20
2
-24
/
+4
*
Remove public declarations of variables that were forgotten when they were
obrien
2005-08-10
1
-2
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Fix various style(9) bugs. This includes the removal of wrong
joerg
2004-05-17
1
-38
/
+21
*
You wouldn't believe a driver could survive doing userland IO without
joerg
2004-05-16
2
-12
/
+49
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
No need for a separate nfpm driver now - amdpm handles both.
dfr
2003-09-06
1
-1
/
+0
*
Use __FBSDID().
obrien
2003-08-24
2
-2
/
+6
*
Don't hardcode unit numer '0'.
ticso
2003-08-10
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Cleanup of amdpm(4).
nsouch
2002-09-21
1
-0
/
+1
*
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
peter
2002-09-19
1
-2
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
4
-107
/
+60
*
SMBus support for the AMD 756 power management unit. See smbus(4),
murray
2001-09-16
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
archie
2000-10-06
1
-0
/
+1
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-0
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
2
-3
/
+3
*
Convert smb to use make_dev() rather than cdevsw_add(). This stops the
peter
1999-11-18
1
-1
/
+3
*
Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()
peter
1999-11-08
1
-1
/
+2
*
Sync with RELENG_3.
nsouch
1999-11-01
2
-4
/
+8
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
7
-7
/
+7
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-12
/
+2
*
Don't clobber the smb cdevsw entry that was installed by the driver
peter
1999-07-06
1
-5
/
+1
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-2
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
2
-4
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Return approriate errors to userland.
nsouch
1999-02-14
3
-20
/
+52
*
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
nsouch
1999-02-13
4
-18
/
+29
*
Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with
dillon
1999-01-27
1
-2
/
+2
*
Return error codes to user-land.
nsouch
1999-01-14
1
-12
/
+12
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
4
-41
/
+22
*
Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBus
nsouch
1998-12-28
1
-22
/
+21
[next]