aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* aac: Move sge64 declaration into the #ifdef __amd64__ block.John Baldwin2022-04-091-2/+1
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-4/+4
* aac: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Don't need giant for these drivers dev nodes.Warner Losh2019-11-241-3/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.Brooks Davis2018-03-141-1/+16
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move the intrhook release to later in the function so that GEOM knows to wait...Scott Long2017-09-081-5/+5
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno2016-04-191-4/+16
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-2/+2
* Clear the data buffer length field when freeing a command structure so thatJohn Baldwin2014-05-171-0/+1
* Free the MSI again on detach if allocated. Arguably, this code would beMarius Strobl2013-12-291-1/+3
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add theMarius Strobl2013-05-301-6/+10
* - Remove pointless returns.Marius Strobl2013-05-301-9/+0
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl2013-03-011-36/+23
* Add a sysctl to report the firmware build number.Ed Maste2012-02-131-0/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Fix races on detach handling of AAC_IFFLAGS_* maskAttilio Rao2011-06-101-10/+13
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbEd Maste2011-02-031-5/+1
* Previously, the aac driver did not handle enclosure management AIFs,Ed Maste2010-09-291-0/+22
* Use device_printf where possible, and otherwise at least include theEd Maste2010-09-161-1/+1
* Implement device unbusying via a cdevpriv destructor.Attilio Rao2010-09-161-15/+18
* Fix bogus busying mechanism from cdevsw callbacks:Attilio Rao2010-09-151-10/+3
* Avoid repeatedly spamming the console while a timed out command is waitingEd Maste2010-09-141-1/+6
* Sync some minor items with the upstream driver. Should have no functionalEd Maste2010-04-131-1/+1
* Whitespace cleanup, in advance of next sync with Adaptec's driver. NoEd Maste2010-04-131-1/+1
* Make the code more readable and compiling on 64-bits arch differentAttilio Rao2010-03-151-5/+1
* Checkin a facility for specifying a passthrough FIB from userland.Attilio Rao2010-03-141-1/+141
* Minor diff reduction with Adaptec's driver: in aac_release_command() setEd Maste2010-02-231-2/+1
* Include command type in COMMAND TIMEOUT messages to aid in debugging.Ed Maste2010-02-171-2/+3
* Diff reduction with Adaptec's vendor driver.Ed Maste2010-02-141-8/+11
* Garbage collect Falcon/PPC support that has not been used in releasedEd Maste2010-02-121-105/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingJung-uk Kim2009-12-081-1/+1
* Rename aac_fast_intr to aac_filter to reflect its current use. EliminateEd Maste2009-10-291-11/+7
* Do first controller time sync after 1 minute, as in Adaptec's vendorEd Maste2009-10-281-1/+1
* Whitespace fixup: 8 spaces -> tabEd Maste2009-10-271-2/+2
* Whitespace tweak.Ed Maste2009-09-091-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-4/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-4/+4