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
/
pv
/
xbf.c
Age
Commit message (
Expand
)
Author
2020-10-15
Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
Kenneth R Westerback
2020-10-15
Nuke commented out variable declaration.
Kenneth R Westerback
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
Kenneth R Westerback
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
Kenneth R Westerback
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2020-07-22
Nuke unused struct scsi_link members of adapter softc's where the
Kenneth R Westerback
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
2020-07-11
Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
Kenneth R Westerback
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to
Kenneth R Westerback
2020-06-24
Nuke some pointless *_dev_probe() and *_dev_free() functions and
Kenneth R Westerback
2020-02-12
Bring a few stragglers into line with the idiom used by the other 40+
Kenneth R Westerback
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
Kenneth R Westerback
2020-01-26
Shuffle some names around to make reading the code less headache
Kenneth R Westerback
2020-01-22
xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@
cheloha
2017-07-17
Grant table entries must be disassociated once CCB is complete
Mike Belopuhov
2017-06-07
Acquire submit queue mutex only once per xbf_complete_cmd invocation
Mike Belopuhov
2017-06-06
Rewrite the driver to handle 64kb transfers
Mike Belopuhov
2017-06-06
Call xbf_intr for polled transfers that can't sleep
Mike Belopuhov
2017-03-19
Fixup starting block number calculation for bounced transfers
Mike Belopuhov
2017-03-19
Fixup return values to properly handle transfer submission errors
Mike Belopuhov
2017-03-13
Fixup format strings in debug messages found by cppcheck
Mike Belopuhov
2017-03-13
Fixup format string and type issues found by cppcheck
Mike Belopuhov
2017-02-24
Update license
Mike Belopuhov
2017-02-08
Improve error handling for poll timeouts
Mike Belopuhov
2017-02-08
Specify the read/write DMA flag for bounce buffers
Mike Belopuhov
2017-02-08
Cleanup the device removal path
Mike Belopuhov
2017-02-08
Switch to Xen interrupt barrier and improve state transitions
Mike Belopuhov
2017-02-08
Abort transactions with non-retriable error when device is stopped
Mike Belopuhov
2017-02-06
Fixup a few errors, make detaching more robust
Mike Belopuhov
2017-02-06
Use separate compile time debug flags for xen, xnf and xbf
Mike Belopuhov
2017-01-19
No need for conditionals around free(9)
Mike Belopuhov
2017-01-18
Don't forget to free bounce buffer data when destroying the ring
Mike Belopuhov
2016-12-23
Implement disk detaching
Mike Belopuhov
2016-12-15
fix build when DIAGNOSTIC is not defined
Jonathan Gray
2016-12-14
Various typos and minor cleanup
Mike Belopuhov
2016-12-13
Bounce unaligned transfer data through a scratch buffer
Mike Belopuhov
2016-12-13
Poll until the ITSDONE flag is set on the transfer
Mike Belopuhov
2016-12-10
Bring back the sector count variable as it's used in the debug printf
Mike Belopuhov
2016-12-10
Don't fail if optional feature properties aren't found
Mike Belopuhov
2016-12-09
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-08
Silence scan-build; with prodding from jsg@
Mike Belopuhov
2016-12-07
Add required padding to the response descriptor
Mike Belopuhov
2016-12-07
Response status field is signed; adjust the debug message
Mike Belopuhov
2016-12-07
Fall back to the minimum amount of ring pages
Mike Belopuhov
2016-12-07
splbio isn't doing us any good here and prevents polling from working
Mike Belopuhov
[next]