From owner-freebsd-questions Tue May 9 11:16:56 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21246 for questions-outgoing; Tue, 9 May 1995 11:16:56 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA21239 for ; Tue, 9 May 1995 11:16:54 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA08176; Tue, 9 May 95 11:38:51 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505091738.AA08176@cs.weber.edu> Subject: Re: FreeBSD 2.0 & mitsumi lu002 To: epearson@olac.berkeley.edu (Erik A. Pearson) Date: Tue, 9 May 95 11:38:50 MDT Cc: questions@FreeBSD.org In-Reply-To: from "Erik A. Pearson" at May 9, 95 08:08:42 am X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > However, last night I was poking around the BSD Web Page for information > on this problem, and ran into your suggestion, as put forth in the usenet > archives by Sean Kelly (12/28/94). However, after trying this there was no > discernable improvement -- I tried all available irqs on the card with the > matching irq on the card -- the io address is fine too since the probe > reveals the "version information is 0 M 2" etc. message. > > Some of the responses to the usenet threads indicated that this solution > may not work. Have you found that this actually works? Are there other > settings on the card or driver that should be changed? Should the DMA > channel on the card be set to 1, 3, or none? I didn't realize from your message that this was an EIDE CDROM drive. Soren is currently working on a driver for the 2.1 release (it may be in 2.0.5 if he tries to suprise people). IDE CDROM drives are really SCSI drives with a slow serial interface for shoving SCSI commands down, and should be fairly easy to support, but might require some SCSI hacking as well to allow code reuse. I'd expect that that's why the driver isn't finished yet. You *can* install by copying the files to your DOS partition and then mounting the DOS partition from BSD to run the install. You will have a slight problem with X this way because of the long names they used. This is fixable using the checksum file as a renaming guide (after you copy the files from the DOS to the BSD file system). Hope this helps. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.