aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC to 6.2 release all the cam module depend foo.Matt Jacob2006-12-211-0/+2
* MFR6 revision 1.54.2.8:Xin LI2006-12-141-0/+2
* MFC 1.23:Xin LI2006-07-261-0/+1
* Correct the names or some Adaptec and ICP devices, verified by theChristian Brueffer2006-06-221-9/+9
* MFC: Diff reduction with HEAD. Whitespace, time_second -> time_uptime,Scott Long2006-01-305-173/+104
* MFC: Pickup I/O locks around aac_alloc_sync_fib().Christian S.J. Peron2005-11-081-0/+6
* MFC rev 1.113Scott Long2005-10-291-0/+3
* MFC: Fix regression with Dell PERC3/ROMB controllersScott Long2005-10-282-29/+47
* MFC: Support new adapters and new communication protocol.Scott Long2005-10-097-185/+799
* MFC:Paul Saab2005-09-161-0/+2
* MFC rev 1.55: Check the correct IDs for the Dell PERC3/S/Di filter driver.Scott Long2005-07-221-2/+2
* Add a text description for the Intel IOP302/303 processors. Be slightlyScott Long2005-06-013-2/+7
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Fix some busdma API violations in the dumpsys handler.Scott Long2005-05-021-2/+7
* purge dead codeSam Leffler2005-03-261-2/+0
* Handle failures better in the passthrough bus creation code.Scott Long2005-03-191-4/+11
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Remove the messy locking dance around xpt_done()Scott Long2005-02-091-5/+0
* Fix whitespaceScott Long2005-01-231-1/+1
* Add a default driver to attach to the "hidden" scsi channels of the DellScott Long2005-01-071-0/+62
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add the PCI ID for the Adaptec 2230SLP card.Scott Long2004-12-151-0/+2
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.Scott Long2004-12-096-184/+5
* Don't force busdma to pre-allocate bounce pages for static allocations.Scott Long2004-11-211-2/+2
* Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec forScott Long2004-10-211-0/+2
* 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