| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PNP_INFO to aac | Warner Losh | 2018-06-01 | 1 | -0/+2 |
* | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -1/+0 |
* | Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat. | Brooks Davis | 2018-03-14 | 1 | -1/+16 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
* | Move the intrhook release to later in the function so that GEOM knows to wait... | Scott Long | 2017-09-08 | 1 | -5/+5 |
* | Clean up MD pollution of bus_dma.h: | Jason A. Harmening | 2017-07-01 | 1 | -1/+0 |
* | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 4 | -5/+5 |
* | aacraid(4): Sanely copyin userland pointers and ensure that we don't get | Sean Bruno | 2016-04-19 | 1 | -4/+16 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
* | Remove taskqueue_enqueue_fast(). | John Baldwin | 2016-03-01 | 1 | -1/+1 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -2/+2 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -1/+0 |
* | Clear the data buffer length field when freeing a command structure so that | John Baldwin | 2014-05-17 | 1 | -0/+1 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Free the MSI again on detach if allocated. Arguably, this code would be | Marius Strobl | 2013-12-29 | 1 | -1/+3 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+3 |
* | - Fix a bug in the MSI allocation logic so an MSI is also employed if a | Marius Strobl | 2013-08-06 | 1 | -21/+7 |
* | As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI | Marius Strobl | 2013-08-06 | 2 | -40/+41 |
* | Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the | Marius Strobl | 2013-05-30 | 3 | -6/+13 |
* | - Remove pointless returns. | Marius Strobl | 2013-05-30 | 4 | -20/+3 |
* | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 1 | -1/+1 |
* | Initialize count in order to appease clang. | Marius Strobl | 2013-03-01 | 1 | -0/+1 |
* | - Make tables, device ID strings etc const. This includes #ifdef'ing 0 | Marius Strobl | 2013-03-01 | 6 | -112/+110 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -19/+21 |
* | Give panic format string to pacify clang warning. | Roman Divacky | 2012-11-09 | 1 | -1/+1 |
* | Some aac(4) adapters will always report that a direct access device is | Ryan Stone | 2012-09-25 | 1 | -27/+48 |
* | On BIO_ERROR, set bio_resid to stop losing data in the error case. | Sean Bruno | 2012-07-18 | 1 | -1/+3 |
* | Remove variables which are initialized but never used thereafter | Eitan Adler | 2012-07-07 | 1 | -3/+0 |
* | Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint. | John Baldwin | 2012-03-07 | 1 | -1/+1 |
* | Revert r232260. | Ed Maste | 2012-02-28 | 1 | -2/+1 |
* | Avoid transfers crossing a 4GB boundary, which can lead to data | Ed Maste | 2012-02-28 | 1 | -1/+2 |
* | Add a sysctl to report the firmware build number. | Ed Maste | 2012-02-13 | 1 | -0/+9 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -3/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 2 | -2/+2 |
* | Merge from r225950: | Marius Strobl | 2011-10-13 | 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 |