summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/isp_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob2000-10-161-37/+56
| | | | | | | | | | | Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier.
* Use new isp_handle_index function. Pull in f/w from separate files.mjacob2000-07-061-19/+45
|
* Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob2000-02-201-5/+53
| | | | more than 12 byte) for parallel SCSI.
* Add in Qlogic 1240 (Dual Ultra) and Qlogic 1280 (Dual Ultra 2) support.mjacob1999-12-161-15/+80
| | | | | | | 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.
* Far too many things to note- a complete new revision coming in includingmjacob1999-11-221-66/+152
| | | | FABRIC support...
* Roll out changes because the tree is frozen.mjacob1999-04-041-23/+3
|
* Read the board revision and trim cache line size back from 16 to 1mjacob1999-04-041-4/+24
| | | | | for early revision 2100 boards. Make sure to turn ROM off for these boards.
* roll internal revision levels and enable 1080 supportmjacob1999-03-251-2/+2
|
* embarrassing typo botch. Thanks tomjacob1999-03-171-1/+2
| | | | | | Federico G. Schwindt <fgsch@cvs.openbsd.org> for pointing it out. Fix OpenBSD header per his suggestion also.
* complete update of ISP driver- includes 2100 FC supportmjacob1999-03-171-156/+465
|
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-1/+1
|
* prettyderaadt1998-03-241-1/+1
|
* add isp driver from netbsd, more munging neededderaadt1998-03-241-0/+442