Date: Sun, 14 Jan 2001 08:40:02 -0800 (PST) From: Josef Karthauser <joe@tao.org.uk> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/24321: cdcontrol default still using old device name cd0c Message-ID: <200101141640.f0EGe2952128@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/24321; it has been noted by GNATS. From: Josef Karthauser <joe@tao.org.uk> To: davidx@viasoft.com.cn Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/24321: cdcontrol default still using old device name cd0c Date: Sun, 14 Jan 2001 16:35:53 +0000 On Sun, Jan 14, 2001 at 12:41:41AM -0800, davidx@viasoft.com.cn wrote: > cdcontrol default is still using old device name cd0c while FreeBSD 4.x > is already using new ATAPI interface and default cdrom device name is > already changed to /dev/acd0c, cdcontrol is simply not follow-up. cd0c isn't an old name, it's the name of the SCSI cdrom device. I've just MFC'd a fix from -current which allows you to define the default device to use in the CDROM environment variable. After cvsup'ing you should be able to add something like the following to your startup scripts: export CDROM=acd0 Joe 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?200101141640.f0EGe2952128>