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
/
aacvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the Adaptec RAID-On-Chip architecture. This in turn
scottl
2004-08-13
1
-1
/
+3
*
Remove the AAC_LOCK macros. They no longer abstract anything and only
scottl
2004-08-12
1
-12
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Collapse sync fib locking into normal i/o locking. The former didn't
scottl
2004-06-02
1
-7
/
+21
*
Turn down the queue size by 8 until I can figure out why the 512th command
scottl
2004-05-30
1
-1
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-1
/
+1
*
Do some small cleanups to comments and remove AACQ_COMPLETE definitions since
scottl
2004-02-07
1
-2
/
+1
*
Remove the hack of lowering AAC_MAX_FIB now that the root cause of the
scottl
2004-02-07
1
-1
/
+1
*
Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the
scottl
2004-02-07
1
-1
/
+1
*
Take the plunge and make this driver be INTR_FAST. This re-arranges the
scottl
2004-01-30
1
-0
/
+1
*
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
1
-0
/
+2
*
Add a new quirk for cards that incorrectly interpret the amount of memory
scottl
2003-07-09
1
-0
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-0
/
+2
*
Begin support for 64-bit address support and workarounds for newer cards:
scottl
2003-03-26
1
-9
/
+16
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
The aac driver has evolved enough over the last few months that it no
scottl
2003-03-01
1
-51
/
+6
*
Bring aac out from under Giant:
scottl
2003-02-26
1
-1
/
+5
*
Move to 'struct disk*' API
scottl
2003-02-26
1
-1
/
+0
*
The completion queue is no longer used, so nuke its associated code
scottl
2003-02-20
1
-3
/
+0
*
Fix a 64-bit bogon. The hardware command structure only has one 32 bit
scottl
2003-02-19
1
-0
/
+1
*
o Move the cleanup of the fib maps into aac_free_commands() so as to
scottl
2003-02-19
1
-1
/
+2
*
Implement a new dynamic command allocator. FIBs are allocated in 1 page
scottl
2003-02-10
1
-9
/
+14
*
Don't include aac_cam.h, since it was nuked in the last commit.
scottl
2003-02-06
1
-0
/
+1
*
Various cleanups:
scottl
2003-02-05
1
-4
/
+18
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
1
-1
/
+0
*
Constify a debug function arg that we pass __func__ to in order to pacify
peter
2002-05-24
1
-1
/
+1
*
Add a CAM interface to the aac driver. This is useful in case you should
scottl
2002-04-27
1
-1
/
+10
*
Prepare for a major update to the aac driver:
scottl
2002-04-24
1
-4
/
+11
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This
scottl
2002-02-06
1
-0
/
+2
*
Staticise the aac devclass.
msmith
2002-01-09
1
-1
/
+0
*
I missed a string concatenation.
obrien
2001-12-10
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-3
/
+3
*
BAH! Missed another change to this file.
scottl
2001-12-04
1
-0
/
+4
*
Bah, I missed this file on the last commit
scottl
2001-12-04
1
-2
/
+2
*
Add functionality and fix bugs so the driver will work with soon-to-be
scottl
2001-12-02
1
-9
/
+16
*
Bring the aac driver *much* closer to style(9).
scottl
2001-09-05
1
-199
/
+201
*
Mega update to the aac driver.
scottl
2001-08-29
1
-7
/
+47
*
Bugfixes. Close a race and logic bug in the timeout handling, don't call the
scottl
2001-08-05
1
-0
/
+29
*
Reformat for 80 columns. Sorry, but I had to do it.
scottl
2001-08-03
1
-44
/
+73
*
This is an MFC candidate.
gibbs
2001-03-17
1
-0
/
+2
*
Major bugfix and minor update. This should resolve the current issues
msmith
2000-12-27
1
-136
/
+150
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-7
/
+0
*
First attempt at timeouts for bio commands sent to the controller. No retry is
scottl
2000-10-22
1
-0
/
+1
*
A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA
msmith
2000-09-13
1
-0
/
+451