From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 4 May 1996 14:14:46 -0400 From: Russ Cox rsc@research.att.com Subject: mitsumi proprietary interface Topicbox-Message-UUID: 4602bb3a-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960504181446.Pj8Bnj3bflyoR1-h65-pgsLeOovY5J0Jh3lSIxe87jk@z> 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.)