Date: Mon, 5 Jun 2000 10:25:11 +0200 From: Erik Trulsson <ertr1013@student.csd.uu.se> To: Postmaster <postmaster@menatep.netto.ru> Cc: questions@FreeBSD.ORG Subject: Re: Problem with IDE cdrom... Message-ID: <20000605102511.A1021@student.csd.uu.se> In-Reply-To: <015c01bfcec4$3e5a9960$1300a8c0@menatep.netto.ru>; from postmaster@menatep.netto.ru on Mon, Jun 05, 2000 at 12:01:23PM %2B0400 References: <015c01bfcec4$3e5a9960$1300a8c0@menatep.netto.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 05, 2000 at 12:01:23PM +0400, Postmaster wrote: > Hi, FREEBSD.ORG! Sorry for bad English... > > Can you help me? I can't mount my IDE CDROM Mitsumi FX3210S!0 under FreeBSD > 3.3 > > There are > > options ATAPI > options mcd0 at isa? port 0x300 bio irq 15 > > lines on my /usr/src/sys/i386/MYKERNEL file. No problem with compile > MYKERNEL :-) If it is an IDE CDROM you should be using something like controller wdc0 at isa? port "IO_WD1" bio irq 14 controller wdc1 at isa? port "IO_WD2" bio irq 15 options ATAPI device acd0 instead. mcd0 is for some old devices, not for normal IDE devices. > > # ls /dev |grep mcd0 > mcd0a > mcd0c > rmcd0a > rmcd0c > > # mount /dev/mcd0a /mnt > mount: Device not configured > > # mount /dev/mcd0c /mnt > mount: Device not configured > > # dmesg |grep mcd0 > mcd0 not found at 0x300 > > > My CDROM plugged as Secondary Slave (also I'm try to plug it as Secondary > Master) > > But in Windows my CDROM has bio 0x0170 irq 15. Why? Because that is where the controller for the secondary IDE bus lives ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000605102511.A1021>