summaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_debug.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
2020-09-01aac: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2012-11-09Give panic format string to pacify clang warning.Roman Divacky
2010-04-13Whitespace cleanup, in advance of next sync with Adaptec's driver. NoEd Maste
2009-02-21Sync with the official Adaptec vendor driver:Attilio Rao
2008-03-24Diff reduction to Adaptec's driver (around build 15317): catch up with aEd Maste
2007-11-24Respell 'Conatainer' as 'Container'.Robert Watson
2005-10-08aac_intr0 rotted long ago, remove it.Scott Long
2005-08-08Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacScott Long
2004-12-09Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.Scott Long
2004-06-13Cast printf'ed values to intmax_t.David E. O'Brien
2004-02-07Remove the use of AACQ_COMPLETE here since there is no longer a completionScott Long
2004-02-06Make LINT compile on amd64Peter Wemm
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-01Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp
2003-04-01Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.Poul-Henning Kamp
2003-03-08Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp
2003-01-11Major bugfixes for large memory and fast systems.Scott Long
2002-05-24Fix deprecated use of label at end of compound statementPeter Wemm
2002-05-24Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm
2002-01-09Staticise the aac devclass.Mike Smith
2001-12-02Add functionality and fix bugs so the driver will work with soon-to-beScott Long
2001-09-05Bring the aac driver *much* closer to style(9).Scott Long
2001-08-29Mega update to the aac driver.Scott Long
2001-08-05Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long
2001-08-03Reformat for 80 columns. Sorry, but I had to do it.Scott Long
2001-03-17This is an MFC candidate.Justin T. Gibbs
2000-12-27Major bugfix and minor update. This should resolve the current issuesMike Smith
2000-09-13A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith