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
2010-06-02
dont drop out of handling a command if ITSDONE is set. return a better
David Gwynne
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-20
Remove horrible hack in ahc/ahd that made some commands retry
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-25
dontqueue is set but never used. garbage collect it.
Kenneth R Westerback
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-10-20
Put scsi_done() invocations inside existing splbio/splx pairs to make
Kenneth R Westerback
2007-09-07
The obvious bzero/memset -> M_ZERO changes.
Kenneth R Westerback
2007-08-04
Since ahc_controller_info()'s definition is inside #ifndef DEBUG, put
Kenneth R Westerback
2007-05-02
Eliminate unused inline functions and replace ahc_lock() which
Kenneth R Westerback
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
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