From owner-freebsd-bugs Thu May 6 22:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D955B14D2A for ; Thu, 6 May 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA10120; Thu, 6 May 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 May 1999 22:10:01 -0700 (PDT) Message-Id: <199905070510.WAA10120@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: kern/11513: cannot mount CD-ROM: Device not configured Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11513; it has been noted by GNATS. From: Bill Fenner To: shalunov@att.com Cc: fenner@research.att.com, freebsd-gnats-submit@freebsd.org Subject: Re: kern/11513: cannot mount CD-ROM: Device not configured Date: Thu, 6 May 1999 22:03:06 -0700 I'll tell you what I did, and hope that you can repeat it. I got a copy of the CVS tree, and got the new driver files via: cd /usr/src/sys/dev cvs co -d ata -r PRE_NEWBUS src/sys/dev/ata Then you need to patch /usr/src/sys/i386/conf/files.i386 (and maybe more, if you have an ATA disk. I have SCSI disks so I don't know what's needed to support ATA disks). The patches to apply are: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/files.i386.diff?r1=1.223&r2=1.225 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/files.i386.diff?r1=1.229&r2=1.230 and then fix up your config file. Remove all the references to the old wdc* wd* wcd* ATAPI stuff, and apply something like http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/LINT.diff?r1=1.560&r2=1.562 (and uncomment ata0 and atapicd0). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message