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
*
Add ID's for a couple of upcoming cards.
scottl
2002-02-13
1
-0
/
+4
*
Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This
scottl
2002-02-06
4
-0
/
+51
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-3
/
+2
*
Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.
alfred
2002-01-13
1
-0
/
+2
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-2
/
+7
*
Staticise the aac devclass.
msmith
2002-01-09
5
-6
/
+5
*
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
*
MFS: Use correct terminology for RAID 0/1 and 0/5.
scottl
2001-12-04
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
*
Use d_thread_t to reduce diffs between current and stable.
scottl
2001-12-03
2
-13
/
+17
*
Add functionality and fix bugs so the driver will work with soon-to-be
scottl
2001-12-02
7
-41
/
+217
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-1
/
+1
*
- Change the taskqueue locking to protect the necessary parts of a task
jhb
2001-10-26
1
-3
/
+0
*
Add locking to taskqueues. There is one mutex per task, one mutex per
jhb
2001-10-26
1
-0
/
+3
*
KSE Milestone 2
julian
2001-09-12
2
-8
/
+8
*
Don't use a silly test to define INTR_ENTROPY.
scottl
2001-09-06
1
-1
/
+1
*
Bring the aac driver *much* closer to style(9).
scottl
2001-09-05
9
-3225
/
+3407
*
Sigh. There are actually two ioctls ranges that need to be watched on the
scottl
2001-09-03
1
-1
/
+1
*
Work around a bug where the driver's copy of the disklabel gets corrupted
scottl
2001-09-02
1
-2
/
+7
*
Restrict the range of linux ioctls we will accept.
scottl
2001-09-02
1
-2
/
+2
*
Doh! Fix a comma that disappeared along the way.
scottl
2001-08-30
1
-1
/
+1
*
Mega update to the aac driver.
scottl
2001-08-29
7
-106
/
+696
*
Clarify the description string for one of the StrongARM based cards.
scottl
2001-08-17
1
-1
/
+2
*
Adding missing () in a KASSERT format string.
scottl
2001-08-07
1
-1
/
+1
*
Make AAC_COMPAT_LINUX optional once again.
scottl
2001-08-06
1
-4
/
+0
*
Put the linux compat ioctl interface on death row. Add FreeBSD
scottl
2001-08-06
2
-29
/
+91
*
Missed this one in my 80-column sweep.
scottl
2001-08-06
1
-8
/
+16
*
Once again throw out the calculation of si_iosize_max and set it to 64K.
scottl
2001-08-05
2
-17
/
+14
*
Bugfixes. Close a race and logic bug in the timeout handling, don't call the
scottl
2001-08-05
5
-18
/
+87
*
Fix a couple of copyright issues and an 80 column nit that I missed before
scottl
2001-08-05
3
-3
/
+4
*
Reformat for 80 columns. Sorry, but I had to do it.
scottl
2001-08-03
6
-481
/
+696
*
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
scottl
2001-07-25
1
-0
/
+1
*
Add another Dell 3/Di PCI ID. You'd think they had enough of these
msmith
2001-07-22
1
-0
/
+1
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-7
/
+0
*
More new Dell PCI IDs.
msmith
2001-04-26
1
-1
/
+4
*
The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.
msmith
2001-04-26
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
2
-2
/
+0
*
Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools from
scottl
2001-03-22
1
-0
/
+2
*
Back out rev 1.4. The advertised 64K limit on transfers only applies when
scottl
2001-03-21
1
-4
/
+11
*
This is an MFC candidate.
gibbs
2001-03-17
3
-2
/
+6
*
Fix a typo which would cause containers between 1GB and 2GB to have the wrong
msmith
2001-03-16
1
-1
/
+1
*
Set si_iosize_max to 64K, even though the adapter seems to be able to do more.
scottl
2001-03-07
1
-11
/
+4
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Kill a warning by marking an unused function with __unused.
jhb
2001-01-23
1
-1
/
+1
*
Remove a mismatched splbio() in aac_start (the called functions each protect
msmith
2001-01-10
1
-2
/
+1
*
Major bugfix and minor update. This should resolve the current issues
msmith
2000-12-27
8
-338
/
+412
*
Disable calling timeout() when doing bio. It was causing more prolems than
scottl
2000-11-19
1
-2
/
+8
*
Further use of M_ZERO.
dwmalone
2000-11-18
1
-3
/
+2
[next]