summaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r188896Ed Maste2009-10-281-7/+8
* MFC - diff reduction w/ HEADEd Maste2008-03-311-0/+1
* Merge aac_debug.c:1.23 from HEAD to RELENG_7:Robert Watson2007-11-271-11/+11
* aac_intr0 rotted long ago, remove it.Scott Long2005-10-081-14/+0
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacScott Long2005-08-081-1/+0
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.Scott Long2004-12-091-1/+1
* Cast printf'ed values to intmax_t.David E. O'Brien2004-06-131-3/+3
* Remove the use of AACQ_COMPLETE here since there is no longer a completionScott Long2004-02-071-3/+0
* Make LINT compile on amd64Peter Wemm2004-02-061-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-2/+1
* Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.Poul-Henning Kamp2003-04-011-0/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Major bugfixes for large memory and fast systems.Scott Long2003-01-111-0/+5
* Fix deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm2002-05-241-1/+1
* Staticise the aac devclass.Mike Smith2002-01-091-2/+2
* Add functionality and fix bugs so the driver will work with soon-to-beScott Long2001-12-021-2/+2
* Bring the aac driver *much* closer to style(9).Scott Long2001-09-051-368/+422
* Mega update to the aac driver.Scott Long2001-08-291-2/+0
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-051-0/+3
* Reformat for 80 columns. Sorry, but I had to do it.Scott Long2001-08-031-111/+165
* This is an MFC candidate.Justin T. Gibbs2001-03-171-0/+2
* Major bugfix and minor update. This should resolve the current issuesMike Smith2000-12-271-1/+11
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-131-0/+426