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
/
aic79xx_openbsd.c
Age
Commit message (
Expand
)
Author
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
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
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
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-10-06
Use correct timer when reinstating timeouts. Adapted from FreeBSD
Kenneth R Westerback
2004-12-30
Current ahd timeout code does nothing. Add fbsd style timeout
Kenneth R Westerback
2004-12-28
Don't allow an infinite number of SCSI bus resets per i/o.
Kenneth R Westerback
2004-12-27
Fix tag handling for non-U320/packetized devices. Allow tags for these
Kenneth R Westerback
2004-12-24
Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No
Kenneth R Westerback
2004-12-20
In the rare case that SCSI_RESET is set, ensure that xs->stimeout is
Kenneth R Westerback
2004-12-20
Activate packetized status handling.
Kenneth R Westerback
2004-12-19
Reduce delta to FreeBSD by adding and using ahd_alloc() rather than
Kenneth R Westerback
2004-12-13
Use millisends rather than microseconds in parameters to timer
Kenneth R Westerback
2004-11-23
More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one
Kenneth R Westerback
2004-11-18
More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...
Kenneth R Westerback
2004-11-14
More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and
Kenneth R Westerback
2004-10-10
Work around "overlapped command" issue on devices that are slower than U320. ...
Marco Peereboom
2004-08-23
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
Marco Peereboom
2004-08-13
Fix issue with auto request sense handling for both ahc and ahd.
Kenneth R Westerback
2004-08-06
Remove __static inline to make the kernel ~24k smaller on i386 and make the d...
Marco Peereboom
2004-06-22
Enable ahd interrupts and reset the channel before scanning the bus
Kenneth R Westerback
2004-06-21
Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.
Kenneth R Westerback
2004-05-25
Attach scsi bus, find devices without crashing, successfully do simple
Kenneth R Westerback
2004-05-20
Remove bogus $Id.
Marco Peereboom
2004-05-20
Add ahd. ok krw@
Marco Peereboom