| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Not built since 2006, and a mail from 2004 mentions no one having
hardware. Unsurprisingly it does not build with clang.
ok mlarkin@ krw@ deraadt@
|
|
|
|
|
|
| |
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request)
ok kettenis mlarkin, tested by many others too
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Change adapter_softc to point to a per-channel intermediary
object instead of pointing to the dpt_softc directly. This
removes dpt(4) dependency on scsibus unit numbers.
2. Fix dpt(4) to use a struct scsibus_attach_args instead of a
struct scsi_link for attaching the scsibus. (Evidently no one
has tried using dpt(4) since Nov 2006...)
ok krw@, miod@
|
|
|
|
| |
like we do in other SCSI drivers.
|
|
|
|
|
| |
ok dlg@; miod@ warns me to not hold my breath on anyone testing this
diff though...
|
|
|
|
|
|
| |
much for them to make sense anymore.
Diff prepared with sed; no change to dpt.o on i386.
|
|
|
|
| |
ok krw
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
void. Use XS_NO_CCB error in the scsi command (xs) to report the
NO_CCB condition. Eliminates all SUCCESSFULLY_QUEUED and COMPLETE
confusion and untangles the midlayer from the adapter a bit more.
Eyes and some fixes by miod@
There may be some compile issues on little used (i.e. I don't have
any) drivers but the change is mechanical and thus easy to remedy.
ok dlg@
|
|
|
|
|
|
| |
as additional argument. This will allow intermediate layers between
scsi devices such as sd and scsi host adapters to take appropriate
action if necessary.
|
|
|
|
|
|
|
| |
We can now just push unwanted ones back up into the SCSI layer
with NO_CCB like other drivers.
"Please do so" deraadt@
|
| |
|
|
driver to OpenBSD.
|