summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-096-184/+5
* Don't force busdma to pre-allocate bounce pages for static allocations.scottl2004-11-211-2/+2
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forscottl2004-10-211-0/+2
* If the timeout handler runs and notices that commands are timed out, checkscottl2004-09-162-0/+11
* Put some of the probe messages under bootverbose so to lessen the noise.scottl2004-09-121-15/+16
* Add support for the Adaptec RAID-On-Chip architecture. This in turnscottl2004-08-134-3/+118
* Destroy mutexes on detach.scottl2004-08-121-0/+4
* Change FREE() to free()scottl2004-08-121-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-124-48/+39
* Release the sync fib after the controller has been shut down. This alsoscottl2004-08-121-0/+1
* Avoid casts as lvalues.kan2004-07-282-4/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Cast printf'ed values to intmax_t.obrien2004-06-131-3/+3
* Collapse sync fib locking into normal i/o locking. The former didn'tscottl2004-06-024-48/+30
* Commit the correct version of the patch from last night. This fixes anscottl2004-06-011-7/+7
* Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN inscottl2004-06-011-43/+31
* Turn down the queue size by 8 until I can figure out why the 512th commandscottl2004-05-301-1/+1
* Add missing <sys/module.h> includesphk2004-05-304-0/+4
* Unbreak the build.des2004-05-131-1/+1
* Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove thescottl2004-05-131-5/+2
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andscottl2004-04-141-14/+10
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'vescottl2004-03-201-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+9
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Fix a major brain-o. If the command needs to be put on the deferred queue,scottl2004-02-211-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-183-15/+17
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.scottl2004-02-091-2/+8
* Remove the use of AACQ_COMPLETE here since there is no longer a completionscottl2004-02-071-3/+0
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-073-7/+4
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of thescottl2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itscottl2004-02-071-9/+11
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in thescottl2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch somescottl2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.scottl2004-02-071-1/+2
* Make LINT compile on amd64peter2004-02-061-2/+2
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-303-61/+55
* Temporary workaround for aac_cam to deal with CAM requiring Giant. Thisscottl2003-12-031-1/+9
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Remove a bogus PCI ID entry.scottl2003-11-011-2/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Fix a couple of bugs with AIF handling:scottl2003-10-172-14/+19
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
* Correctly wrap the producer queue index when dequeuing commands. This wasn'tscottl2003-09-161-1/+5
* Use PCIR_BAR() instead of a magic offset.scottl2003-09-091-1/+1
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
* If ~ chars were pennies, I'd be pennyless. This should fix all of thescottl2003-09-011-2/+3
OpenPOWER on IntegriCloud