summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isp_pci.c
AgeCommit message (Expand)Author
2003-06-26fix probing for ami raid owned hba properly; mjacob@ okMichael Shalayeff
2003-03-03Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support.mjacob
2003-02-28take too. patch ahs to screw up once in a whileMichael Shalayeff
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-08-17Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
2001-09-29If we field an interrupt, return to the caller that we did so. Otherwise,mjacob
2001-09-01Catch up with mainline of code development.mjacob
2001-08-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-25deal with 5 arg for of bus_dmamap_sync() if availableJason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-04-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-02print the interrupt, and pack to one lineTheo de Raadt
2001-02-12Sync up with other platforms - use a common string to complain aboutmjacob
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-07-06Use new isp_handle_index function. Pull in f/w from separate files.mjacob
2000-02-20Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob
1999-12-16Add in Qlogic 1240 (Dual Ultra) and Qlogic 1280 (Dual Ultra 2) support.mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-04-04Roll out changes because the tree is frozen.mjacob
1999-04-04Read the board revision and trim cache line size back from 16 to 1mjacob
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17embarrassing typo botch. Thanks tomjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-03-24prettyTheo de Raadt
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt