summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aacvar.h
Commit message (Expand)AuthorAgeFilesLines
* We can pass a format string and args to panic(), so instead of usingemaste2011-02-041-14/+8
* Include driver name in panic string, to make it easier to find these shouldemaste2011-02-031-4/+4
* Previously, the aac driver did not handle enclosure management AIFs,emaste2010-09-291-0/+5
* Fix bogus busying mechanism from cdevsw callbacks:attilio2010-09-151-2/+1
* Whitespace cleanup, in advance of next sync with Adaptec's driver. Noemaste2010-04-131-10/+10
* Diff reduction with Adaptec's vendor driver.emaste2010-02-141-0/+10
* Garbage collect Falcon/PPC support that has not been used in releasedemaste2010-02-121-1/+0
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingjkim2009-12-081-7/+0
* Rename aac_fast_intr to aac_filter to reflect its current use. Eliminateemaste2009-10-291-1/+1
* Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spuriousemaste2009-09-091-1/+1
* Sync with the official Adaptec vendor driver:attilio2009-02-211-17/+33
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptecemaste2008-03-251-1/+2
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-241-16/+12
* Allow simultaneous opens of the device for issuing commands to theemaste2007-12-071-7/+13
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-081-8/+52
* Add support for the Adaptec RAID-On-Chip architecture. This in turnscottl2004-08-131-1/+3
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-121-12/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Collapse sync fib locking into normal i/o locking. The former didn'tscottl2004-06-021-7/+21
* Turn down the queue size by 8 until I can figure out why the 512th commandscottl2004-05-301-1/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-1/+1
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-071-2/+1
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of thescottl2004-02-071-1/+1
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in thescottl2004-02-071-1/+1
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-301-0/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-091-0/+2
* Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-091-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-0/+2
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-261-9/+16
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* The aac driver has evolved enough over the last few months that it noscottl2003-03-011-51/+6
* Bring aac out from under Giant:scottl2003-02-261-1/+5
* Move to 'struct disk*' APIscottl2003-02-261-1/+0
* The completion queue is no longer used, so nuke its associated codescottl2003-02-201-3/+0
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitscottl2003-02-191-0/+1
* o Move the cleanup of the fib maps into aac_free_commands() so as toscottl2003-02-191-1/+2
* Implement a new dynamic command allocator. FIBs are allocated in 1 pagescottl2003-02-101-9/+14
* Don't include aac_cam.h, since it was nuked in the last commit.scottl2003-02-061-0/+1
* Various cleanups:scottl2003-02-051-4/+18
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-1/+0
* Constify a debug function arg that we pass __func__ to in order to pacifypeter2002-05-241-1/+1
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-1/+10
* Prepare for a major update to the aac driver:scottl2002-04-241-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-061-0/+2
* Staticise the aac devclass.msmith2002-01-091-1/+0
* I missed a string concatenation.obrien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-3/+3
OpenPOWER on IntegriCloud