summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isp_pci.c
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-08-07Add in changes from Matt Thomas to check for 64 bit PCI stuff.mjacob
2003-05-03DMA, not dma nor Dma.wiz
2002-11-25Add ULL to 64-bit integer constants.thorpej
2002-10-18Put in, sight unseen, changes which should enable 10160 support.mjacob
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-12Various changes to allow for overriding just loopid and/or iid.mjacob
2002-06-15Make all 23XX cards 'touched'. We seem to, too often, hang when tryingmjacob
2002-05-17Slight touchup on last change- make sure HBA_BOTCH is set (just in casemjacob
2002-05-12If a dma map can't be loaded due to resource shortage, make we report thatmatt
2002-04-28suggestion from Jason: have (in non-verbose boot case) card type printed outmjacob
2002-03-22Handle Port Unavailable the same as Port Logout (i.e., send a LIP).mjacob
2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-11-13add RCSIDlukem
2001-10-06Respect QLogic's errata- read BIU_ISR even on the 2300mjacob
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-06-14Ooops- we need to allocate an array of pointers to scsipi_xfer structuresmjacob
2001-03-14Clean up licence a bit. ANSIfy.mjacob
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2001-02-12set default HBA rolemjacob
2000-12-30Use bootverbose to now set whether or not we addmjacob
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-28Apply Bill Sommerfeld's -Wformat changes.mjacob
2000-12-23Fix pathnames in comment.wiz
2000-12-09Finally fix this driver to be sensible about the ENDIAN dance. It's notmjacob
2000-12-06Correct omission by the previous committer.mjacob
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-10-17quiet chatty boot messagesmjacob
2000-10-16Remember to establish default PORT WWN. Add in some LOGDEBUG2 messagesmjacob
2000-08-14Add a maintenance note. Minor change in some logic in the DMA mapping.mjacob
2000-08-03More compilation breakage in the non-DEBUG casemjacob
2000-08-02Fix bonehead bug for compiles w/o DEBUG setmjacob
2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob
2000-07-05Use new isp_handle_index function. Redo how firmware is checked formjacob
2000-02-19Support for > 12 byte commands for parallel SCSI.mjacob
2000-02-12add (untested in NetBSD yet) Qlogic 12160 (Ultra3) suppotmjacob
1999-12-20get back to looking at config flagsmjacob
1999-12-16Dual LVD (1280) support.mjacob
1999-12-04request/response queues now indexed via u_int16_t. Add back in f/w inclusionmjacob
1999-10-28Remove reference to loadable f/w.mjacob
1999-10-17Oops- missed a MAXISPREQUEST sized thing- these are all gone now. It's amazingmjacob
1999-10-17stylistic cleanupsmjacob
1999-10-14F/W version no longer relevant. Only do WWN seed for FC cards.mjacob
1999-09-30Update for SCSPI changes.thorpej
1999-07-05Change to approved NASA/Ames copyright. Add in Qlogic 2200 support.mjacob