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
*
Add a sysctl to report the firmware build number.
emaste
2012-02-13
1
-0
/
+9
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
- Fix races on detach handling of AAC_IFFLAGS_* mask
attilio
2011-06-10
1
-10
/
+13
*
Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb
emaste
2011-02-03
1
-5
/
+1
*
Previously, the aac driver did not handle enclosure management AIFs,
emaste
2010-09-29
1
-0
/
+22
*
Use device_printf where possible, and otherwise at least include the
emaste
2010-09-16
1
-1
/
+1
*
Implement device unbusying via a cdevpriv destructor.
attilio
2010-09-16
1
-15
/
+18
*
Fix bogus busying mechanism from cdevsw callbacks:
attilio
2010-09-15
1
-10
/
+3
*
Avoid repeatedly spamming the console while a timed out command is waiting
emaste
2010-09-14
1
-1
/
+6
*
Sync some minor items with the upstream driver. Should have no functional
emaste
2010-04-13
1
-1
/
+1
*
Whitespace cleanup, in advance of next sync with Adaptec's driver. No
emaste
2010-04-13
1
-1
/
+1
*
Make the code more readable and compiling on 64-bits arch different
attilio
2010-03-15
1
-5
/
+1
*
Checkin a facility for specifying a passthrough FIB from userland.
attilio
2010-03-14
1
-1
/
+141
*
Minor diff reduction with Adaptec's driver: in aac_release_command() set
emaste
2010-02-23
1
-2
/
+1
*
Include command type in COMMAND TIMEOUT messages to aid in debugging.
emaste
2010-02-17
1
-2
/
+3
*
Diff reduction with Adaptec's vendor driver.
emaste
2010-02-14
1
-8
/
+11
*
Garbage collect Falcon/PPC support that has not been used in released
emaste
2010-02-12
1
-105
/
+0
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
- Try pre-allocating all FIBs upfront. Previously we tried pre-allocating
jkim
2009-12-08
1
-1
/
+1
*
Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate
emaste
2009-10-29
1
-11
/
+7
*
Do first controller time sync after 1 minute, as in Adaptec's vendor
emaste
2009-10-28
1
-1
/
+1
*
Whitespace fixup: 8 spaces -> tab
emaste
2009-10-27
1
-2
/
+2
*
Whitespace tweak.
emaste
2009-09-09
1
-1
/
+1
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+1
*
Add necessary include.
phk
2009-09-08
1
-1
/
+1
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-4
/
+4
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-4
/
+4
*
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
[next]