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
/
smb.c
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
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-4
/
+17
*
Create "smb" device when "smbus" device is attached, so that it's
ru
2005-12-20
1
-10
/
+0
*
Stop creating duplicate "smb" devices when unloading/loading smb.ko,
ru
2005-12-20
1
-1
/
+3
*
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
1
-11
/
+43
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
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
*
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
1
-19
/
+35
*
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
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
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
1
-2
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
1
-2
/
+1
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Return approriate errors to userland.
nsouch
1999-02-14
1
-18
/
+21
*
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
nsouch
1999-02-13
1
-6
/
+12
*
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
1
-33
/
+15
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+2
*
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
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+287