summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Major bugfixes for large memory and fast systems.scottl2003-01-111-39/+50
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644rwatson2002-12-271-2/+2
* 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-251-52/+0
* 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
* bzero out the sync command buffer when sending commands. This was causingscottl2002-05-031-5/+10
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-17/+120
* Prepare for a major update to the aac driver:scottl2002-04-241-189/+88
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-061-0/+40
* 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-091-2/+0
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-031-10/+14
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-021-26/+169
* - 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-121-6/+6
* Bring the aac driver *much* closer to style(9).scottl2001-09-051-1630/+1725
* Sigh. There are actually two ioctls ranges that need to be watched on thescottl2001-09-031-1/+1
* 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-291-74/+518
* Adding missing () in a KASSERT format string.scottl2001-08-071-1/+1
* Put the linux compat ioctl interface on death row. Add FreeBSDscottl2001-08-061-22/+22
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-051-0/+4
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-051-18/+51
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-051-1/+2
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-031-189/+271
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromscottl2001-03-221-0/+2
* This is an MFC candidate.gibbs2001-03-171-2/+2
* Kill a warning by marking an unused function with __unused.jhb2001-01-231-1/+1
* Remove a mismatched splbio() in aac_start (the called functions each protectmsmith2001-01-101-2/+1
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-271-196/+211
* Disable calling timeout() when doing bio. It was causing more prolems thanscottl2000-11-191-2/+8
* Further use of M_ZERO.dwmalone2000-11-181-3/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-4/+4
* First attempt at timeouts for bio commands sent to the controller. No retry isscottl2000-10-221-0/+33
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix compiling with AAC_DEBUG.scottl2000-09-301-1/+1
* Include <sys/proc.h> so that we can dereference something in the procmsmith2000-09-191-0/+1
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-131-0/+1896
OpenPOWER on IntegriCloud