#
58c7715b |
| 30-Mar-2010 |
Attilio Rao <attilio@FreeBSD.org> |
MFC r205160: Checkin a facility for specifying a passthrough FIB from userland. arcconf tool by Adaptec already seems to use for identifying the Serial Number of the devices.
Sponsored by: Sandvine
MFC r205160: Checkin a facility for specifying a passthrough FIB from userland. arcconf tool by Adaptec already seems to use for identifying the Serial Number of the devices.
Sponsored by: Sandvine Incorporated
show more ...
|
#
171dfe11 |
| 29-Mar-2010 |
Ed Maste <emaste@FreeBSD.org> |
MFC aac(4) driver changes
r204019:
Include command type in COMMAND TIMEOUT messages to aid in debugging.
r203885:
Diff reduction with Adaptec's vendor driver.
Driver version 2.1.9 chosen a
MFC aac(4) driver changes
r204019:
Include command type in COMMAND TIMEOUT messages to aid in debugging.
r203885:
Diff reduction with Adaptec's vendor driver.
Driver version 2.1.9 chosen as that Adaptec version roughly corresponds with the current feature set merged to the in-tree driver.
r203801:
Garbage collect Falcon/PPC support that has not been used in released products, based on discussion with Adaptec.
r198617:
Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.
show more ...
|
#
436405f5 |
| 29-Mar-2010 |
Ed Maste <emaste@FreeBSD.org> |
MFC r204264:
Minor diff reduction with Adaptec's driver: in aac_release_command() set cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was set, it was set to AAC_ADAP_NORM_CM
MFC r204264:
Minor diff reduction with Adaptec's driver: in aac_release_command() set cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was set, it was set to AAC_ADAP_NORM_CMD_QUEUE anyhow.
show more ...
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
dbf9f56d |
| 17-Mar-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@205234
|
#
6eafba26 |
| 15-Mar-2010 |
Attilio Rao <attilio@FreeBSD.org> |
Make the code more readable and compiling on 64-bits arch different than amd64.
Sponsored by: Sandvine Incorporated Submitted by: emaste MFC: 2 weeks X-MFC: r205160
|
#
7b90e5ec |
| 14-Mar-2010 |
Attilio Rao <attilio@FreeBSD.org> |
Checkin a facility for specifying a passthrough FIB from userland. arcconf tool by Adaptec already seems to use for identifying the Serial Number of the devices. Some simple things (like FIB setup an
Checkin a facility for specifying a passthrough FIB from userland. arcconf tool by Adaptec already seems to use for identifying the Serial Number of the devices. Some simple things (like FIB setup and bound checks) are retrieved from the Adaptec's driver, but this implementation is quite different because it does use the normal buffer dmat area for loading segments and not a special one (like the Adaptec's one does).
Sponsored by: Sandvine Incorporated Discussed with: emaste, scottl Reviewed by: emaste, scottl MFC: 2 weeks
show more ...
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
dbfc5960 |
| 23-Feb-2010 |
Ed Maste <emaste@FreeBSD.org> |
Minor diff reduction with Adaptec's driver: in aac_release_command() set cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was set, it was set to AAC_ADAP_NORM_CMD_QUEUE anyhow.
|
#
5aa4bb5b |
| 17-Feb-2010 |
Ed Maste <emaste@FreeBSD.org> |
Include command type in COMMAND TIMEOUT messages to aid in debugging.
|
#
8e7e6335 |
| 14-Feb-2010 |
Ed Maste <emaste@FreeBSD.org> |
Diff reduction with Adaptec's vendor driver.
Driver version 2.1.9 chosen as that Adaptec version roughly corresponds with the current feature set merged to the in-tree driver.
|
#
2134e2ef |
| 12-Feb-2010 |
Ed Maste <emaste@FreeBSD.org> |
Garbage collect Falcon/PPC support that has not been used in released products, based on discussion with Adaptec.
|
#
7733cf8f |
| 11-Feb-2010 |
Matt Jacob <mjacob@FreeBSD.org> |
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebo
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebody else, this touches a lot more.
show more ...
|
#
207a2ae0 |
| 09-Feb-2010 |
Ed Maste <emaste@FreeBSD.org> |
MFC r198593:
Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate the fallback of using the filter as an interrupt handler, as it is no longer needed.
Discussed with:
MFC r198593:
Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate the fallback of using the filter as an interrupt handler, as it is no longer needed.
Discussed with: scottl, jhb
show more ...
|
#
c2ede4b3 |
| 07-Jan-2010 |
Martin Blapp <mbr@FreeBSD.org> |
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
|
#
a0a23c97 |
| 06-Jan-2010 |
Jung-uk Kim <jkim@FreeBSD.org> |
MFC: r200251
- Try pre-allocating all FIBs upfront. Previously we tried pre-allocating 128 FIBs first and allocated more later if necessary. Remove now unused definitions from the header file[1].
MFC: r200251
- Try pre-allocating all FIBs upfront. Previously we tried pre-allocating 128 FIBs first and allocated more later if necessary. Remove now unused definitions from the header file[1]. - Force sequential bus scanning. It seems parallel scanning is in fact slower and causes more harm than good[1]. Adjust a comment to reflect that.
show more ...
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
23e876b1 |
| 08-Dec-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
- Try pre-allocating all FIBs upfront. Previously we tried pre-allocating 128 FIBs first and allocated more later if necessary. Remove now unused definitions from the header file[1]. - Force sequen
- Try pre-allocating all FIBs upfront. Previously we tried pre-allocating 128 FIBs first and allocated more later if necessary. Remove now unused definitions from the header file[1]. - Force sequential bus scanning. It seems parallel scanning is in fact slower and causes more harm than good[1]. Adjust a comment to reflect that.
PR: kern/141269 Submitted by: Alexander Sack (asack at niksun dot com)[1] Reviewed by: scottl
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
874108ae |
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|
#
12fbadae |
| 05-Nov-2009 |
Ed Maste <emaste@FreeBSD.org> |
MFC r198525:
Whitespace fixup: 8 spaces -> tab
|
#
af8e9d94 |
| 02-Nov-2009 |
Ed Maste <emaste@FreeBSD.org> |
MFC r198541:
Do first controller time sync after 1 minute, as in Adaptec's vendor driver.
|
#
e46b9eea |
| 29-Oct-2009 |
Ed Maste <emaste@FreeBSD.org> |
Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate the fallback of using the filter as an interrupt handler, as it is no longer needed.
Discussed with: scottl, jhb
|
#
867b1d34 |
| 28-Oct-2009 |
Ed Maste <emaste@FreeBSD.org> |
Do first controller time sync after 1 minute, as in Adaptec's vendor driver.
|
#
b69a64e9 |
| 27-Oct-2009 |
Ed Maste <emaste@FreeBSD.org> |
Whitespace fixup: 8 spaces -> tab
|
#
1ee774f6 |
| 02-Oct-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|