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
/
iha.c
Age
Commit message (
Expand
)
Author
2004-01-19
Rename a few defines to avoid namespace pollution. The only one used was 'REA...
Kenneth R Westerback
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-03-30
As long as I am here pull in some useful changes from NetBSD.
Kenneth R Westerback
2003-03-29
A few final (I hope) tweaks to the dma fixes.
Kenneth R Westerback
2003-03-29
Another chunk of bus_dma fixes. May actually approach correctness now.
Kenneth R Westerback
2003-03-29
Use sc_print_addr() where possible to improve messages.
Kenneth R Westerback
2003-03-28
Fix REQUEST SENSE handling based on lessons learned struggling with
Kenneth R Westerback
2002-11-14
Rework iha copyight verbiage to make clear what needs to be clear for
Kenneth R Westerback
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-06-09
fix the use of "cuz" in the tree; these are all in comments
Jason Peel
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-11
Remove local defines for SCSI status codes and use those now
Kenneth R Westerback
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-14
Andreas Gunnarsson found a bug in iha that causes system crashes
Kenneth R Westerback
2001-08-26
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-07-13
Change references to inic-950 to inic-940/950 to reflect chips
Kenneth R Westerback
2001-07-13
Remove static'ness of functions in line with normal OpenBSD
Kenneth R Westerback
2001-07-10
Use offsetof() from sys/param.h, not a local define.
Kenneth R Westerback
2001-07-09
Minor code clean ups.
Kenneth R Westerback
2001-07-09
Fix incorrect logic 'optimization' so that sync is negotiated even if
Kenneth R Westerback
2001-02-20
Tone down the verbosity level slightly on the iha driver, print
Kenneth R Westerback
2001-02-08
Use <scsi/scsi_message.h> defines rather than homegrown ones.
Kenneth R Westerback
2001-01-23
Add support for Initio INI-91xx SCSI Cards
Kenneth R Westerback