summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ispmbox.h
AgeCommit message (Collapse)Author
2001-04-04Add some additional mailbox definitions. Rename ICBOPT_PORTNAME tomjacob
ICBOPT_BOTH_WWNS as being more descriptive.
2001-02-12Add structure defining FC-AL position maps. The only tool that I know ofmjacob
that really uses this is luxadm(8) under Solaris.
2001-01-09Add some FC specific state flag defines (for status completionmjacob
entries). Add some defines for the SNS "Register FC4 Type" subcommand.
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
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.
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
routines are not necessarily polled now- this should cut down on some of the spurious lost commands that have occurred. Also, we now watchdog each command and make sure that command constipation doesn't occur (which it has been documented to do on the QLA2100 cards).
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
Do some SNS fabric suppor tchanges. Roll revision levels. Tested on GENERIC i386 && sparc.
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-04Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosmjacob
that will SBusify an isp header or the lun/target portions of a request IOCB- and have these only valid iff __sparc__ (no non-sparc SBus machine that *I* know about).
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt