From owner-freebsd-ports Tue Jan 9 17:57:56 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26917 for ports-outgoing; Tue, 9 Jan 1996 17:57:56 -0800 (PST) Received: from tick.SSEC.WISC.EDU (tick.ssec.wisc.edu [144.92.108.121]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA26907 for ; Tue, 9 Jan 1996 17:57:50 -0800 (PST) Received: from tick.SSEC.WISC.EDU (localhost [127.0.0.1]) by tick.SSEC.WISC.EDU (8.7.1/8.7.1) with ESMTP id TAA03286; Tue, 9 Jan 1996 19:57:44 -0600 (CST) From: Dave Glowacki Message-Id: <199601100157.TAA03286@tick.SSEC.WISC.EDU> To: Thomas Graichen cc: ports@freebsd.org Subject: Re: xmcd In-reply-to: Your message of "Tue, 09 Jan 1996 21:06:30 +0100." <199601092006.VAA00647@mordillo> Date: Tue, 09 Jan 1996 19:57:40 -0600 Sender: owner-ports@freebsd.org Precedence: bulk > has anybody made xmcd working with a mitsumi fx001 or an ide cdrom > under FreeBSD ? According to the FAQ that comes with xmcd: Xmcd does not currently support non-SCSI units except under Linux. >From looking at the Linux-specific code in libdi.d/os_linux.[ch] it appears that xmcd is sending SCSI commands to the IDE driver which translates them into the appropriate stuff for IDE. Given all that, I'd guess the answer to your question is "No".