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
/
isp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PAE support changes that included at least some minimal actual testing
mjacob
2004-09-23
2
-18
/
+26
*
Do the small amount of tweaking to support PAE for at least initiator mode.
mjacob
2004-09-07
1
-1
/
+137
*
Until I can get a clearer architecture from PHK about why he wants
mjacob
2004-08-23
1
-0
/
+2
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-5
/
+6
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Store the target handles in a separate list from normal commands. Add a
njl
2004-05-24
6
-15
/
+125
*
Correct the boundary parameter to the bus_dma_tag_create() calls (it was
tmm
2004-03-23
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-7
/
+7
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
We aren't D_TAPE. We aren't anything. The reasons why this was ever set
mjacob
2004-02-16
1
-1
/
+0
*
Remove condition variables and status associated with target mode
mjacob
2004-02-08
1
-246
/
+169
*
Remove condition variables and status associated with target mode
mjacob
2004-02-08
1
-6
/
+2
*
Checkpoint of work in progress in cleaning up target mode. It actually
mjacob
2004-02-07
1
-16
/
+92
*
add a count for inotifies as well as atios.
mjacob
2004-02-07
1
-0
/
+1
*
Reverse role defines for initiator and target mode to better match the
mjacob
2004-02-07
1
-4
/
+6
*
Add case to handle ISPCTL_GET_PDB.
mjacob
2004-02-07
1
-0
/
+9
*
If we're defined to have a default role for target mode, make it
mjacob
2004-02-07
1
-5
/
+4
*
Change role defines so that they better match class 3 service parameters.
mjacob
2004-02-07
1
-3
/
+4
*
Fix a bug where we never managed to include the sense data we wanted to send.
mjacob
2004-01-29
1
-2
/
+2
*
Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrong
mjacob
2004-01-29
1
-2
/
+3
*
If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLE
mjacob
2004-01-23
1
-0
/
+6
*
add MAKE_WWN_FROM_NODE_NAME macro
mjacob
2004-01-23
1
-0
/
+10
*
Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctl
mjacob
2004-01-23
2
-0
/
+7
*
fix broken _IOR usage
mjacob
2003-11-14
1
-1
/
+1
*
Turn off ISP_SMPLOCK- not to be turned on again.
mjacob
2003-10-21
1
-1
/
+1
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+0
*
Add a module dependancy. Now CAM will autoload when you load this.
markm
2003-09-15
1
-0
/
+1
*
NetBSD'er with time on their hands (dma->DMA)
mjacob
2003-09-13
1
-1
/
+1
*
Bland synchronization of common source with no effect on FreeBSD whatsomever.
mjacob
2003-09-13
1
-66
/
+132
*
Some ridiculous target mode botches- like having the wrong definitions
mjacob
2003-09-13
2
-32
/
+34
*
Some canonicalization function cleanups based upon some target mode
mjacob
2003-09-13
1
-13
/
+2
*
No time like the present to turn back on SMP locking.
mjacob
2003-09-13
1
-2
/
+1
*
Report correct active vs. nvram node/port WWNs in an ioctl.
mjacob
2003-09-13
1
-2
/
+4
*
On reset, make sure that we have some parameters set correctly. This
mjacob
2003-09-13
1
-1
/
+18
*
Move the inclusion of <machine/ofw_machdep.h> after the inclusion of
marcel
2003-09-02
1
-1
/
+1
*
Revert previous commit. Violates Maintainer (O'Brien knows how to
mjacob
2003-08-25
1
-13
/
+24
*
Use __FBSDID().
obrien
2003-08-24
4
-6
/
+14
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
2
-4
/
+8
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-13
/
+1
*
Restore parentheses removed inappropriately in last commit.
mjacob
2003-06-01
1
-2
/
+3
*
Remove unused variables
phk
2003-05-31
2
-6
/
+5
*
Add an explanatory comment about what operational modes in xfwopt are.
mjacob
2003-03-25
1
-1
/
+5
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-5
/
+5
*
Pointy hat- bad commit.
mjacob
2003-02-16
1
-1
/
+1
[next]