summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic7xxx_openbsd.h
AgeCommit message (Expand)Author
2012-02-12use the barrier before the inb; not instead ofTheo de Raadt
2012-02-11This code used to do a register read to force a barrier -- that is notTheo de Raadt
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-05-02Eliminate unused inline functions and replace ahc_lock() whichKenneth R Westerback
2005-12-28Oops. Missed file from previous commit.Kenneth R Westerback
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-06-01De-inline a few functions if option SMALL_KERNEL, and do not compileMiod Vallat
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-01-17Major stability improvement. Fix a variety of systems and problemsKenneth 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
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-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