summaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_disk.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06aac: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2020-09-01aac: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2013-05-30Allow unmapped I/O via aacd(4). It shouldn't be too hard to add theMarius Strobl
2013-05-30- Remove pointless returns.Marius Strobl
2013-03-01- Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl
2012-07-18On BIO_ERROR, set bio_resid to stop losing data in the error case.Sean Bruno
2012-07-07Remove variables which are initialized but never used thereafterEitan Adler
2010-09-16Use device_printf where possible, and otherwise at least include theEd Maste
2010-04-13Whitespace cleanup, in advance of next sync with Adaptec's driver. NoEd Maste
2009-07-11Get correct maxio from the controller and drop the tunable.Jung-uk Kim
2008-04-03Allow crashdumps on machines with >4GB of RAM as long as the adapter canEd Maste
2008-03-25Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ AdaptecEd Maste
2008-03-24Diff reduction to Adaptec's driver (around build 15317): catch up with aEd Maste
2005-05-02Fix some busdma API violations in the dumpsys handler.Scott Long
2004-12-09Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.Scott Long
2004-08-12Remove the AAC_LOCK macros. They no longer abstract anything and onlyScott Long
2004-07-28Avoid casts as lvalues.Alexander Kabaev
2004-06-02Collapse sync fib locking into normal i/o locking. The former didn'tScott Long
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-02-18Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp
2003-10-21Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-20Fix build by correcting a wrong cast.Maxime Henrion
2003-08-19Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitScott Long
2003-06-19Fixing some glaring problems with aac_disk_dump().Scott Long
2003-03-08Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp
2003-03-01The aac driver has evolved enough over the last few months that it noScott Long
2003-02-26Bring aac out from under Giant:Scott Long
2003-02-26Move to 'struct disk*' APIScott Long
2003-02-21NO_GEOM cleanup:Poul-Henning Kamp
2003-02-21NO_GEOM cleanup:Poul-Henning Kamp
2003-01-11Major bugfixes for large memory and fast systems.Scott Long
2002-09-20(This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp
2002-09-20Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp
2002-04-27Add a CAM interface to the aac driver. This is useful in case you shouldScott Long
2002-04-24Prepare for a major update to the aac driver:Scott Long
2002-03-31The AAC, TWE and IDA diskdrivers cannot dump until I and msmithPoul-Henning Kamp
2002-01-09Staticise the aac devclass.Mike Smith
2001-12-03Use d_thread_t to reduce diffs between current and stable.Scott Long
2001-12-02Add functionality and fix bugs so the driver will work with soon-to-beScott Long
2001-11-13Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab
2001-09-12KSE Milestone 2Julian Elischer
2001-09-05Bring the aac driver *much* closer to style(9).Scott Long
2001-09-02Work around a bug where the driver's copy of the disklabel gets corruptedScott Long