Date: Thu, 28 Oct 1999 08:58:31 +0930 (CST) From: Greg Robinson <greg@rosevale.com.au> To: sheldonh@uunet.co.za (Sheldon Hearn) Cc: osiris2002@yahoo.com (Joss Roots), freebsd-questions@FreeBSD.ORG Subject: Re: URGENT: What happened to cdrom driver in FreeBSD 3.3-STABLE Build #7 Message-ID: <199910272328.IAA04804@sad.rosevale.com.au> In-Reply-To: <34339.941017267@axl.noc.iafrica.com> from Sheldon Hearn at "Oct 27, 1999 11:41:07 am"
next in thread | previous in thread | raw e-mail | index | archive | help
>
>
> On Wed, 27 Oct 1999 02:33:04 MST, Joss Roots wrote:
>
> > but how come it was working before man, did this
> > specifically change in the new code ?
>
> Well, the it's difficult to comment without knowing your upgrade
> timeline. Once upon a time, we used one ATAPI CDROM driver. Now we use
> another. :-)
I have a similar problem, except my CDROM keeps disappearing and
reappearing:
{lemon}/home/greg 8:49am 9 > fgrep wdc1 /var/log/messages
Oct 17 15:27:10 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 17 15:27:10 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 17 23:18:53 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 17 23:18:53 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 23 12:51:44 lemon /kernel: wdc1 not found at 0x170
Oct 24 00:38:04 lemon /kernel: wdc1 not found at 0x170
Oct 24 09:47:50 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 24 09:47:50 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 24 16:19:09 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 24 16:19:09 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 24 16:44:09 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 24 16:44:09 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 26 21:30:47 lemon /kernel: wdc1 not found at 0x170
Oct 28 01:46:27 lemon /kernel: wdc1 not found at 0x170
Oct 26 22:15:36 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 26 22:15:36 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 26 22:21:05 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 26 22:21:05 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Oct 26 22:25:54 lemon /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Oct 26 22:25:54 lemon /kernel: wdc1: unit 0 (atapi): <645A/4.2B>, removable, ior
dy
Kernel config:
# IDE controller and disks
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller wdc1 at isa? port "IO_WD2" bio irq 15
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
# ATAPI devices
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device acd0 #IDE CD-ROM
#device wfd0 #IDE Floppy (e.g. LS-120)
I have a Master IDE disk on wd0, and a master cdrom on wd1. I cvsup'ed
on Oct 24, and rebuild the world & a kernel, now at 3.3-STABLE.
I'm yet to try running my CDROM on wd0 as a slave, I suspect that will
fix it.
Any ideas on why it is so intermittant?
Greg.
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?199910272328.IAA04804>
