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
/
qlw.c
Age
Commit message (
Expand
)
Author
2014-04-06
Rework the command polling loop in a similar fashion as was done for qla(4).
Mark Kettenis
2014-04-06
Clear the interrupt before reading the response queue pointer register in
Mark Kettenis
2014-03-31
Slightly better debugging code.
Mark Kettenis
2014-03-18
Remove timeout logic from the polling loop. It causes more problems than it
Mark Kettenis
2014-03-16
Patch up the firmware revision for the ISP1000 firmware since it doesn't
Mark Kettenis
2014-03-15
ISP1000 SBus support for qlw(4).
Mark Kettenis
2014-03-15
More ISP1000 (SBus) bits.
Mark Kettenis
2014-03-15
The ISP1000 firmware doesn't support the _A64 mailbox command variants. Since
Mark Kettenis
2014-03-15
Only issue SET_FIRMWARE_FEATURES command if we actually have any firmware
Mark Kettenis
2014-03-15
Fix pasto in error message.
Mark Kettenis
2014-03-13
When polling for command completion, clear the interrupt before reading the
Mark Kettenis
2014-03-13
Decouple the sizes of the request and response queues, and reduce the size of
Mark Kettenis
2014-03-08
Only attempt to load firmware if we actually have some.
Mark Kettenis
2014-03-08
Attempt to recover if wide and/or synchronous transfers fail.
Mark Kettenis
2014-03-08
A bit of spring cleaning.
Mark Kettenis
2014-03-08
Enable tagged queueing.
Mark Kettenis
2014-03-08
Check the appropriate struct member for the various SDEV_* quirks.
Mark Kettenis
2014-03-08
Enable DMA bursting. Not sure it actually makes things faster, but both
Mark Kettenis
2014-03-07
Make sure a SCSI initiator ID provided by Open Firmware overrides the value
Mark Kettenis
2014-03-07
Reduce the number of ccbs by a factor three since we need up to three request
Mark Kettenis
2014-03-07
Provide the appropriate default values for the SCSI initiaror ID on sgi and
Mark Kettenis
2014-03-05
Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only
Mark Kettenis