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
*
Another candidate that didn't use copyin/copyout for user<->kernel
joerg
2004-05-16
1
-3
/
+23
*
After successfully attaching an iicbus instance, instead of using a
joerg
2004-05-16
1
-1
/
+3
*
Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compile
joerg
2004-05-12
1
-3
/
+10
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-19
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Use __FBSDID().
obrien
2003-08-24
4
-11
/
+13
*
Don't hardcode unit numer '0'.
ticso
2003-08-10
2
-2
/
+2
*
make iicbb_devclass and iicbb_driver globally visible. This will let
jmg
2003-06-19
2
-2
/
+5
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-4
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-3
/
+2
*
Fix misindentation.
phk
2002-10-16
1
-2
/
+2
*
move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and
peter
2002-09-19
1
-3
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
8
-266
/
+283
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
4
-8
/
+8
*
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
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-7
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
4
-4
/
+0
*
Allow these drivers to be detached.
jake
2000-06-16
2
-0
/
+2
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
4
-6
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
3
-3
/
+0
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
2
-0
/
+4
*
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
[next]