summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isp_pci.c
AgeCommit message (Collapse)Author
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
more than 12 byte) for parallel SCSI.
1999-12-16Add in Qlogic 1240 (Dual Ultra) and Qlogic 1280 (Dual Ultra 2) support.mjacob
Other than some extra cases, there's a bit of hoohah about reading the second SXP's register bank on the 1280- not exactly well laid out hardware. The delay(250) functions added to see if this helps in more stable reads of SXP register bits.
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
FABRIC support...
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
for early revision 2100 boards. Make sure to turn ROM off for these boards.
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17embarrassing typo botch. Thanks tomjacob
Federico G. Schwindt <fgsch@cvs.openbsd.org> for pointing it out. Fix OpenBSD header per his suggestion also.
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