From owner-freebsd-current Sun May 5 16:01:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17037 for current-outgoing; Sun, 5 May 1996 16:01:00 -0700 (PDT) Received: from cicerone.uunet.ca (cicerone.uunet.ca [142.77.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA17032 for ; Sun, 5 May 1996 16:00:58 -0700 (PDT) Received: from why ([205.150.249.1]) by mail.uunet.ca with SMTP id <212721-19486>; Sun, 5 May 1996 18:53:07 -0400 Date: Sun, 5 May 1996 18:53:11 -0400 From: Andrew Herdman X-Sender: andrew@why To: "Mr. Neeo" cc: current@freebsd.org Subject: Re: ATAPI cdrom In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 5 May 1996, Mr. Neeo wrote: Add : options "ATAPI_STATIC" to your kernel config and that will solve your problem. It's a new 'feature' that no one mentioned. Andrew > > Anyone else here having trouble getting the kernel to recognize > their atapi cdrom? I have : > > controller wdc1 > options ATAPI > device wcd0 > > but it doesnt seem to find it.. after boot, when i do : > > modload -e atapi_mod -u -q -o /tmp/atapi_mod /lkm/atapi_mod.o > > i get : > > wdc1: unit 0 (atapi): , removable, iordy > > looks like it worked.. but i get /dev/wcd0c: Device not configured > > whenever i try to mount it, or whatever.. it worked with 2.1, just > curious if something has changed i should know about :> or whatever.. > btw, im running 2.2-960501-SNAP ... > > Paul... > > >