summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.c
AgeCommit message (Expand)Author
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
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...Kenneth R Westerback
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
2004-11-13Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDKenneth R Westerback
2004-10-24More freebsd delta reduction. Eliminate use of NetBSD scsipi definesKenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
2004-10-24Minimize delta to FreeBSD in preparation for bringing in updates.Kenneth R Westerback
2004-09-24timedout is not an english word, complaint from theo, ok marcoHenning Brauer
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-06Remove __static inline to make the kernel ~24k smaller on i386 and make the d...Marco Peereboom
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom