summaryrefslogtreecommitdiff
path: root/sys/dev/pci/qli_pci.c
AgeCommit message (Expand)Author
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-18bus_dmamem_alloc() ...; bzero/memset(); ->Owain Ainsworth
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-08-17All callers of qli_get_fw_state() bzero the mbox memory, no need to do itMiod Vallat
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