summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
* Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
* Add PCI IDs for two cards:emaste2007-08-231-0/+4
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-6/+8
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Add a missing mutex unlock to an error path.scottl2007-01-151-0/+1
* On amd64 platform, use linux32 headers so 32-bit Linux applicationsdelphij2006-12-201-0/+5
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Add PCI Id for ServeRAID 8k.scottl2006-11-031-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-1/+23
* Unlock aac_io_lock before returning, thus eliminates a mutexdelphij2006-07-141-0/+1
* Correct the names or some Adaptec and ICP devices, verified by thebrueffer2006-06-171-9/+9
* Rearrange locking in the alloc_commands and ioctl paths to avoid problems.scottl2006-04-081-5/+9
* Initialize the event tailq.scottl2005-12-281-0/+1
* Remove the unused AAC_DRIVER_BUILD_DATE macro.schweikh2005-11-131-49/+48
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* Pickup I/O lock in aac_get_bus_info, as this code will callcsjp2005-10-311-0/+6
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-142-29/+47
* Fix a missing set of lock operations.scottl2005-10-101-0/+3
* Ue a better msleep identifier. Fix some whitespace.scottl2005-10-081-5/+5
* aac_intr0 rotted long ago, remove it.scottl2005-10-081-14/+0
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-086-171/+799
* Bring aac_cam into line with using time_uptime instead of time_second.scottl2005-09-141-1/+1
* Use time_uptime for timing commands instead of time_second. This is a bitscottl2005-09-141-9/+9
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
* Check the vendor and device, not subvendor and subdevice, when looking forscottl2005-07-141-2/+2
* Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-013-2/+7
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* Fix some busdma API violations in the dumpsys handler.scottl2005-05-021-2/+7
* purge dead codesam2005-03-261-2/+0
* Handle failures better in the passthrough bus creation code.scottl2005-03-191-4/+11
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Remove the messy locking dance around xpt_done()scottl2005-02-091-5/+0
* Fix whitespacescottl2005-01-231-1/+1
* Add a default driver to attach to the "hidden" scsi channels of the Dellscottl2005-01-071-0/+62
* 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
OpenPOWER on IntegriCloud