| Age | Commit message (Expand) | Author |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-15 | remove conditional portion that was wrong and always false. | christos |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2016-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-09-14 | Remove unused variable | martin |
| 2011-05-24 | Use proper format string | joerg |
| 2011-02-28 | Update isp driver to be in sync with other platforms. Mostly very minor changes | mjacob |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-12 | Oops. Don't forget to set the isp_port value based upon PCI function code. | mjacob |
| 2010-03-26 | Synchronize with other platforms: | mjacob |
| 2009-09-07 | Split device_t/softc. | tsutsui |
| 2009-06-25 | Update ISP driver to latest and greatest. Includes support for the 8Gb part. | mjacob |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-04-07 | use aprint_*_dev and device_xname and get rid of isp_name | cegger |
| 2008-03-11 | Checkpoint of some fairly major isp(4) rototilling. | mjacob |
| 2007-06-26 | If we have 2K Login firmware for 23XX cards, remember to put out the | mjacob |
| 2007-05-25 | Whoops- I almost forgot. Thank MetrumRG Associates for material | mjacob |
| 2007-05-24 | Major update to isp(4) driver to bring it in line with external sources. | mjacob |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-13 | Make 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-02 | add missing initializers | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - const poisoning | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-10 | Fixes for that only support for the 2030 can be compiled in. | matt |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-08-07 | Add in changes from Matt Thomas to check for 64 bit PCI stuff. | mjacob |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-11-25 | Add ULL to 64-bit integer constants. | thorpej |
| 2002-10-18 | Put in, sight unseen, changes which should enable 10160 support. | mjacob |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-08-12 | Various changes to allow for overriding just loopid and/or iid. | mjacob |
| 2002-06-15 | Make all 23XX cards 'touched'. We seem to, too often, hang when trying | mjacob |
| 2002-05-17 | Slight touchup on last change- make sure HBA_BOTCH is set (just in case | mjacob |
| 2002-05-12 | If a dma map can't be loaded due to resource shortage, make we report that | matt |
| 2002-04-28 | suggestion from Jason: have (in non-verbose boot case) card type printed out | mjacob |
| 2002-03-22 | Handle Port Unavailable the same as Port Logout (i.e., send a LIP). | mjacob |
| 2002-02-21 | Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option). | mjacob |
| 2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-06 | Respect QLogic's errata- read BIU_ISR even on the 2300 | mjacob |