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
*
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
*
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
2
-8
/
+6
*
Remove broken and useless intr interface.
nsouch
1998-11-22
2
-5
/
+3
*
Add semicolon to INTERFACE declarations
nsouch
1998-11-08
1
-2
/
+2
*
Change METHODE (french) to METHOD.
nsouch
1998-11-07
1
-3
/
+3
*
New callback mechanism to allow iicbus bus allocation when requesting
nsouch
1998-10-31
4
-32
/
+79
*
Major number allocated for generic SMB i/o -> 106
nsouch
1998-09-09
1
-5
/
+3
*
Device registration temporaly removed until major number allocation ok.
nsouch
1998-09-04
1
-1
/
+3
*
Reviewed by: Doug Rabson
nsouch
1998-09-03
1
-0
/
+63
*
Submitted by: nsouch
nsouch
1998-09-03
6
-0
/
+873