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
/
siop.c
Age
Commit message (
Expand
)
Author
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-30
From NetBSD: add __packed__ attribute to hardware structure that
Kenneth R Westerback
2001-10-26
Allocate an appropriate number of cbd's for each discovered LUN
Kenneth R Westerback
2001-10-08
Complete (I hope) the changes to siop that make it pay attention
Kenneth R Westerback
2001-08-26
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-08-18
Make siop pay attention to quirks table. This not only eliminates the
Kenneth R Westerback
2001-07-04
Embedding newlines in strings is a bad idea, and prints out badly.
Marc Espie
2001-06-25
Revert change to using sc_link in calls to siop_print_info().
Kenneth R Westerback
2001-06-24
Remove an over-optimization from the polling loop of siop_scsicmd(),
Kenneth R Westerback
2001-06-24
Pass the device's scsi_link to siop_print_info(), instead of the
Kenneth R Westerback
2001-04-23
Clean up supposedly 'impossible' case in siop_intr() so
Kenneth R Westerback
2001-04-15
Support U160 on 53c1010 chips.
Kenneth R Westerback
2001-03-06
1) Enable tag queuing.
Kenneth R Westerback
2001-03-01
Typo police: various misspelling, capitalizations, etc.
Kenneth R Westerback
2001-02-20
If you can't do wide xfers, don't tempt the targets by offering
Kenneth R Westerback
2001-02-20
Tone down the verbosity level on the siop driver, print negotiation
Kenneth R Westerback
2001-02-15
Import siop, a replacement for the ncr SCSI driver, from NetBSD.
Kenneth R Westerback