aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aacvar.h
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Mega Update to the aac driver to support a whole new family of cards andScott Long2005-10-081-8/+52
* Add support for the Adaptec RAID-On-Chip architecture. This in turnScott Long2004-08-131-1/+3
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyScott Long2004-08-121-12/+5
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Collapse sync fib locking into normal i/o locking. The former didn'tScott Long2004-06-021-7/+21
* Turn down the queue size by 8 until I can figure out why the 512th commandScott Long2004-05-301-1/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-1/+1
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sinceScott Long2004-02-071-2/+1
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of theScott Long2004-02-071-1/+1
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in theScott Long2004-02-071-1/+1
* Take the plunge and make this driver be INTR_FAST. This re-arranges theScott Long2004-01-301-0/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.Scott Long2003-07-091-0/+2
* Add a new quirk for cards that incorrectly interpret the amount of memoryScott Long2003-07-091-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+2
* Begin support for 64-bit address support and workarounds for newer cards:Scott Long2003-03-261-8/+15
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* The aac driver has evolved enough over the last few months that it noScott Long2003-03-011-51/+6
* Bring aac out from under Giant:Scott Long2003-02-261-1/+5
* Move to 'struct disk*' APIScott Long2003-02-261-1/+0
* The completion queue is no longer used, so nuke its associated codeScott Long2003-02-201-3/+0
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitScott Long2003-02-191-0/+1
* o Move the cleanup of the fib maps into aac_free_commands() so as toScott Long2003-02-191-1/+2
* Implement a new dynamic command allocator. FIBs are allocated in 1 pageScott Long2003-02-101-9/+14
* Don't include aac_cam.h, since it was nuked in the last commit.Scott Long2003-02-061-0/+1
* Various cleanups:Scott Long2003-02-051-4/+18
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm2002-05-241-1/+1
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-271-1/+10
* Prepare for a major update to the aac driver:Scott Long2002-04-241-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-061-0/+2
* Staticise the aac devclass.Mike Smith2002-01-091-1/+0
* I missed a string concatenation.David E. O'Brien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* BAH! Missed another change to this file.Scott Long2001-12-041-0/+4
* Bah, I missed this file on the last commitScott Long2001-12-041-2/+2
* Add functionality and fix bugs so the driver will work with soon-to-beScott Long2001-12-021-9/+16
* Bring the aac driver *much* closer to style(9).Scott Long2001-09-051-196/+198
* Mega update to the aac driver.Scott Long2001-08-291-7/+47
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-051-0/+29
* Reformat for 80 columns. Sorry, but I had to do it.Scott Long2001-08-031-44/+73
* This is an MFC candidate.Justin T. Gibbs2001-03-171-0/+2
* Major bugfix and minor update. This should resolve the current issuesMike Smith2000-12-271-132/+146
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-7/+0
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-221-0/+1
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-131-0/+451