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
/
sym
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the same
se
2007-07-20
1
-12
/
+17
*
Fix various compilation warnings for gcc-4.2.
mjacob
2007-06-23
1
-1
/
+1
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-1
/
+1
*
Fix typo in comment.
thomas
2007-03-05
1
-3
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-5
/
+1
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-116
/
+0
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
2
-2
/
+2
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-2
/
+0
*
FreeBSD has had endian conversion macros for a long time. Axe the custom
scottl
2005-12-05
1
-46
/
+2
*
Use a compile-time detection of 64-bit addressing so that this
ru
2005-12-04
1
-11
/
+8
*
Fix -Wundef.
ru
2005-12-04
1
-8
/
+11
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-10
/
+0
*
eliminate double free when sym_cam_attach fails
sam
2005-03-26
1
-2
/
+7
*
Use BUS_PROBE_DEFAULT
imp
2005-03-06
1
-1
/
+2
*
avoid null ptr deref
sam
2005-02-25
1
-3
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
6
-6
/
+6
*
Attempt to fix Symbios driver on amd64. The private memory allocation
se
2005-01-01
1
-0
/
+10
*
Make it depend on PCI as well.
mjacob
2004-09-10
1
-0
/
+1
*
Make sym depend, as a module, on cam.
mjacob
2004-09-10
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-8
/
+8
*
unifdef old interface support out to prevent false positives.
imp
2003-12-07
1
-524
/
+0
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-4
/
+4
*
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
*
Remove extraneous semicolons. They are already provided by
dds
2003-08-05
1
-4
/
+4
*
Mega busdma API commit.
scottl
2003-07-01
1
-2
/
+6
*
Add amd64 support.
peter
2003-06-26
1
-1
/
+1
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-22
/
+1
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-3
/
+3
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-7
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
3
-4
/
+4
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-2
/
+2
*
Be consistent about functions being static.
phk
2002-10-16
1
-6
/
+6
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Fix some gcc-3.1+ warnings:
peter
2002-03-19
1
-0
/
+2
*
Comment tokens after #undef <macroname> and #endif.
jhb
2001-12-13
1
-4
/
+4
*
Submitted by:David E. O'Brien
groudier
2001-11-24
1
-4
/
+4
*
MFC after: 0 days
groudier
2001-11-11
7
-8
/
+8
*
s/adress/address/
kris
2001-07-23
1
-1
/
+1
*
Submitted by: Chip Salzenberg <chip@perlsupport.com>.
groudier
2001-07-01
1
-2
/
+5
*
Correctly initialize free_ccbq so that if we fail to attach (as is
mjacob
2001-04-09
1
-9
/
+8
*
Add #if'ed support for the future option CAM_NEW_TRAN_CODE.
groudier
2001-03-24
1
-57
/
+236
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-2
/
+3
*
Fix:
groudier
2001-02-11
1
-10
/
+32
*
A couple of chip errata work-arounds refined:
groudier
2001-01-28
1
-3
/
+3
*
Remove unneeded include of <pci.h>
alex
2000-12-07
1
-1
/
+0
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-4
/
+0
[next]