9fans archive / 1996 / 05 / 15 /    prev next

From: Russ Cox rsc@res...
Subject: mitsumi proprietary interface
Date: Sat, 4 May 1996 14:14:46 -0400

i have a mitsumi fx-001 (0001?) double
speed drive with what is marked as a
"mitsumi proprietary interface".  

i keep it set on port 0x300, which was
rejected by devsbcd.  turns out that 
just adding 0x300 to the list of acceptable
ports in devsbcd.c is enough to get things
working for me.  those of you with mitsumi
cd drives on nonstandard ports on non-sound
blaster cards might want to try that.

i added it to the updated devsbcd which i got
after applying /plan9/update/9/pc/824494421.rc
from plan9.bell-labs.com.

russ

helix% diff devsbcd.c 824494421/devsbcd.c
280d279
<         case 0x300:
helix% 

(you have to do the appropriate magic in 
plan9.ini too, but that's easy.)