summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Allow crashdumps on machines with >4GB of RAM as long as the adapter canemaste2008-04-031-13/+54
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptecemaste2008-03-251-3/+6
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-241-11/+7
* Fix some busdma API violations in the dumpsys handler.scottl2005-05-021-2/+7
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-091-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-121-2/+2
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Collapse sync fib locking into normal i/o locking. The former didn'tscottl2004-06-021-1/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-13/+15
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Fix build by correcting a wrong cast.mux2003-08-201-1/+1
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitscottl2003-08-191-1/+2
* Fixing some glaring problems with aac_disk_dump().scottl2003-06-191-2/+18
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+0
* The aac driver has evolved enough over the last few months that it noscottl2003-03-011-20/+2
* Bring aac out from under Giant:scottl2003-02-261-2/+5
* Move to 'struct disk*' APIscottl2003-02-261-45/+22
* NO_GEOM cleanup:phk2003-02-211-3/+5
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Major bugfixes for large memory and fast systems.scottl2003-01-111-2/+7
* (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-201-2/+6
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-1/+1
* Prepare for a major update to the aac driver:scottl2002-04-241-64/+65
* The AAC, TWE and IDA diskdrivers cannot dump until I and msmithphk2002-03-311-1/+6
* Staticise the aac devclass.msmith2002-01-091-1/+1
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-031-3/+3
* Add functionality and fix bugs so the driver will work with soon-to-bescottl2001-12-021-2/+2
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Bring the aac driver *much* closer to style(9).scottl2001-09-051-200/+213
* Work around a bug where the driver's copy of the disklabel gets corruptedscottl2001-09-021-2/+7
* Mega update to the aac driver.scottl2001-08-291-9/+107
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-051-17/+10
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-051-0/+2
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-031-18/+30
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-7/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenscottl2001-03-211-4/+11
* 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
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-271-2/+5
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-131-0/+296
OpenPOWER on IntegriCloud