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
...
*
Fix a missing set of lock operations.
scottl
2005-10-10
1
-0
/
+3
*
Ue a better msleep identifier. Fix some whitespace.
scottl
2005-10-08
1
-5
/
+5
*
aac_intr0 rotted long ago, remove it.
scottl
2005-10-08
1
-14
/
+0
*
Mega Update to the aac driver to support a whole new family of cards and
scottl
2005-10-08
6
-171
/
+799
*
Bring aac_cam into line with using time_uptime instead of time_second.
scottl
2005-09-14
1
-1
/
+1
*
Use time_uptime for timing commands instead of time_second. This is a bit
scottl
2005-09-14
1
-9
/
+9
*
Add support for HP branded 2610SA
ps
2005-08-08
1
-0
/
+2
*
Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aac
scottl
2005-08-08
2
-65
/
+0
*
Check the vendor and device, not subvendor and subdevice, when looking for
scottl
2005-07-14
1
-2
/
+2
*
Add a text description for the Intel IOP302/303 processors. Be slightly
scottl
2005-06-01
3
-2
/
+7
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-2
/
+0
*
Fix some busdma API violations in the dumpsys handler.
scottl
2005-05-02
1
-2
/
+7
*
purge dead code
sam
2005-03-26
1
-2
/
+0
*
Handle failures better in the passthrough bus creation code.
scottl
2005-03-19
1
-4
/
+11
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Remove the messy locking dance around xpt_done()
scottl
2005-02-09
1
-5
/
+0
*
Fix whitespace
scottl
2005-01-23
1
-1
/
+1
*
Add a default driver to attach to the "hidden" scsi channels of the Dell
scottl
2005-01-07
1
-0
/
+62
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add the PCI ID for the Adaptec 2230SLP card.
scottl
2004-12-15
1
-0
/
+2
*
Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.
scottl
2004-12-09
6
-184
/
+5
*
Don't force busdma to pre-allocate bounce pages for static allocations.
scottl
2004-11-21
1
-2
/
+2
*
Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec for
scottl
2004-10-21
1
-0
/
+2
*
If the timeout handler runs and notices that commands are timed out, check
scottl
2004-09-16
2
-0
/
+11
*
Put some of the probe messages under bootverbose so to lessen the noise.
scottl
2004-09-12
1
-15
/
+16
*
Add support for the Adaptec RAID-On-Chip architecture. This in turn
scottl
2004-08-13
4
-3
/
+118
*
Destroy mutexes on detach.
scottl
2004-08-12
1
-0
/
+4
*
Change FREE() to free()
scottl
2004-08-12
1
-1
/
+1
*
Remove the AAC_LOCK macros. They no longer abstract anything and only
scottl
2004-08-12
4
-48
/
+39
*
Release the sync fib after the controller has been shut down. This also
scottl
2004-08-12
1
-0
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
2
-4
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-5
/
+5
*
Cast printf'ed values to intmax_t.
obrien
2004-06-13
1
-3
/
+3
*
Collapse sync fib locking into normal i/o locking. The former didn't
scottl
2004-06-02
4
-48
/
+30
*
Commit the correct version of the patch from last night. This fixes an
scottl
2004-06-01
1
-7
/
+7
*
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
[prev]
[next]