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
/
aac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-4
/
+4
*
SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0
emaste
2009-02-23
1
-2
/
+4
*
Sync with the official Adaptec vendor driver:
attilio
2009-02-21
1
-81
/
+122
*
Use outbound message register 0 instead of mailbox 7 in
emaste
2009-02-18
1
-2
/
+2
*
Fix test for waiting AIFs in aac_poll(). This seems to solve the
emaste
2008-06-24
1
-2
/
+7
*
Calling RequestSupplementAdapterInfo before RequestAdapterInfo appears
emaste
2008-04-01
1
-17
/
+17
*
Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAID
emaste
2008-03-28
1
-0
/
+44
*
Add \n to the end of a printf string and remove it from panic strings.
emaste
2008-03-26
1
-6
/
+6
*
Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec
emaste
2008-03-25
1
-1
/
+8
*
Correct data direction flags in aac_bio_command() in the
emaste
2008-03-25
1
-2
/
+2
*
Diff reduction to Adaptec's driver (around build 15317): catch up with a
emaste
2008-03-24
1
-113
/
+97
*
Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):
emaste
2008-03-24
1
-187
/
+206
*
Restore creation of passthrough devices with newer controller firmware by
emaste
2008-03-20
1
-2
/
+2
*
Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,
emaste
2008-03-20
1
-8
/
+31
*
Change spelling and eliminate a typo in comments to reduce diffs with
emaste
2008-03-14
1
-11
/
+11
*
Avoid holding the aac_io_lock over copyout.
emaste
2007-12-20
1
-5
/
+6
*
Do not recursively acquire aac_io_lock in aac_ioctl_event.
emaste
2007-12-19
1
-3
/
+1
*
Add family support to allow the driver to attach to new devices that
emaste
2007-12-07
1
-5
/
+17
*
Allow simultaneous opens of the device for issuing commands to the
emaste
2007-12-07
1
-68
/
+138
*
Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion
emaste
2007-11-01
1
-2
/
+5
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Correct calculation of aac_sg_tablesize.
emaste
2007-10-15
1
-6
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-5
/
+7
*
The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().
luoqi
2007-02-14
1
-1
/
+1
*
Rearrange locking in the alloc_commands and ioctl paths to avoid problems.
scottl
2006-04-08
1
-5
/
+9
*
Initialize the event tailq.
scottl
2005-12-28
1
-0
/
+1
*
Remove the unused AAC_DRIVER_BUILD_DATE macro.
schweikh
2005-11-13
1
-49
/
+48
*
Pickup I/O lock in aac_get_bus_info, as this code will call
csjp
2005-10-31
1
-0
/
+6
*
Fix a regression that prevented PERC3 hardware from working. Apparently they
scottl
2005-10-14
1
-29
/
+42
*
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
*
Mega Update to the aac driver to support a whole new family of cards and
scottl
2005-10-08
1
-62
/
+517
*
Use time_uptime for timing commands instead of time_second. This is a bit
scottl
2005-09-14
1
-9
/
+9
*
Add a text description for the Intel IOP302/303 processors. Be slightly
scottl
2005-06-01
1
-2
/
+5
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
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
*
Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.
scottl
2004-12-09
1
-1
/
+1
*
Don't force busdma to pre-allocate bounce pages for static allocations.
scottl
2004-11-21
1
-2
/
+2
*
If the timeout handler runs and notices that commands are timed out, check
scottl
2004-09-16
1
-0
/
+10
*
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
1
-0
/
+91
*
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
1
-29
/
+27
*
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
1
-3
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Collapse sync fib locking into normal i/o locking. The former didn't
scottl
2004-06-02
1
-38
/
+5
*
Commit the correct version of the patch from last night. This fixes an
scottl
2004-06-01
1
-7
/
+7
[next]