summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644rwatson2002-12-271-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andscottl2002-12-121-5/+5
* Fix mis-indentation.phk2002-10-201-15/+15
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-252-52/+84
* use __packed.alfred2002-09-231-41/+41
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-11/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-202-3/+6
* The aac driver needs 256K of contiguous physical memory in order toscottl2002-08-301-3/+4
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+1
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-102-10/+9
* 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
OpenPOWER on IntegriCloud