OCD Open cable detect. If this line is high, Lisa assumes no device is connected to the connector.
Should this be pulled LOW while powered on? And is the "Lisa assumes" driven by an operating system rather than some hardware logic? I tend to lean to the former since the facilitates activity despite not being connected.
It is the software that makes the determination... for use
with ProFiles, if OCD is not low, the ProFile driver determines there is no ProFile, and so does not wait ~2 minutes for it to come ready*.
However, logically it is just a connection to a 6522 VIA pin, it is up to the driver/software to determine what it means. From the source on your github project, it seems clear to me that the Corvus driver uses the pin that Apple calls OCD as the DIRC signal. ie. it no longer means OCD.
*A consequence is that if you have a ProFile connected but not turned on, there is a long delay while the ProFile driver waits for the (turned off) ProFile to respond. One can re-wire the OCD pin on the ProFile's controller board with a transistor that pulls the OCD signal low only when the ProFile is powered up, so when connected but off it does not induce the long delay. The X/ProFile has unpopulated pads for implementing this behaviour too.