Age | Commit message (Expand) | Author |
2015-07-17 | Nuke a bunch of leading and trailing whitespace so I don't go blind | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-03 | Remove num_chip_names. | Brad Smith |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2010-09-22 | remove a leftover debug printf | Jonathan Gray |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-07-11 | Nuke an '__inline' that upset clang. Multi-line function should not | Kenneth R Westerback |
2008-06-25 | do not print scsi id, since scsibus does that now; ok krw | Theo de Raadt |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-05-09 | diable -> disable | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-17 | fix typo in comment | Todd T. Fries |
2006-10-10 | fix a small typo (in a comment). ok kettenis. | Marc Balmer |
2006-07-30 | Make [ahc|ahd]_print_register() consistant, since they are both called | Kenneth R Westerback |
2006-07-30 | Be consistant and always check for non-NULL pointer before assigning into it. | Kenneth R Westerback |
2005-12-28 | Strip out fancy timeout code that attempts to mimic FreeBSD's thread | Kenneth R Westerback |
2005-11-29 | Fix bus_dma code to eliminate my busted logic, align usage with man | Kenneth R Westerback |
2005-11-27 | Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() on | Kenneth R Westerback |
2005-11-20 | fix dmesg printing so the adapter info has a proper dmesg entry | Brad Smith |
2005-10-04 | Sync with new aicasm.c. No functional change. | Kenneth R Westerback |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-02-20 | Do not confuse syslog by printing messages starting with '<'. | Miod Vallat |
2004-12-30 | Current ahd timeout code does nothing. Add fbsd style timeout | Kenneth R Westerback |
2004-12-20 | Activate packetized status handling. | Kenneth R Westerback |
2004-12-19 | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than | Kenneth R Westerback |
2004-12-13 | Oops. Missed one chunk when sync'ing with FreeBSD r1.30. | Kenneth R Westerback |
2004-12-13 | Use millisends rather than microseconds in parameters to timer | Kenneth R Westerback |
2004-12-11 | Invert the polarity of two tests in the recovery code that could cause | Kenneth R Westerback |
2004-12-11 | Correct a very rare case where command ordering could be compromised | Kenneth R Westerback |
2004-12-10 | Factor out repeated code into ahd_done_with_status(). | Kenneth R Westerback |
2004-12-10 | Include scsi id in debug message for queued SCB's. | Kenneth R Westerback |
2004-11-23 | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one | Kenneth R Westerback |
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v... | Kenneth R Westerback |
2004-11-14 | More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and | Kenneth R Westerback |
2004-11-13 | Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSD | Kenneth R Westerback |
2004-10-24 | More freebsd delta reduction. Eliminate use of NetBSD scsipi defines | Kenneth R Westerback |
2004-10-24 | Shuffle defines around so that ahc and ahd use the aic_ names that | Kenneth R Westerback |
2004-10-24 | Minimize delta to FreeBSD in preparation for bringing in updates. | Kenneth R Westerback |
2004-09-24 | timedout is not an english word, complaint from theo, ok marco | Henning Brauer |
2004-09-18 | support microcode being const; krw@ ok | Michael Shalayeff |