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
/
hifn
/
hifn7751.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
These registers are saved by pci bus code. Remove from #if 0'd code anyway
imp
2005-06-05
1
-18
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-3
/
+3
*
Update support for 795x parts:
sam
2005-01-19
1
-3
/
+112
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
add missing ';' that didn't show up with INVARIANTS enabled
sam
2004-10-15
1
-1
/
+1
*
Move session state from on-card memory to host memory so we no longer are
sam
2004-10-15
1
-35
/
+43
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-2
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
Add CRD_F_KEY_EXPLICIT which allows the key to be changed per
phk
2004-02-02
1
-0
/
+2
*
NULL fallout
sam
2003-12-25
1
-4
/
+4
*
Add symmetric crypto support for the 7955 and 7956.
sam
2003-10-08
1
-37
/
+137
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-4
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+2
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
1
-1
/
+1
*
fix typo (how did this get committed?)
sam
2003-06-04
1
-1
/
+1
*
detach RNG test facility on device detach
sam
2003-06-04
1
-0
/
+4
*
Redo locking for better SMP suport:
sam
2003-06-02
1
-15
/
+18
*
o add crypto driver glue for using the new rndtest driver/module; this is
sam
2003-03-11
1
-4
/
+27
*
gack; revert previous commit; not only did I read things backward but
sam
2003-03-11
1
-1
/
+1
*
sync with current: reduce default maxbatch setting from 5 to 1
sam
2003-03-11
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Catch more uses of MIN().
alfred
2003-02-02
1
-2
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
move sysctl's under hw.hifn; change max batching default to 1 (no batching)
sam
2003-01-20
1
-7
/
+9
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-3
/
+4
*
whitespace/indentation fix from phk
sam
2002-10-16
1
-10
/
+10
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
1
-0
/
+1
*
missed additional callout that can run w/o Giant locked
sam
2002-10-15
1
-1
/
+2
*
No need to hold Giant will harvesting RNG data; change callout_init so
sam
2002-10-11
1
-1
/
+2
*
Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-based
sam
2002-10-04
1
-0
/
+2634