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
/
iicbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
2
-3
/
+3
*
Convert iic to use make_dev() rather than cdevsw_add(). This stops the
peter
1999-11-18
1
-1
/
+3
*
Use cdevsw_add() explicitly and DRIVER_MODULE().
peter
1999-11-08
1
-1
/
+2
*
Sync with RELENG_3.
nsouch
1999-11-01
2
-3
/
+7
*
Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()
peter
1999-10-04
1
-4
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-10
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
11
-11
/
+11
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
3
-29
/
+23
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
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
5
-10
/
+5
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-3
/
+3
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Handle correctly iicbus request/release mechanism. Add iicbus allocation
nsouch
1999-02-13
2
-9
/
+28
*
Changed to use IICBUS_REPEATED_START
roger
1999-02-06
1
-2
/
+2
*
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
roger
1999-01-28
1
-1
/
+50
*
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
roger
1999-01-28
1
-3
/
+6
*
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
roger
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
6
-34
/
+157
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
3
-13
/
+4
*
Remove broken and useless intr interface.
nsouch
1998-11-22
2
-5
/
+3
*
Check if devclass exists for probed devices before
nsouch
1998-11-08
1
-2
/
+4
*
Add semicolon to INTERFACE declarations
nsouch
1998-11-08
2
-4
/
+4
*
Add iic driver iff the corresponding devclass exists.
nsouch
1998-11-07
1
-7
/
+8
*
Properly reset parent to get interface addr.
nsouch
1998-11-04
1
-3
/
+3
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
10
-120
/
+665
*
Major number allocated for generic I2C i/o -> 105
nsouch
1998-09-09
1
-5
/
+4
*
Device registration temporaly removed until major number allocation ok.
nsouch
1998-09-04
1
-4
/
+5
*
Reviewed by: Doug Rabson
nsouch
1998-09-03
1
-0
/
+40
*
Submitted by: nsouch
nsouch
1998-09-03
8
-0
/
+1843