aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* If the timeout handler runs and notices that commands are timed out, checkScott Long2004-09-162-0/+11
* Put some of the probe messages under bootverbose so to lessen the noise.Scott Long2004-09-121-15/+16
* Add support for the Adaptec RAID-On-Chip architecture. This in turnScott Long2004-08-134-3/+118
* Destroy mutexes on detach.Scott Long2004-08-121-0/+4
* Change FREE() to free()Scott Long2004-08-121-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyScott Long2004-08-124-48/+39
* Release the sync fib after the controller has been shut down. This alsoScott Long2004-08-121-0/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-282-4/+5
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Cast printf'ed values to intmax_t.David E. O'Brien2004-06-131-3/+3
* Collapse sync fib locking into normal i/o locking. The former didn'tScott Long2004-06-024-48/+30
* Commit the correct version of the patch from last night. This fixes anScott Long2004-06-011-7/+7
* Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN inScott Long2004-06-011-43/+31
* Turn down the queue size by 8 until I can figure out why the 512th commandScott Long2004-05-301-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-304-0/+4
* Unbreak the build.Dag-Erling Smørgrav2004-05-131-1/+1
* Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove theScott Long2004-05-131-5/+2
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andScott Long2004-04-141-14/+10
* Don peril-sensitive sunglasses and add PCI Id's for two new cards. I'veScott Long2004-03-201-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-9/+9
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* Revert the last commit. I don't know what I was thinking, but this changeScott Long2004-02-251-1/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Fix a major brain-o. If the command needs to be put on the deferred queue,Scott Long2004-02-211-0/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-183-15/+17
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.Scott Long2004-02-091-2/+8
* Remove the use of AACQ_COMPLETE here since there is no longer a completionScott Long2004-02-071-3/+0
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sinceScott Long2004-02-073-7/+4
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of theScott Long2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itScott Long2004-02-071-9/+11
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in theScott Long2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch someScott Long2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.Scott Long2004-02-071-1/+2
* Make LINT compile on amd64Peter Wemm2004-02-061-2/+2
* Take the plunge and make this driver be INTR_FAST. This re-arranges theScott Long2004-01-303-61/+55
* Temporary workaround for aac_cam to deal with CAM requiring Giant. ThisScott Long2003-12-031-1/+9
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Remove a bogus PCI ID entry.Scott Long2003-11-011-2/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-1/+1
* Fix a couple of bugs with AIF handling:Scott Long2003-10-172-14/+19
* Eliminate the use of a statically assign major number for the aac device.Scott Long2003-09-291-3/+0
* Correctly wrap the producer queue index when dequeuing commands. This wasn'tScott Long2003-09-161-1/+5
* Use PCIR_BAR() instead of a magic offset.Scott Long2003-09-091-1/+1
* Commands submitted through the management interface won't have scatter/Scott Long2003-09-011-0/+2
* If ~ chars were pennies, I'd be pennyless. This should fix all of theScott Long2003-09-011-2/+3
* Use __FBSDID().David E. O'Brien2003-08-246-12/+18
* Prefer the new location of dev/pci/pci*.h.Warner Losh2003-08-221-2/+2
* Fix build by correcting a wrong cast.Maxime Henrion2003-08-201-1/+1
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitScott Long2003-08-193-18/+20
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1