aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFS: Use correct terminology for RAID 0/1 and 0/5.Scott Long2001-12-041-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
* Use d_thread_t to reduce diffs between current and stable.Scott Long2001-12-032-13/+17
* Add functionality and fix bugs so the driver will work with soon-to-beScott Long2001-12-027-41/+217
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-3/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+3
* KSE Milestone 2Julian Elischer2001-09-122-8/+8
* Don't use a silly test to define INTR_ENTROPY.Scott Long2001-09-061-1/+1
* Bring the aac driver *much* closer to style(9).Scott Long2001-09-059-3120/+3302
* Sigh. There are actually two ioctls ranges that need to be watched on theScott Long2001-09-031-1/+1
* Work around a bug where the driver's copy of the disklabel gets corruptedScott Long2001-09-021-2/+7
* Restrict the range of linux ioctls we will accept.Scott Long2001-09-021-2/+2
* Doh! Fix a comma that disappeared along the way.Scott Long2001-08-301-1/+1
* Mega update to the aac driver.Scott Long2001-08-297-106/+696
* Clarify the description string for one of the StrongARM based cards.Scott Long2001-08-171-1/+2
* Adding missing () in a KASSERT format string.Scott Long2001-08-071-1/+1
* Make AAC_COMPAT_LINUX optional once again.Scott Long2001-08-061-4/+0
* Put the linux compat ioctl interface on death row. Add FreeBSDScott Long2001-08-062-29/+91
* Missed this one in my 80-column sweep.Scott Long2001-08-061-8/+16
* Once again throw out the calculation of si_iosize_max and set it to 64K.Scott Long2001-08-052-17/+14
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforeScott Long2001-08-053-3/+4
* Reformat for 80 columns. Sorry, but I had to do it.Scott Long2001-08-036-479/+694
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIScott Long2001-07-251-0/+1
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-7/+0
* More new Dell PCI IDs.Mike Smith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.Mike Smith2001-04-261-0/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-2/+0
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromScott Long2001-03-221-0/+2
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenScott Long2001-03-211-4/+11
* This is an MFC candidate.Justin T. Gibbs2001-03-173-2/+6
* Fix a typo which would cause containers between 1GB and 2GB to have the wrongMike Smith2001-03-161-1/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.Scott Long2001-03-071-11/+4
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Kill a warning by marking an unused function with __unused.John Baldwin2001-01-231-1/+1
* Remove a mismatched splbio() in aac_start (the called functions each protectMike Smith2001-01-101-2/+1
* Major bugfix and minor update. This should resolve the current issuesMike Smith2000-12-278-332/+406
* Disable calling timeout() when doing bio. It was causing more prolems thanScott Long2000-11-191-2/+8
* Further use of M_ZERO.David Malone2000-11-181-3/+2
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-11/+4
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-222-0/+34
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Fix up some more comments that were reversed.Mike Smith2000-10-031-2/+2
* Fix reversed comments re: OISR/OIMRMike Smith2000-10-031-2/+2