summaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-219-9/+9
* MFC: r200251Jung-uk Kim2010-01-063-10/+6
* MFC r198525:Ed Maste2009-11-052-6/+6
* MFC r197011:Ed Maste2009-11-021-1/+1
* MFC r198541:Ed Maste2009-11-021-1/+1
* MFC r195614:Ed Maste2009-10-291-15/+5
* MFC r185376:Ed Maste2009-10-281-2/+0
* MFC r188896Ed Maste2009-10-285-118/+188
* MFC r188743,r188940Ed Maste2009-10-272-2/+8
* MFC revisions 180072 and 182967 by emaste:Xin LI2008-11-021-1/+9
* MFC r177899:Ed Maste2008-07-021-13/+54
* MFC r179969:Ed Maste2008-07-011-2/+7
* MFC aac.c 1.137:Ed Maste2008-04-071-17/+17
* MFC >2TB supportEd Maste2008-03-314-5/+61
* MFC - diff reduction w/ HEADEd Maste2008-03-316-344/+338
* MFC aac.c r1.133:Ed Maste2008-03-281-2/+2
* MFCEd Maste2008-03-271-10/+33
* MFC aac.c r1.127Ed Maste2008-03-261-5/+6
* MFC aac.c r1.126:Ed Maste2008-03-261-3/+1
* MFC aac.c r1.128:Ed Maste2008-03-261-11/+11
* MFC to RELENG_7:Ed Maste2007-12-105-91/+254
* MFC to RELENG_7 new PCI IDsEd Maste2007-12-101-0/+28
* Merge from HEAD to RELENG_7Ed Maste2007-11-301-0/+42
* MFC aac.c v1.121:Ed Maste2007-11-291-6/+4
* Merge aac_debug.c:1.23 from HEAD to RELENG_7:Robert Watson2007-11-271-11/+11
* MFC to RELENG_7Ed Maste2007-11-082-19/+22
* Add PCI IDs for two cards:Ed Maste2007-08-231-0/+4
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-6/+8
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().Luoqi Chen2007-02-141-1/+1
* Add a missing mutex unlock to an error path.Scott Long2007-01-151-0/+1
* On amd64 platform, use linux32 headers so 32-bit Linux applicationsXin LI2006-12-201-0/+5
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Add PCI Id for ServeRAID 8k.Scott Long2006-11-031-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+23
* Unlock aac_io_lock before returning, thus eliminates a mutexXin LI2006-07-141-0/+1
* Correct the names or some Adaptec and ICP devices, verified by theChristian Brueffer2006-06-171-9/+9
* Rearrange locking in the alloc_commands and ioctl paths to avoid problems.Scott Long2006-04-081-5/+9
* Initialize the event tailq.Scott Long2005-12-281-0/+1
* Remove the unused AAC_DRIVER_BUILD_DATE macro.Jens Schweikhardt2005-11-131-49/+48
* Refactor the PCI probe code a bit.Scott Long2005-11-061-49/+45
* Pickup I/O lock in aac_get_bus_info, as this code will callChristian S.J. Peron2005-10-311-0/+6
* Fix a regression that prevented PERC3 hardware from working. Apparently theyScott Long2005-10-142-27/+45
* Fix a missing set of lock operations.Scott Long2005-10-101-0/+3
* Ue a better msleep identifier. Fix some whitespace.Scott Long2005-10-081-5/+5
* aac_intr0 rotted long ago, remove it.Scott Long2005-10-081-14/+0
* Mega Update to the aac driver to support a whole new family of cards andScott Long2005-10-086-171/+799
* Bring aac_cam into line with using time_uptime instead of time_second.Scott Long2005-09-141-1/+1