summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Dell 2650scottl2002-04-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Add support for the PERC3/Di found in the Dell 1650scottl2002-04-021-0/+1
* The AAC, TWE and IDA diskdrivers cannot dump until I and msmithphk2002-03-311-1/+6
* Add ID's for a couple of upcoming cards.scottl2002-02-131-0/+4
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-064-0/+51
* Replace ffind_* with fget calls.alfred2002-01-141-3/+2
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-2/+7
* Staticise the aac devclass.msmith2002-01-095-6/+5
* I missed a string concatenation.obrien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-3/+3
* MFS: Use correct terminology for RAID 0/1 and 0/5.scottl2001-12-041-3/+3
* BAH! Missed another change to this file.scottl2001-12-041-0/+4
* Bah, I missed this file on the last commitscottl2001-12-041-2/+2
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-032-13/+17
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-027-41/+217
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-3/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+3
* KSE Milestone 2julian2001-09-122-8/+8
* Don't use a silly test to define INTR_ENTROPY.scottl2001-09-061-1/+1
* Bring the aac driver *much* closer to style(9).scottl2001-09-059-3225/+3407
* Sigh. There are actually two ioctls ranges that need to be watched on thescottl2001-09-031-1/+1
* Work around a bug where the driver's copy of the disklabel gets corruptedscottl2001-09-021-2/+7
* Restrict the range of linux ioctls we will accept.scottl2001-09-021-2/+2
* Doh! Fix a comma that disappeared along the way.scottl2001-08-301-1/+1
* Mega update to the aac driver.scottl2001-08-297-106/+696
* Clarify the description string for one of the StrongARM based cards.scottl2001-08-171-1/+2
* Adding missing () in a KASSERT format string.scottl2001-08-071-1/+1
* Make AAC_COMPAT_LINUX optional once again.scottl2001-08-061-4/+0
* Put the linux compat ioctl interface on death row. Add FreeBSDscottl2001-08-062-29/+91
* Missed this one in my 80-column sweep.scottl2001-08-061-8/+16
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-052-17/+14
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-053-3/+4
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-036-481/+696
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-0/+1
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-7/+0
* More new Dell PCI IDs.msmith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.msmith2001-04-261-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-2/+0
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromscottl2001-03-221-0/+2
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenscottl2001-03-211-4/+11
* This is an MFC candidate.gibbs2001-03-173-2/+6
* Fix a typo which would cause containers between 1GB and 2GB to have the wrongmsmith2001-03-161-1/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.scottl2001-03-071-11/+4
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Kill a warning by marking an unused function with __unused.jhb2001-01-231-1/+1
OpenPOWER on IntegriCloud