summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.c
AgeCommit message (Expand)Author
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2018-02-06remove a bit of dead code. ok bluhm deraadtTed Unangst
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2016-08-31Remove unnecessary 'error' assignmentTom Cosgrove
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-12-06typo in log entrymmcc
2015-07-17Nuke a bunch of leading and trailing whitespace so I don't go blindKenneth R Westerback
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-03Remove num_chip_names.Brad Smith
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-04-19Fix potential null dereference.Charles Longeau
2010-09-22remove a leftover debug printfJonathan Gray
2009-12-10remove dead assignment and newly created unused variable.Charles Longeau
2009-07-11Nuke an '__inline' that upset clang. Multi-line function should notKenneth R Westerback
2008-06-25do not print scsi id, since scsibus does that now; ok krwTheo de Raadt
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-05-09diable -> disableMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-17fix typo in commentTodd T. Fries
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer
2006-07-30Make [ahc|ahd]_print_register() consistant, since they are both calledKenneth R Westerback
2006-07-30Be consistant and always check for non-NULL pointer before assigning into it.Kenneth R Westerback
2005-12-28Strip out fancy timeout code that attempts to mimic FreeBSD's threadKenneth R Westerback
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2005-11-27Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() onKenneth R Westerback
2005-11-20fix dmesg printing so the adapter info has a proper dmesg entryBrad Smith
2005-10-04Sync with new aicasm.c. No functional change.Kenneth R Westerback
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-20Activate packetized status handling.Kenneth R Westerback
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-13Oops. Missed one chunk when sync'ing with FreeBSD r1.30.Kenneth R Westerback
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-11Invert the polarity of two tests in the recovery code that could causeKenneth R Westerback
2004-12-11Correct a very rare case where command ordering could be compromisedKenneth R Westerback
2004-12-10Factor out repeated code into ahd_done_with_status().Kenneth R Westerback
2004-12-10Include scsi id in debug message for queued SCB's.Kenneth R Westerback
2004-11-23More FreeBSD delta reduction. Use aic_* defines rather than ahd_* oneKenneth R Westerback