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