| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r258779,r258780,r258787,r258822: | Eitan Adler | 2014-02-04 | 1 | -1/+1 |
| * | As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI | Marius Strobl | 2013-08-06 | 1 | -4/+4 |
| * | Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the | Marius Strobl | 2013-05-30 | 1 | -0/+2 |
| * | - Remove pointless returns. | Marius Strobl | 2013-05-30 | 1 | -3/+3 |
| * | - Make tables, device ID strings etc const. This includes #ifdef'ing 0 | Marius Strobl | 2013-03-01 | 1 | -22/+21 |
| * | - Fix races on detach handling of AAC_IFFLAGS_* mask | Attilio Rao | 2011-06-10 | 1 | -4/+3 |
| * | 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 |
| * | Previously, the aac driver did not handle enclosure management AIFs, | Ed Maste | 2010-09-29 | 1 | -0/+5 |
| * | Fix bogus busying mechanism from cdevsw callbacks: | Attilio Rao | 2010-09-15 | 1 | -2/+1 |
| * | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | Ed Maste | 2010-04-13 | 1 | -10/+10 |
| * | Diff reduction with Adaptec's vendor driver. | Ed Maste | 2010-02-14 | 1 | -0/+10 |
| * | Garbage collect Falcon/PPC support that has not been used in released | Ed Maste | 2010-02-12 | 1 | -1/+0 |
| * | - Try pre-allocating all FIBs upfront. Previously we tried pre-allocating | Jung-uk Kim | 2009-12-08 | 1 | -7/+0 |
| * | Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate | Ed Maste | 2009-10-29 | 1 | -1/+1 |
| * | Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious | Ed Maste | 2009-09-09 | 1 | -1/+1 |
| * | Sync with the official Adaptec vendor driver: | Attilio Rao | 2009-02-21 | 1 | -17/+33 |
| * | Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec | Ed Maste | 2008-03-25 | 1 | -1/+2 |
| * | Diff reduction to Adaptec's driver (around build 15317): catch up with a | Ed Maste | 2008-03-24 | 1 | -16/+12 |
| * | Allow simultaneous opens of the device for issuing commands to the | Ed Maste | 2007-12-07 | 1 | -7/+13 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Mega Update to the aac driver to support a whole new family of cards and | Scott Long | 2005-10-08 | 1 | -8/+52 |
| * | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Scott Long | 2004-08-13 | 1 | -1/+3 |
| * | Remove the AAC_LOCK macros. They no longer abstract anything and only | Scott Long | 2004-08-12 | 1 | -12/+5 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Collapse sync fib locking into normal i/o locking. The former didn't | Scott Long | 2004-06-02 | 1 | -7/+21 |
| * | Turn down the queue size by 8 until I can figure out why the 512th command | Scott Long | 2004-05-30 | 1 | -1/+1 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 1 | -1/+1 |
| * | Do some small cleanups to comments and remove AACQ_COMPLETE definitions since | Scott Long | 2004-02-07 | 1 | -2/+1 |
| * | Remove the hack of lowering AAC_MAX_FIB now that the root cause of the | Scott Long | 2004-02-07 | 1 | -1/+1 |
| * | Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the | Scott Long | 2004-02-07 | 1 | -1/+1 |
| * | Take the plunge and make this driver be INTR_FAST. This re-arranges the | Scott Long | 2004-01-30 | 1 | -0/+1 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -1/+1 |
| * | Handle the EINPROGRESS case of bus_dmamap_load() for data buffers. | Scott Long | 2003-07-09 | 1 | -0/+2 |
| * | Add a new quirk for cards that incorrectly interpret the amount of memory | Scott Long | 2003-07-09 | 1 | -0/+1 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+2 |
| * | Begin support for 64-bit address support and workarounds for newer cards: | Scott Long | 2003-03-26 | 1 | -8/+15 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | The aac driver has evolved enough over the last few months that it no | Scott Long | 2003-03-01 | 1 | -51/+6 |
| * | Bring aac out from under Giant: | Scott Long | 2003-02-26 | 1 | -1/+5 |
| * | Move to 'struct disk*' API | Scott Long | 2003-02-26 | 1 | -1/+0 |
| * | The completion queue is no longer used, so nuke its associated code | Scott Long | 2003-02-20 | 1 | -3/+0 |
| * | Fix a 64-bit bogon. The hardware command structure only has one 32 bit | Scott Long | 2003-02-19 | 1 | -0/+1 |
| * | o Move the cleanup of the fib maps into aac_free_commands() so as to | Scott Long | 2003-02-19 | 1 | -1/+2 |
| * | Implement a new dynamic command allocator. FIBs are allocated in 1 page | Scott Long | 2003-02-10 | 1 | -9/+14 |
| * | Don't include aac_cam.h, since it was nuked in the last commit. | Scott Long | 2003-02-06 | 1 | -0/+1 |
| * | Various cleanups: | Scott Long | 2003-02-05 | 1 | -4/+18 |
| * | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
| * | Constify a debug function arg that we pass __func__ to in order to pacify | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
| * | Add a CAM interface to the aac driver. This is useful in case you should | Scott Long | 2002-04-27 | 1 | -1/+10 |