From owner-freebsd-hackers Fri Jan 13 17:44:03 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id RAA23654 for hackers-outgoing; Fri, 13 Jan 1995 17:44:03 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id RAA23644 for ; Fri, 13 Jan 1995 17:44:02 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id RAA29857; Fri, 13 Jan 1995 17:43:38 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Mikael Hybsch cc: hackers@FreeBSD.org Subject: Re: Beta version of driver for Sony CDU33A cdrom In-reply-to: Your message of "Fri, 13 Jan 95 17:13:25 +0100." Date: Fri, 13 Jan 1995 17:43:38 -0800 Message-ID: <29855.790047818@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > I called the file scd.c but when I should add it > to files.i386 there were already a line for a scd driver at > i386/isa/scd.c. Is someone else working on a driver for Sony > or is this for something else? I believe Andreas was saving a place for the eventual drivers, which it appears you've got! :-) If he had a driver, he'd have committed it into /sys/i386/isa by now. I'm using the existing scd entry for driver, which means that the major number is going to be 16 [bdev] and 45 [cdev] for yours. > The SB 16 MCD doesn't use interrupt, so that is left to do (for someone > else, with a real Sony card). So you're saying that no IRQ is currently needed? Jordan