| Commit message (Expand) | Author | Age | Files | Lines |
| * | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 1 | -4/+4 |
| * | SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0 | Ed Maste | 2009-02-23 | 1 | -2/+4 |
| * | Sync with the official Adaptec vendor driver: | Attilio Rao | 2009-02-21 | 5 | -118/+188 |
| * | Use outbound message register 0 instead of mailbox 7 in | Ed Maste | 2009-02-18 | 2 | -2/+6 |
| * | Remove duplicate 2610SA entry. | Ed Maste | 2008-11-27 | 1 | -2/+0 |
| * | Whitespace cleanup. | Ed Maste | 2008-09-12 | 1 | -5/+5 |
| * | Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters: | Ed Maste | 2008-06-27 | 1 | -0/+8 |
| * | Fix test for waiting AIFs in aac_poll(). This seems to solve the | Ed Maste | 2008-06-24 | 1 | -2/+7 |
| * | Allow crashdumps on machines with >4GB of RAM as long as the adapter can | Ed Maste | 2008-04-03 | 1 | -13/+54 |
| * | Calling RequestSupplementAdapterInfo before RequestAdapterInfo appears | Ed Maste | 2008-04-01 | 1 | -17/+17 |
| * | Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAID | Ed Maste | 2008-03-28 | 1 | -0/+44 |
| * | Add \n to the end of a printf string and remove it from panic strings. | Ed Maste | 2008-03-26 | 1 | -6/+6 |
| * | Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec | Ed Maste | 2008-03-25 | 4 | -5/+17 |
| * | Correct data direction flags in aac_bio_command() in the | Ed Maste | 2008-03-25 | 1 | -2/+2 |
| * | Diff reduction to Adaptec's driver (around build 15317): catch up with a | Ed Maste | 2008-03-24 | 6 | -153/+128 |
| * | Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling): | Ed Maste | 2008-03-24 | 1 | -187/+206 |
| * | Restore creation of passthrough devices with newer controller firmware by | Ed Maste | 2008-03-20 | 1 | -2/+2 |
| * | Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB, | Ed Maste | 2008-03-20 | 1 | -8/+31 |
| * | Change spelling and eliminate a typo in comments to reduce diffs with | Ed Maste | 2008-03-14 | 1 | -11/+11 |
| * | Avoid holding the aac_io_lock over copyout. | Ed Maste | 2007-12-20 | 1 | -5/+6 |
| * | Do not recursively acquire aac_io_lock in aac_ioctl_event. | Ed Maste | 2007-12-19 | 1 | -3/+1 |
| * | Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returning | Ed Maste | 2007-12-07 | 1 | -8/+13 |
| * | Add family support to allow the driver to attach to new devices that | Ed Maste | 2007-12-07 | 3 | -10/+92 |
| * | Allow simultaneous opens of the device for issuing commands to the | Ed Maste | 2007-12-07 | 2 | -73/+149 |
| * | Add more PCI ID's from Adaptec's driver, including two requested | Ed Maste | 2007-12-06 | 1 | -0/+16 |
| * | Add PCI IDs for additional cards: | Ed Maste | 2007-12-06 | 1 | -0/+12 |
| * | Respell 'Conatainer' as 'Container'. | Robert Watson | 2007-11-24 | 1 | -11/+11 |
| * | Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion | Ed Maste | 2007-11-01 | 2 | -19/+22 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
| * | Correct calculation of aac_sg_tablesize. | Ed Maste | 2007-10-15 | 1 | -6/+4 |
| * | Add PCI IDs from Adaptec's driver version b11669: | Ed Maste | 2007-10-14 | 1 | -0/+42 |
| * | Add PCI IDs for two cards: | Ed Maste | 2007-08-23 | 1 | -0/+4 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 2 | -6/+8 |
| * | The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event(). | Luoqi Chen | 2007-02-14 | 1 | -1/+1 |
| * | Add a missing mutex unlock to an error path. | Scott Long | 2007-01-15 | 1 | -0/+1 |
| * | On amd64 platform, use linux32 headers so 32-bit Linux applications | Xin LI | 2006-12-20 | 1 | -0/+5 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+2 |
| * | Add PCI Id for ServeRAID 8k. | Scott Long | 2006-11-03 | 1 | -0/+2 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -7/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -1/+23 |
| * | Unlock aac_io_lock before returning, thus eliminates a mutex | Xin LI | 2006-07-14 | 1 | -0/+1 |
| * | Correct the names or some Adaptec and ICP devices, verified by the | Christian Brueffer | 2006-06-17 | 1 | -9/+9 |
| * | Rearrange locking in the alloc_commands and ioctl paths to avoid problems. | Scott Long | 2006-04-08 | 1 | -5/+9 |
| * | Initialize the event tailq. | Scott Long | 2005-12-28 | 1 | -0/+1 |
| * | Remove the unused AAC_DRIVER_BUILD_DATE macro. | Jens Schweikhardt | 2005-11-13 | 1 | -49/+48 |
| * | Refactor the PCI probe code a bit. | Scott Long | 2005-11-06 | 1 | -49/+45 |
| * | Pickup I/O lock in aac_get_bus_info, as this code will call | Christian S.J. Peron | 2005-10-31 | 1 | -0/+6 |
| * | Fix a regression that prevented PERC3 hardware from working. Apparently they | Scott Long | 2005-10-14 | 2 | -27/+45 |