| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 266281: | John Baldwin | 2014-06-04 | 1 | -0/+1 |
| * | MFC: r260044 | Marius Strobl | 2014-04-25 | 1 | -1/+3 |
| * | MFC: r254005 | Marius Strobl | 2013-09-26 | 1 | -21/+7 |
| * | MFC: 254004 | Marius Strobl | 2013-08-09 | 2 | -40/+41 |
| * | MFC r249468: | Alexander Motin | 2013-07-08 | 1 | -1/+1 |
| * | MFC: r242823 | Marius Strobl | 2013-06-18 | 1 | -1/+1 |
| * | MFC: r251116 | Marius Strobl | 2013-06-18 | 3 | -6/+13 |
| * | Big MFC of the physbio changes necessary for unmapped I/O. These changes | Scott Long | 2013-06-18 | 1 | -19/+21 |
| * | MFC: r251115 | Marius Strobl | 2013-06-09 | 4 | -20/+3 |
| * | MFC: r247570, r247591 | Marius Strobl | 2013-05-28 | 6 | -111/+110 |
| * | MFC r227293 (by ed): | Alexander Motin | 2013-04-05 | 2 | -2/+2 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+1 |
| * | MFC r240923 | Ryan Stone | 2013-03-08 | 1 | -27/+48 |
| * | MFC r231589: Add a sysctl to report the firmware build number. | Ed Maste | 2012-11-19 | 1 | -0/+9 |
| * | MFC r238601 | Sean Bruno | 2012-09-23 | 1 | -1/+3 |
| * | MFC r238201: | Eitan Adler | 2012-09-02 | 1 | -3/+0 |
| * | MFC r232668: | Ed Maste | 2012-03-16 | 1 | -1/+1 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -3/+1 |
| * | Merge from r225950: | Marius Strobl | 2011-10-29 | 1 | -9/+11 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
| * | - Fix races on detach handling of AAC_IFFLAGS_* mask | Attilio Rao | 2011-06-10 | 2 | -14/+16 |
| * | We can pass a format string and args to panic(), so instead of using | Ed Maste | 2011-02-04 | 1 | -14/+8 |
| * | Include driver name in panic string, to make it easier to find these should | Ed Maste | 2011-02-03 | 1 | -4/+4 |
| * | Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb | Ed Maste | 2011-02-03 | 1 | -5/+1 |
| * | When masking direct and processor devices during an inquiry, properly | John Baldwin | 2010-12-06 | 1 | -1/+2 |
| * | Previously, the aac driver did not handle enclosure management AIFs, | Ed Maste | 2010-09-29 | 4 | -0/+80 |
| * | Use device_printf where possible, and otherwise at least include the | Ed Maste | 2010-09-16 | 3 | -7/+10 |
| * | Implement device unbusying via a cdevpriv destructor. | Attilio Rao | 2010-09-16 | 1 | -15/+18 |
| * | Fix bogus busying mechanism from cdevsw callbacks: | Attilio Rao | 2010-09-15 | 2 | -12/+4 |
| * | Add some enums and constants from Adaptec's latest driver | Ed Maste | 2010-09-15 | 1 | -1/+14 |
| * | Avoid repeatedly spamming the console while a timed out command is waiting | Ed Maste | 2010-09-14 | 1 | -1/+6 |
| * | Use enums in the aac_command_status_table rather than duplicating the same | Ed Maste | 2010-04-13 | 1 | -36/+36 |
| * | Sync some minor items with the upstream driver. Should have no functional | Ed Maste | 2010-04-13 | 4 | -4/+8 |
| * | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | Ed Maste | 2010-04-13 | 7 | -102/+102 |
| * | Make the code more readable and compiling on 64-bits arch different | Attilio Rao | 2010-03-15 | 1 | -5/+1 |
| * | Checkin a facility for specifying a passthrough FIB from userland. | Attilio Rao | 2010-03-14 | 1 | -1/+141 |
| * | Minor diff reduction with Adaptec's driver: in aac_release_command() set | Ed Maste | 2010-02-23 | 2 | -3/+1 |
| * | Include command type in COMMAND TIMEOUT messages to aid in debugging. | Ed Maste | 2010-02-17 | 1 | -2/+3 |
| * | Diff reduction with Adaptec's vendor driver. | Ed Maste | 2010-02-14 | 4 | -15/+28 |
| * | Garbage collect Falcon/PPC support that has not been used in released | Ed Maste | 2010-02-12 | 4 | -128/+0 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | - Try pre-allocating all FIBs upfront. Previously we tried pre-allocating | Jung-uk Kim | 2009-12-08 | 3 | -10/+6 |
| * | Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver. | Ed Maste | 2009-10-29 | 2 | -4/+4 |
| * | Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate | Ed Maste | 2009-10-29 | 2 | -12/+8 |
| * | Do first controller time sync after 1 minute, as in Adaptec's vendor | Ed Maste | 2009-10-28 | 1 | -1/+1 |
| * | Whitespace fixup: 8 spaces -> tab | Ed Maste | 2009-10-27 | 2 | -6/+6 |
| * | Whitespace tweak. | Ed Maste | 2009-09-09 | 1 | -1/+1 |
| * | Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious | Ed Maste | 2009-09-09 | 1 | -1/+1 |
| * | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+1 |
| * | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+1 |