summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifypeter2002-05-242-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* bzero out the sync command buffer when sending commands. This was causingscottl2002-05-032-5/+13
* Fix a bug where the aacp device would only talk to bus 0 on thescottl2002-04-301-7/+5
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-277-47/+983
* Prepare for a major update to the aac driver:scottl2002-04-245-259/+166
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofscottl2002-04-181-0/+2
* 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
OpenPOWER on IntegriCloud