summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2014-03-07Provide the appropriate default values for the SCSI initiaror ID on sgi andMark Kettenis
2014-03-07Duplicate enum values are a bad idea.Mark Kettenis
2014-03-05Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlyMark Kettenis
2014-02-23when built without firmware, check that the chip already has firmwareJonathan Matthew
2014-02-22refactor firmware loading with a function pointerTheo de Raadt
2014-02-20More turd shining; cleanup the message that prints the firmware revision andMark Kettenis
2014-02-20revert previous commit; didn't intend to commit those bitsMark Kettenis
2014-02-20Avoid printing the "nvram corrupt" message for onboard 2200s found on SunMark Kettenis
2014-02-20jsg@ pointed out i am bad at loops.David Gwynne
2014-02-20knfDavid Gwynne
2014-02-20pull the isr reads out into per chip variants we get to via pointersDavid Gwynne
2014-02-19tweak the response queue handling so it looks like qle. the importantDavid Gwynne
2014-02-19remove some dead code - all the chips we handle can do type 4 commands,Jonathan Matthew
2014-02-18convert printfs into a few different debug categories, leaving portJonathan Matthew
2014-02-14remove isp24xx-related code. it doesn't work, qle(4) replaces it, andJonathan Matthew
2014-02-13fix previous errorneous constants (compiled against the old header)pelikan
2014-02-13Recognize SATA-III ports in dmesg.pelikan
2014-02-11fix endianness of fc4 type registration (again), and don't bother printingJonathan Matthew
2014-02-10Build isp2xxx firmware into separate object files so we only includeJonathan Matthew
2014-02-06missing define for qla2100 supportJonathan Matthew
2014-02-06Almost-working QLA2100 support. This appears to be the best I can do forJonathan Matthew
2014-02-05Avoid calling delay(9) between checking and clearing the interrupt status bits.Mark Kettenis
2014-02-05Punt on handling responses if we haven't allocated the response queue yet.Mark Kettenis
2014-02-03use the same option as isp(4) to build without firmware.Jonathan Matthew
2014-02-02carve up qla_attach() into bits we can use to process loop and fabric changesJonathan Matthew
2014-02-02Rearrange interrupt register processing for 2200s. The mailbox semaphoreJonathan Matthew
2014-02-01On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that canMark Kettenis
2014-01-30the option bit for controlling fast posting is in icb_fw_options, notJonathan Matthew
2014-01-30don't do a register test mailbox command before resetting the chip.Jonathan Matthew
2014-01-30Set port and node WWN in scsi_link structure when we successfully probe aMark Kettenis
2014-01-26Quoting an old commit message:Miod Vallat
2014-01-24treat C_SCSIXFER as a reference count and use it as a guard to pool_put.David Gwynne
2014-01-22fix endianness for FC4 type registrationJonathan Matthew
2014-01-22dont piggyback on C_PRIVATEXFER because it must not touch splx.David Gwynne
2014-01-21add a missing printf argumentJonathan Gray
2014-01-21Add support for ISP2200 based adapters.Jonathan Matthew
2014-01-21The semaphore register does need to be cleared when clearing interrupts,Jonathan Matthew
2014-01-21Stop using 23xx-specific interrupt status codes everywhere. Instead, classifyJonathan Matthew
2014-01-20With 2K login firmware, the login option bits are in mbox register 10.Jonathan Matthew
2014-01-20bzero to memsetDavid Gwynne
2014-01-20bcopy to memcpyDavid Gwynne
2014-01-19Better interrupt handler return values. 1 if the chip said it wanted anJonathan Matthew
2014-01-19Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxJonathan Matthew
2014-01-18move the declaration of ncr53c9x_scsi_cmd into the .c file, its the onlyDavid Gwynne
2014-01-18replace XS_NO_CCB with an iopool around the ecb_pool.David Gwynne
2014-01-18get rid of a XS_NO_CCB thats caused by a failure to allocate theDavid Gwynne
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2014-01-18move atapiscsi to iopools by making the entire ata layer use them too.David Gwynne
2014-01-18move away from XS_NO_CCB to iopools. all instances of this driver share aDavid Gwynne
2014-01-18replace XS_NO_CCB with iopools.David Gwynne