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
/
pci
/
qli_pci.c
Age
Commit message (
Expand
)
Author
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-18
bus_dmamem_alloc() ...; bzero/memset(); ->
Owain Ainsworth
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-08-17
All callers of qli_get_fw_state() bzero the mbox memory, no need to do it
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2007-11-05
scsi_done() must be called at SPLBIO.
Kenneth R Westerback
2007-10-08
More simple memset(,0,) -> M_ZERO changes. In this batch move to
Kenneth R Westerback
2007-09-29
Add first part of queue magic to attach.
Marco Peereboom
2007-09-09
Add firmware control block structure.
Marco Peereboom
2007-09-08
Set external hw config according to nvram value.
David Collins
2007-09-06
Shuffle some things around to get rid of #ifdev's
Marco Peereboom
2007-09-06
Add nvram read and validate functions. ok marco@
David Collins
2007-09-05
Add MBOX debug flag.
Marco Peereboom
2007-09-05
Implement qli_allocmem and qli_freemem
Marco Peereboom
2007-09-05
Implement qli_get_fw_state and fix a typo.
Marco Peereboom
2007-09-04
Add mailbox command handler and "about firmware" command
Marco Peereboom
2007-08-31
Add qli (qlogic iscsi) HBA driver for further development in tree. Help
Marco Peereboom