Date: Thu, 6 May 1999 22:10:01 -0700 (PDT) From: Bill Fenner <fenner@research.att.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/11513: cannot mount CD-ROM: Device not configured Message-ID: <199905070510.WAA10120@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/11513; it has been noted by GNATS. From: Bill Fenner <fenner@research.att.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905070510.WAA10120>