summaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispreg.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC the major rewrite of this driver (core version 2.0). MFC supportMatt Jacob2000-09-211-5/+5
| | | | | | | for the non-attach of Qlogic 12160 with certain sub-vendorid. Notes: svn path=/stable/4/; revision=66197
* MFC: Add mailbox bitmask macros (numbers of available mailbox registersMatt Jacob2000-07-041-17/+25
| | | | | | | | | | | | based upon Qlogic chip type). Define maximum mailboxes. Add INT_PENDING_MASK macro. Change mailbox offset macro name. cleanup i_int_X vs. uint_X definitions The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN. Notes: svn path=/stable/4/; revision=62545
* MFC: it is PORT not NODE for WWN in NVRAMMatt Jacob2000-05-091-1/+12
| | | | Notes: svn path=/stable/4/; revision=60243
* Add in 12160 (Ultra3) NVRAM definitions.Matt Jacob2000-02-111-2/+76
| | | | | | | Approved: jkh@freebsd.org Notes: svn path=/head/; revision=57148
* Add Dual LVD bus (1280) supportMatt Jacob1999-12-161-89/+93
| | | | Notes: svn path=/head/; revision=54671
* add in an INT_PENDING macroMatt Jacob1999-10-171-1/+2
| | | | Notes: svn path=/head/; revision=52346
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Clean up some macros. Add in ISP 1080/1240 NVRAM layout definitions.Matt Jacob1999-05-111-8/+128
| | | | Notes: svn path=/head/; revision=46967
* Add in 1080 LVD support and some basis also for the 1240. The port databaseMatt Jacob1999-03-251-10/+21
| | | | | | | printout is now enabled. Notes: svn path=/head/; revision=45040
* A wad of changes- prepping for 1080/1240 support (which caused a massiveMatt Jacob1999-03-171-34/+54
| | | | | | | | | thwank in register layout goop). A different mboxcmd approach. Some PDB change infrastructure. Some better management of loopdown/loopup events (keep them distinct from resource starvation for simq freeze/unfreeze actions). Notes: svn path=/head/; revision=44819
* clean up some NVRAM definesMatt Jacob1999-02-091-9/+5
| | | | Notes: svn path=/head/; revision=43792
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-301-2/+3
| | | | | | | | | | the startup code. Implement a call to outer framework function so that asynchronous events can be handled (e.g., speed negotiation, target mode). Roll internal release tags. Notes: svn path=/head/; revision=43420
* clarify headers;move uninit to outer layer;remove watchdogMatt Jacob1998-12-281-2/+2
| | | | Notes: svn path=/head/; revision=42131
* offset was wrong for HARDLOOPID in NVRAMMatt Jacob1998-12-051-2/+3
| | | | Notes: svn path=/head/; revision=41518
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-151-26/+130
| | | | | | | Submitted by: Matthew Jacob <mjacob@feral.com> Notes: svn path=/head/; revision=39235
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+589
Notes: svn path=/head/; revision=35388