summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isp_pci.c
AgeCommit message (Expand)Author
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-15remove conditional portion that was wrong and always false.christos
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-09-14Remove unused variablemartin
2011-05-24Use proper format stringjoerg
2011-02-28Update isp driver to be in sync with other platforms. Mostly very minor changesmjacob
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-12Oops. Don't forget to set the isp_port value based upon PCI function code.mjacob
2010-03-26Synchronize with other platforms:mjacob
2009-09-07Split device_t/softc.tsutsui
2009-06-25Update ISP driver to latest and greatest. Includes support for the 8Gb part.mjacob
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-07use aprint_*_dev and device_xname and get rid of isp_namecegger
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-06-26If we have 2K Login firmware for 23XX cards, remember to put out themjacob
2007-05-25Whoops- I almost forgot. Thank MetrumRG Associates for materialmjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-13Make the logic of handling the options right.cube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerschristos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-02-27nuke trailing whitespaceperry
2004-03-10Fixes for that only support for the 2030 can be compiled in.matt
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