| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+0 |
* | - Fix a bug in the MSI allocation logic so an MSI is also employed if a | marius | 2013-08-06 | 1 | -21/+7 |
* | As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI | marius | 2013-08-06 | 1 | -36/+37 |
* | Initialize count in order to appease clang. | marius | 2013-03-01 | 1 | -0/+1 |
* | - Make tables, device ID strings etc const. This includes #ifdef'ing 0 | marius | 2013-03-01 | 1 | -43/+55 |
* | Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint. | jhb | 2012-03-07 | 1 | -1/+1 |
* | Revert r232260. | emaste | 2012-02-28 | 1 | -2/+1 |
* | Avoid transfers crossing a 4GB boundary, which can lead to data | emaste | 2012-02-28 | 1 | -1/+2 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+1 |
* | Sync some minor items with the upstream driver. Should have no functional | emaste | 2010-04-13 | 1 | -1/+1 |
* | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | emaste | 2010-04-13 | 1 | -3/+3 |
* | Garbage collect Falcon/PPC support that has not been used in released | emaste | 2010-02-12 | 1 | -4/+0 |
* | Sync with the official Adaptec vendor driver: | attilio | 2009-02-21 | 1 | -13/+25 |
* | Remove duplicate 2610SA entry. | emaste | 2008-11-27 | 1 | -2/+0 |
* | Whitespace cleanup. | emaste | 2008-09-12 | 1 | -5/+5 |
* | Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters: | emaste | 2008-06-27 | 1 | -0/+8 |
* | Diff reduction to Adaptec's driver (around build 15317): catch up with a | emaste | 2008-03-24 | 1 | -6/+6 |
* | Add family support to allow the driver to attach to new devices that | emaste | 2007-12-07 | 1 | -5/+23 |
* | Add more PCI ID's from Adaptec's driver, including two requested | emaste | 2007-12-06 | 1 | -0/+16 |
* | Add PCI IDs for additional cards: | emaste | 2007-12-06 | 1 | -0/+12 |
* | Add PCI IDs from Adaptec's driver version b11669: | emaste | 2007-10-14 | 1 | -0/+42 |
* | Add PCI IDs for two cards: | emaste | 2007-08-23 | 1 | -0/+4 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | Add PCI Id for ServeRAID 8k. | scottl | 2006-11-03 | 1 | -0/+2 |
* | Correct the names or some Adaptec and ICP devices, verified by the | brueffer | 2006-06-17 | 1 | -9/+9 |
* | Refactor the PCI probe code a bit. | scottl | 2005-11-06 | 1 | -49/+45 |
* | Mega Update to the aac driver to support a whole new family of cards and | scottl | 2005-10-08 | 1 | -27/+56 |
* | Add support for HP branded 2610SA | ps | 2005-08-08 | 1 | -0/+2 |
* | Check the vendor and device, not subvendor and subdevice, when looking for | scottl | 2005-07-14 | 1 | -2/+2 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Add a default driver to attach to the "hidden" scsi channels of the Dell | scottl | 2005-01-07 | 1 | -0/+62 |
* | Add the PCI ID for the Adaptec 2230SLP card. | scottl | 2004-12-15 | 1 | -0/+2 |
* | Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys. | scottl | 2004-12-09 | 1 | -1/+1 |
* | Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec for | scottl | 2004-10-21 | 1 | -0/+2 |
* | Add support for the Adaptec RAID-On-Chip architecture. This in turn | scottl | 2004-08-13 | 1 | -2/+9 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Unbreak the build. | des | 2004-05-13 | 1 | -1/+1 |
* | Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove the | scottl | 2004-05-13 | 1 | -5/+2 |
* | Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've | scottl | 2004-03-20 | 1 | -0/+4 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -9/+9 |
* | Fall back to INTR_MPSAFE if INTR_FAST registration fails. | scottl | 2004-02-09 | 1 | -2/+8 |
* | Take the plunge and make this driver be INTR_FAST. This re-arranges the | scottl | 2004-01-30 | 1 | -1/+1 |
* | Remove a bogus PCI ID entry. | scottl | 2003-11-01 | 1 | -2/+0 |
* | Use PCIR_BAR() instead of a magic offset. | scottl | 2003-09-09 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | Prefer the new location of dev/pci/pci*.h. | imp | 2003-08-22 | 1 | -2/+2 |
* | Add a new quirk for cards that incorrectly interpret the amount of memory | scottl | 2003-07-09 | 1 | -2/+2 |