From owner-freebsd-bugs Sun Jan 14 8:40:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1519C37B401 for ; Sun, 14 Jan 2001 08:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0EGe2952128; Sun, 14 Jan 2001 08:40:02 -0800 (PST) (envelope-from gnats) Date: Sun, 14 Jan 2001 08:40:02 -0800 (PST) Message-Id: <200101141640.f0EGe2952128@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Josef Karthauser Subject: Re: misc/24321: cdcontrol default still using old device name cd0c Reply-To: Josef Karthauser Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/24321; it has been noted by GNATS. From: Josef Karthauser 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