aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Fix mis-indentation.Poul-Henning Kamp2002-10-201-15/+15
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* The AAC_COMPAT_LINUX option was really annoying, since it made theScott Long2002-09-252-52/+84
* use __packed.Alfred Perlstein2002-09-231-41/+41
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-11/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-202-3/+6
* The aac driver needs 256K of contiguous physical memory in order toScott Long2002-08-301-3/+4
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-1/+1
* Fix GET_TRAN_SETTINGS to be more correct.Scott Long2002-08-102-10/+9
* Fix deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm2002-05-242-2/+2
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Update the PCI table as per Dell's fickleness.Scott Long2002-05-121-2/+2
* bzero out the sync command buffer when sending commands. This was causingScott Long2002-05-032-5/+13
* Fix a bug where the aacp device would only talk to bus 0 on theScott Long2002-04-301-7/+5
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-277-47/+983
* Prepare for a major update to the aac driver:Scott Long2002-04-245-259/+166
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofScott Long2002-04-181-0/+2
* Add support for the Dell 2650Scott Long2002-04-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Add support for the PERC3/Di found in the Dell 1650Scott Long2002-04-021-0/+1
* The AAC, TWE and IDA diskdrivers cannot dump until I and msmithPoul-Henning Kamp2002-03-311-1/+6
* Add ID's for a couple of upcoming cards.Scott Long2002-02-131-0/+4
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-064-0/+51
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-3/+2
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-2/+7
* Staticise the aac devclass.Mike Smith2002-01-095-6/+5
* 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-3225/+3407
* 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