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_common.c
Age
Commit message (
Expand
)
Author
2010-07-23
Manuel Bouyer rescinded clauses 3 and 4 of his license text.
Jonathan Gray
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-29
``beginning'' is spelled with 2 `g' and 3 `n'.
Miod Vallat
2008-08-31
Fix redundant device name and/or target printing after calling
Miod Vallat
2007-08-05
Add support for the (non-pci) NCR 53c720/770 in big-endian mode.
Mark Kettenis
2006-03-16
Comment out tekram_sync_table and only degine {,dt_}scf_period[] for
Miod Vallat
2005-11-25
FALLTHROUH -> FALLTHROUGH for lint.
Kenneth R Westerback
2005-11-20
Un-revert backout to 20051009 and add patches from Martin Bouyer to
Kenneth R Westerback
2005-11-03
revert to 20051009 for now, need to investigate strange behaviour with
Martin Reindl
2005-10-31
ammount -> amount
Miod Vallat
2005-10-10
Add handling for IGNORE WIDE RESIDUE messages. Actually calculate
Kenneth R Westerback
2005-10-08
More trailing whitespace removal (perry via NetBSD).
Kenneth R Westerback
2005-10-08
If SF_CHIP_AAIP is set then disable AIP to avoid confusing
Kenneth R Westerback
2004-07-21
remove hppa workarounds; from jkunz@ pr3861
Michael Shalayeff
2004-06-12
Add check for bp->b_bcount in siop_minphys() as other drivers have.
Kenneth R Westerback
2004-01-15
Provide explicit function argument declarations.
Miod Vallat
2003-10-27
disable tagging on hppa and thus effectively restrict to one command at a tim...
Michael Shalayeff
2003-09-29
e own SIOP_DEBUG define instea of the system-wide one;
Michael Shalayeff
2003-07-01
Don't dma map the xs->cmd. Copy it to a safe buffer that is already
Kenneth R Westerback
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-09-16
Resync siop with NetBSD. Make strong effort to minimize
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-30
From NetBSD: add __packed__ attribute to hardware structure that
Kenneth R Westerback
2001-10-08
Complete (I hope) the changes to siop that make it pay attention
Kenneth R Westerback
2001-08-18
Make siop pay attention to quirks table. This not only eliminates the
Kenneth R Westerback
2001-08-06
Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR.
Kenneth R Westerback
2001-06-25
Revert change to using sc_link in calls to siop_print_info().
Kenneth R Westerback
2001-06-24
Pass the device's scsi_link to siop_print_info(), instead of the
Kenneth R Westerback
2001-04-15
Support U160 on 53c1010 chips.
Kenneth R Westerback
2001-03-10
First support for 53c1010 chip. This enables support up to U2W for
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
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