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_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the
marius
2013-05-30
1
-0
/
+1
*
- Remove pointless returns.
marius
2013-05-30
1
-2
/
+0
*
- Make tables, device ID strings etc const. This includes #ifdef'ing 0
marius
2013-03-01
1
-2
/
+2
*
On BIO_ERROR, set bio_resid to stop losing data in the error case.
sbruno
2012-07-18
1
-1
/
+3
*
Remove variables which are initialized but never used thereafter
eadler
2012-07-07
1
-3
/
+0
*
Use device_printf where possible, and otherwise at least include the
emaste
2010-09-16
1
-5
/
+8
*
Whitespace cleanup, in advance of next sync with Adaptec's driver. No
emaste
2010-04-13
1
-1
/
+1
*
Get correct maxio from the controller and drop the tunable.
jkim
2009-07-11
1
-15
/
+5
*
Allow crashdumps on machines with >4GB of RAM as long as the adapter can
emaste
2008-04-03
1
-13
/
+54
*
Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec
emaste
2008-03-25
1
-3
/
+6
*
Diff reduction to Adaptec's driver (around build 15317): catch up with a
emaste
2008-03-24
1
-11
/
+7
*
Fix some busdma API violations in the dumpsys handler.
scottl
2005-05-02
1
-2
/
+7
*
Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.
scottl
2004-12-09
1
-1
/
+1
*
Remove the AAC_LOCK macros. They no longer abstract anything and only
scottl
2004-08-12
1
-2
/
+2
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Collapse sync fib locking into normal i/o locking. The former didn't
scottl
2004-06-02
1
-1
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-13
/
+15
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Fix build by correcting a wrong cast.
mux
2003-08-20
1
-1
/
+1
*
Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bit
scottl
2003-08-19
1
-1
/
+2
*
Fixing some glaring problems with aac_disk_dump().
scottl
2003-06-19
1
-2
/
+18
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-9
/
+0
*
The aac driver has evolved enough over the last few months that it no
scottl
2003-03-01
1
-20
/
+2
*
Bring aac out from under Giant:
scottl
2003-02-26
1
-2
/
+5
*
Move to 'struct disk*' API
scottl
2003-02-26
1
-45
/
+22
*
NO_GEOM cleanup:
phk
2003-02-21
1
-3
/
+5
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Major bugfixes for large memory and fast systems.
scottl
2003-01-11
1
-2
/
+7
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-11
/
+4
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
1
-2
/
+6
*
Add a CAM interface to the aac driver. This is useful in case you should
scottl
2002-04-27
1
-1
/
+1
*
Prepare for a major update to the aac driver:
scottl
2002-04-24
1
-64
/
+65
*
The AAC, TWE and IDA diskdrivers cannot dump until I and msmith
phk
2002-03-31
1
-1
/
+6
*
Staticise the aac devclass.
msmith
2002-01-09
1
-1
/
+1
*
Use d_thread_t to reduce diffs between current and stable.
scottl
2001-12-03
1
-3
/
+3
*
Add functionality and fix bugs so the driver will work with soon-to-be
scottl
2001-12-02
1
-2
/
+2
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Bring the aac driver *much* closer to style(9).
scottl
2001-09-05
1
-200
/
+213
*
Work around a bug where the driver's copy of the disklabel gets corrupted
scottl
2001-09-02
1
-2
/
+7
*
Mega update to the aac driver.
scottl
2001-08-29
1
-9
/
+107
*
Once again throw out the calculation of si_iosize_max and set it to 64K.
scottl
2001-08-05
1
-17
/
+10
*
Bugfixes. Close a race and logic bug in the timeout handling, don't call the
scottl
2001-08-05
1
-0
/
+2
*
Reformat for 80 columns. Sorry, but I had to do it.
scottl
2001-08-03
1
-18
/
+30
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-7
/
+0
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Back out rev 1.4. The advertised 64K limit on transfers only applies when
scottl
2001-03-21
1
-4
/
+11
*
Fix a typo which would cause containers between 1GB and 2GB to have the wrong
msmith
2001-03-16
1
-1
/
+1
[next]