Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 1999 19:13:51 -0600
From:      Chris Costello <chris@holly.dyndns.org>
To:        Dan Herrera <dan@expresscopy.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: ATAPI CD-ROM no longer works
Message-ID:  <19990302191351.F31528@holly.dyndns.org>
In-Reply-To: <Pine.BSF.4.10.9903021348360.80017-100000@sumatra.expresscopy.com>; from Dan Herrera on Tue, Mar 02, 1999 at 01:51:54PM -0800
References:  <Pine.BSF.4.10.9903021348360.80017-100000@sumatra.expresscopy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 2, 1999, Dan Herrera put this into my mailbox:
> I've just cvsupped up to the latest version of 3.1-STABLE.
> 
> After modifying the GENERIC kernel to match my hardware and
> rebooting, it no longer sees my wcd0 cdrom.   At 3.0-RELEASE
> this worked just fine.
> 
> I read through /usr/src/README and /usr/src/UPDATING, and
> included acd0 in my kernel config, but I don't see either
> device while going back through dmesg.

Try:


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)

(This is part of a 4.0-CURRENT config, the ATAPI_STATIC may or may not
apply to you)

Did you run MAKEDEV to create the acd0 device?

> 
> Is this something I need to configure with pnp?  
> I'm none too sure on how to configure devices using pnp,
> could someone point out some good documentation on configuring
> pnp devices?
> 
> Thanks
> 
> Dan Herrera
> Expresscopy.com
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 

-- 
Powered by FreeBSD 4.0-CURRENT.                       "The Power to Serve!"

A mathematician is a machine for converting coffee into theorems.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990302191351.F31528>