| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 266281: | jhb | 2014-06-04 | 1 | -0/+1 |
* | MFC: r260044 | marius | 2014-04-25 | 1 | -1/+3 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+3 |
* | - Fix a bug in the MSI allocation logic so an MSI is also employed if a | marius | 2013-08-06 | 1 | -21/+7 |
* | As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI | marius | 2013-08-06 | 2 | -40/+41 |
* | Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the | marius | 2013-05-30 | 3 | -6/+13 |
* | - Remove pointless returns. | marius | 2013-05-30 | 4 | -20/+3 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -1/+1 |
* | Initialize count in order to appease clang. | marius | 2013-03-01 | 1 | -0/+1 |
* | - Make tables, device ID strings etc const. This includes #ifdef'ing 0 | marius | 2013-03-01 | 6 | -112/+110 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -19/+21 |
* | Give panic format string to pacify clang warning. | rdivacky | 2012-11-09 | 1 | -1/+1 |
* | Some aac(4) adapters will always report that a direct access device is | rstone | 2012-09-25 | 1 | -27/+48 |
* | 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 bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint. | jhb | 2012-03-07 | 1 | -1/+1 |
* | Revert r232260. | emaste | 2012-02-28 | 1 | -2/+1 |
* | Avoid transfers crossing a 4GB boundary, which can lead to data | emaste | 2012-02-28 | 1 | -1/+2 |
* | Add a sysctl to report the firmware build number. | emaste | 2012-02-13 | 1 | -0/+9 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 2 | -2/+2 |
* | Merge from r225950: | marius | 2011-10-13 | 1 | -9/+11 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+2 |
* | - Fix races on detach handling of AAC_IFFLAGS_* mask | attilio | 2011-06-10 | 2 | -14/+16 |
* | We can pass a format string and args to panic(), so instead of using | emaste | 2011-02-04 | 1 | -14/+8 |
* | Include driver name in panic string, to make it easier to find these should | emaste | 2011-02-03 | 1 | -4/+4 |
* | Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb | emaste | 2011-02-03 | 1 | -5/+1 |
* | When masking direct and processor devices during an inquiry, properly | jhb | 2010-12-06 | 1 | -1/+2 |
* | Previously, the aac driver did not handle enclosure management AIFs, | emaste | 2010-09-29 | 4 | -0/+80 |
* | Use device_printf where possible, and otherwise at least include the | emaste | 2010-09-16 | 3 | -7/+10 |
* | Implement device unbusying via a cdevpriv destructor. | attilio | 2010-09-16 | 1 | -15/+18 |
* | Fix bogus busying mechanism from cdevsw callbacks: | attilio | 2010-09-15 | 2 | -12/+4 |
* | Add some enums and constants from Adaptec's latest driver | emaste | 2010-09-15 | 1 | -1/+14 |
* | Avoid repeatedly spamming the console while a timed out command is waiting | emaste | 2010-09-14 | 1 | -1/+6 |
* | Use enums in the aac_command_status_table rather than duplicating the same | emaste | 2010-04-13 | 1 | -36/+36 |
* | Sync some minor items with the upstream driver. Should have no functional | emaste | 2010-04-13 | 4 | -4/+8 |
* | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | emaste | 2010-04-13 | 7 | -102/+102 |
* | Make the code more readable and compiling on 64-bits arch different | attilio | 2010-03-15 | 1 | -5/+1 |
* | Checkin a facility for specifying a passthrough FIB from userland. | attilio | 2010-03-14 | 1 | -1/+141 |
* | Minor diff reduction with Adaptec's driver: in aac_release_command() set | emaste | 2010-02-23 | 2 | -3/+1 |
* | Include command type in COMMAND TIMEOUT messages to aid in debugging. | emaste | 2010-02-17 | 1 | -2/+3 |
* | Diff reduction with Adaptec's vendor driver. | emaste | 2010-02-14 | 4 | -15/+28 |
* | Garbage collect Falcon/PPC support that has not been used in released | emaste | 2010-02-12 | 4 | -128/+0 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | - Try pre-allocating all FIBs upfront. Previously we tried pre-allocating | jkim | 2009-12-08 | 3 | -10/+6 |
* | Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver. | emaste | 2009-10-29 | 2 | -4/+4 |
* | Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate | emaste | 2009-10-29 | 2 | -12/+8 |
* | Do first controller time sync after 1 minute, as in Adaptec's vendor | emaste | 2009-10-28 | 1 | -1/+1 |