summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp.c
AgeCommit message (Expand)Author
2001-11-13add/cleanup RCSIDlukem
2001-10-23tra-la, another QLogic f/w funny- this time with the 2300.mjacob
2001-10-23Comment out some redundant initializations to zero.mjacob
2001-10-20Protect against deranged fabric nameservers that spit out 10000 identicalmjacob
2001-10-06Fix various 2300 GB issues related to chip errata and documentationmjacob
2001-09-05Clean up some issues wrt loaded f/w vs. resident f/w. We can tellmjacob
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-06Some whitespace cleanup. Initial forcelout support.mjacob
2001-05-25Create a kernel thread for Fibre Channel cards. This is the newmjacob
2001-05-16beginning basic 2300 infrstructure supportmjacob
2001-04-10Note one other place that bogus interrupts can be measured.mjacob
2001-04-05Change how SCSI defaults are latched if we're supporting Target Mode.mjacob
2001-03-14Update copyright date. ANSIfy isp.c (NetBSD was the holdout of allmjacob
2001-02-23Fix a longstanding bug- we had the sense of what bit 14mjacob
2001-02-20Add ISPCTL_RUN_MBOXCMD control function and ISPASYNC_UNHANDLED_RESPONSEmjacob
2001-02-12Minor stuff:mjacob
2001-01-09Use a SNS REGISTER FC4 TYPE subcommand to register with the name server.mjacob
2000-12-30[ dummy checkin to add to previous CVS ]mjacob
2000-12-30There's a compiler bug for sparc64 that makes the construct:mjacob
2000-12-28Apply nearly all of Bill Sommerfeld's -Wformat patches. The onemjacob
2000-12-28Use the ISP_CFG_NOINIT flag to decide whether to complete the full initmjacob
2000-12-23Fix pathnames in comment.wiz
2000-12-09Finally fix this driver to be sensible about the ENDIAN dance. It's notmjacob
2000-10-16Clarify/cleanup how node and port names are derived from nvram. Removemjacob
2000-08-16Add some changes/notes suggested by eeh@netbsd.org (zero header ofmjacob
2000-08-14Add a maintenance note.mjacob
2000-08-11Make our policy WRT tagged queueing consistent and sane: ordered tags for syn...tls
2000-08-08Remove ispcmd_slow routine- SCBUSACCEL routine will set/clear tag/wide/sync.mjacob
2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob
2000-07-19fix mislabelled error casemjacob
2000-07-06Per advice from thorpej, reinstated some of Erik's changes.mjacob
2000-07-05Back out previous commit- the author is incorrect. There is no 'narrow'mjacob
2000-06-03Change the debug level from 1 to 3 for "skipping target" diagnosticfair
2000-05-13Update from Matthew Jacob:he
2000-02-21clen up some error messagesmjacob
2000-02-19Remove residual and now broken !ISP_NO_FASTPOST_SCSI code (which wasmjacob
2000-02-12Add in 12160 (Ultra3) support. Turn back on fast posting for the newmjacob
2000-01-14UltraMode is okay for SBus cards with chiptypes of 1020A.mjacob
2000-01-06Bump up level of some very verbose debugs so that SCSIDEBUG doesn't cause themmjacob
2000-01-06Bump default login time to 60 seconds. Move the spot atmjacob
1999-12-20clean up some f/w revision stuff. clean up some dualbus stuff.mjacob
1999-12-16Dual LVD (1280) support.mjacob
1999-12-04Some queue related functions now use a u_int16_t. Turn some messages intomjacob
1999-10-28I was misinformed. I cannot get away from specifying tags for FC. Some devicesmjacob
1999-10-26nuke a debug printout I thought was already gonemjacob
1999-10-22remember to initialize mailbox 2 for FC isp bus resetsmjacob
1999-10-17Some stylistic changes, but also use the new INT_PENDING macro. Startmjacob
1999-10-14remove most target mode stuff. Change the arguments to themjacob
1999-07-05Change to approved NASA/Ames copyright. Add Fabric support. Fix SCCLUN support.mjacob
1999-05-12Do a fairly large internal restructuring to accomodate dual-bus host adaptersmjacob