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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The interrupt routine is pci specific. Move it into pccbb_pci.c.
imp
2006-06-03
2
-70
/
+71
*
Fix a couple printf's to be properly terminated.
imp
2006-06-03
1
-3
/
+3
*
Succeed for writing bus value... nobody that calls must care :-(
imp
2006-06-03
1
-1
/
+1
*
Allow zero-length read/write operations to get through to the
iedowse
2006-06-03
1
-5
/
+12
*
allow this to compile cleanly under RELENG_4
mjacob
2006-06-03
1
-0
/
+3
*
add missed calls to bpf_peers_present
sam
2006-06-02
8
-13
/
+11
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
7
-23
/
+24
*
Make the code able to compile again in RELENG_4.
mjacob
2006-06-02
1
-0
/
+1
*
More checkpointing on the way toward really (finally)
mjacob
2006-06-02
4
-110
/
+123
*
Zero out the devices when they are deleted. We can access the pointer after
imp
2006-06-02
1
-1
/
+5
*
Fix missing update to reflect change in scsi_inquiry data structure.
mjacob
2006-05-31
1
-1
/
+1
*
Pick reasonable alignment constraints so that we
mjacob
2006-05-31
1
-27
/
+25
*
Add a define for the Standard SD Host Controller Base Peripheral.
imp
2006-05-30
1
-0
/
+1
*
Move SiS 760 to where it belongs.
jkim
2006-05-30
2
-2
/
+2
*
Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Just
mjacob
2006-05-30
1
-1
/
+1
*
Fix various typos and brainos in last commit.
phk
2006-05-30
1
-5
/
+4
*
Spin until a request structure is available in the ioctl path.
ps
2006-05-30
1
-2
/
+2
*
Add acknowledgements to LSI-Logic for support
mjacob
2006-05-29
9
-0
/
+39
*
+ Change some debug messages to MPT_PRT_NEGOTIATE level (so we
mjacob
2006-05-29
1
-74
/
+79
*
Add a mpt_is_raid_volume function which will tell you whether
mjacob
2006-05-29
2
-2
/
+20
*
Add a MPT_PRT_NEGOTIATION print level.
mjacob
2006-05-29
1
-0
/
+1
*
Fix build with -Wundef.
ru
2006-05-29
2
-4
/
+4
*
When setting verbose, *set* it, don't *add* it.
mjacob
2006-05-29
1
-1
/
+1
*
If a zero-length bulk or interrupt transfer is requested then assume
iedowse
2006-05-28
3
-18
/
+17
*
Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me that
silby
2006-05-28
1
-3
/
+3
*
Re-revert back to rev 1.8:
silby
2006-05-28
1
-2
/
+2
*
1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.
silby
2006-05-28
1
-6
/
+21
*
Use a more appropriate printf format for size_t.
netchild
2006-05-28
1
-1
/
+1
*
Use the limited scatter-gather capabilities of ehci, ohci and uhci
iedowse
2006-05-28
14
-379
/
+812
*
NULL out ii->stdstart and ii->stdend when they are invalid. This
iedowse
2006-05-28
1
-1
/
+10
*
Fix a harmless typo where the software pointer in the dummy QH for
iedowse
2006-05-28
1
-1
/
+1
*
Defer axe_tick processing to a USB task, since axe miibus operations
iedowse
2006-05-27
2
-0
/
+20
*
Work in progress toward fixing IM checked in after having
mjacob
2006-05-27
6
-80
/
+178
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
2
-0
/
+165
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
10
-0
/
+4547
*
Fix typo in printf string.
simon
2006-05-27
1
-2
/
+2
*
Update to new console api.
phk
2006-05-26
2
-41
/
+12
*
Convert to new console api
phk
2006-05-26
2
-30
/
+13
*
Convert to new console interface.
phk
2006-05-26
1
-9
/
+7
*
Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.
phk
2006-05-26
3
-27
/
+5
*
Convert to use CONSOLE_DRIVER() macro:
phk
2006-05-26
1
-43
/
+9
*
Insert a '_' in the console function names to be more consistent with
phk
2006-05-26
1
-17
/
+17
*
GC the cn_dbctl_t hook for consoles, it is unused.
phk
2006-05-26
2
-40
/
+2
*
don't require a buffer if all we are doing is manipulating the GPIO pins...
jmg
2006-05-26
1
-0
/
+9
*
Get most of the way back to having Integrated Mirroring work
mjacob
2006-05-26
4
-122
/
+160
*
gratuitous formatting changes
mjacob
2006-05-26
1
-21
/
+17
*
Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.
mjacob
2006-05-26
1
-2
/
+5
*
Remove handrolled raw dump of a request from
mjacob
2006-05-26
1
-19
/
+1
*
APM was calling the suspend process from a timeout. This meant that
imp
2006-05-25
1
-0
/
+4
*
Only reference the firmware module once rather than twice. The extra call
jhb
2006-05-25
1
-1
/
+0
[prev]
[next]