summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic7xxx_openbsd.c
AgeCommit message (Expand)Author
2006-03-04All CAM_* values stored in xs->error must be 'interpreted' byKenneth R Westerback
2005-12-28Strip out fancy timeout code that attempts to mimic FreeBSD's threadKenneth R Westerback
2005-11-02It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.Kenneth R Westerback
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2005-01-12Don't call ahc_setup_data() after calling ahc_execute_scb() since theKenneth R Westerback
2005-01-08fix conflicting types for ahc_send_async().Kevin Lo
2004-12-28Don't allow an infinite number of SCSI bus resets per i/o.Kenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
2004-09-24timedout is not an english word, complaint from theo, ok marcoHenning Brauer
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-01-24Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.Kenneth R Westerback
2004-01-17Major stability improvement. Fix a variety of systems and problemsKenneth R Westerback
2004-01-17Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.Kenneth R Westerback
2004-01-07Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set.Kenneth R Westerback
2004-01-05Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}Kenneth R Westerback
2003-12-28Give i/o's requeued as a result of aborts, timeouts, etc. a status ofKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-29more dmamp_sync()s; krw@ okMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn
2003-01-05spellingTheo de Raadt
2002-09-06Share interrupts nicely. Add tag type.Steve Murphree
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-07-01Ensure scb is setup correctly. Add debugging info.Steve Murphree
2002-06-28Move the calculation of sc_link->openings to after the printf aboutTodd C. Miller
2002-06-28Return of new ahcSteve Murphree
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Fix *some* problems with new ahc driver that were surfaced withKenneth R Westerback
2002-02-16New port of FreeBSD's ahc driverSteve Murphree