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
/
aac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN in
scottl
2004-06-01
1
-43
/
+31
*
Turn down the queue size by 8 until I can figure out why the 512th command
scottl
2004-05-30
1
-1
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
4
-0
/
+4
*
Unbreak the build.
des
2004-05-13
1
-1
/
+1
*
Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove the
scottl
2004-05-13
1
-5
/
+2
*
Remove the 'timeout' argument from aac_wait_command() as it isn't used and
scottl
2004-04-14
1
-14
/
+10
*
Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've
scottl
2004-03-20
1
-0
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-9
/
+9
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
Revert the last commit. I don't know what I was thinking, but this change
scottl
2004-02-25
1
-1
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Fix a major brain-o. If the command needs to be put on the deferred queue,
scottl
2004-02-21
1
-0
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
3
-15
/
+17
*
Fall back to INTR_MPSAFE if INTR_FAST registration fails.
scottl
2004-02-09
1
-2
/
+8
*
Remove the use of AACQ_COMPLETE here since there is no longer a completion
scottl
2004-02-07
1
-3
/
+0
*
Do some small cleanups to comments and remove AACQ_COMPLETE definitions since
scottl
2004-02-07
3
-7
/
+4
*
Remove the hack of lowering AAC_MAX_FIB now that the root cause of the
scottl
2004-02-07
1
-1
/
+1
*
If a command has to be deferred because there are no more resources for it
scottl
2004-02-07
1
-9
/
+11
*
Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the
scottl
2004-02-07
1
-1
/
+1
*
- Broaden the scope of locking in aac_command_thread() again to catch some
scottl
2004-02-07
1
-11
/
+17
*
Add an #ifdef _KERNEL so that this file can be used from userland.
scottl
2004-02-07
1
-1
/
+2
*
Make LINT compile on amd64
peter
2004-02-06
1
-2
/
+2
*
Take the plunge and make this driver be INTR_FAST. This re-arranges the
scottl
2004-01-30
3
-61
/
+55
*
Temporary workaround for aac_cam to deal with CAM requiring Giant. This
scottl
2003-12-03
1
-1
/
+9
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Remove a bogus PCI ID entry.
scottl
2003-11-01
1
-2
/
+0
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
Fix a couple of bugs with AIF handling:
scottl
2003-10-17
2
-14
/
+19
*
Eliminate the use of a statically assign major number for the aac device.
scottl
2003-09-29
1
-3
/
+0
*
Correctly wrap the producer queue index when dequeuing commands. This wasn't
scottl
2003-09-16
1
-1
/
+5
*
Use PCIR_BAR() instead of a magic offset.
scottl
2003-09-09
1
-1
/
+1
*
Commands submitted through the management interface won't have scatter/
scottl
2003-09-01
1
-0
/
+2
*
If ~ chars were pennies, I'd be pennyless. This should fix all of the
scottl
2003-09-01
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-08-24
6
-12
/
+18
*
Prefer the new location of dev/pci/pci*.h.
imp
2003-08-22
1
-2
/
+2
*
Fix build by correcting a wrong cast.
mux
2003-08-20
1
-1
/
+1
*
Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bit
scottl
2003-08-19
3
-18
/
+20
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.
scottl
2003-07-09
2
-49
/
+54
*
Fix a missing } that got dropped from the last commit.
scottl
2003-07-09
1
-0
/
+1
*
Add a new quirk for cards that incorrectly interpret the amount of memory
scottl
2003-07-09
3
-3
/
+12
*
Mega busdma API commit.
scottl
2003-07-01
2
-9
/
+13
*
Fixing some glaring problems with aac_disk_dump().
scottl
2003-06-19
1
-2
/
+18
*
When scanning for changed containers, don't assume that the controller
scottl
2003-06-03
1
-7
/
+10
*
Add support for the upcoming 2410SA card.
scottl
2003-05-30
1
-0
/
+2
*
Don't pass pointers to kernel data structures through 32-bit fields
scottl
2003-04-28
1
-13
/
+51
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
3
-3
/
+4
*
Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.
phk
2003-04-01
1
-0
/
+1
*
Add the ability to send 64-bit scatter/gather elements to aac cards. This
scottl
2003-03-30
1
-39
/
+78
*
Begin support for 64-bit address support and workarounds for newer cards:
scottl
2003-03-26
5
-107
/
+212
[next]