summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/siop/esiop.ss
AgeCommit message (Expand)Author
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-08-06Properly handle messages that we get at reconnect time (other thanbouyer
2002-08-29Fix typo in comment.bouyer
2002-05-02Move a few things around, to save some JUMP.bouyer
2002-04-27Use a u_int32_t in script RAM instead of the SEM bit in ISTAT to pass flagsbouyer
2002-04-27Implement a ring for the completed commands. This avoid a (problematic onlybouyer
2002-04-25- We can't share the per-lun DSA entry for untagged and tag table DSA;bouyer
2002-04-24For a new command, use the id in the command table and get rid of the ID in thebouyer
2002-04-24Bump the number of slots in the command ring to 256.bouyer
2002-04-23More copyright fixes, pointed out by Thomas. Thanks !bouyer
2002-04-23Fix copyrigth.bouyer
2002-04-23Bump the space for SCSI messages from 8 to 16 octets, as 8 may not bebouyer
2002-04-22It seems that the script processor continue to exec a few intructionsbouyer
2002-04-22Add the led_on/led_off script fragments.bouyer
2002-04-22Add support for tagged queuing to esiop (256 tags per device).bouyer
2002-04-21First cut at a esiop driver (enhanced siop). Doesn't implement tagged queuingbouyer