summaryrefslogtreecommitdiff
path: root/sys/dev/pci/qli_pci.c
AgeCommit message (Expand)Author
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2007-11-05scsi_done() must be called at SPLBIO.Kenneth R Westerback
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-09-29Add first part of queue magic to attach.Marco Peereboom
2007-09-09Add firmware control block structure.Marco Peereboom
2007-09-08Set external hw config according to nvram value.David Collins
2007-09-06Shuffle some things around to get rid of #ifdev'sMarco Peereboom
2007-09-06Add nvram read and validate functions. ok marco@David Collins
2007-09-05Add MBOX debug flag.Marco Peereboom
2007-09-05Implement qli_allocmem and qli_freememMarco Peereboom
2007-09-05Implement qli_get_fw_state and fix a typo.Marco Peereboom
2007-09-04Add mailbox command handler and "about firmware" commandMarco Peereboom
2007-08-31Add qli (qlogic iscsi) HBA driver for further development in tree. HelpMarco Peereboom