From owner-freebsd-hackers Sat Mar 9 03:45:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12893 for hackers-outgoing; Sat, 9 Mar 1996 03:45:15 -0800 (PST) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA12886 for ; Sat, 9 Mar 1996 03:45:12 -0800 (PST) Message-Id: <199603091145.DAA12886@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA004092021; Sat, 9 Mar 1996 22:47:01 +1100 From: Darren Reed Subject: atapi from netbsd... To: hackers@freebsd.org Date: Sat, 9 Mar 1996 22:47:00 +1100 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: owner-hackers@FreeBSD.ORG Precedence: bulk Is there anything wrong with the current ATAPI driver ? THe code at least appears more complete, at the moment: FreeBSD 2.1.0: wdc0: unit 1 (atapi): , removable, accel, iordis wcd0: 689Kb/sec, 128Kb cache, audio play, 256 volume levels, ejectable tray wcd0: medium type unknown, unlocked NetBSD 1.1 + ATAPI: atapibus0 at wdc0 atapibus0 drive1: cdrom, removable. acd0 at atapibus0 drive 1: drive empty (There is a CD-ROM in the drive at this point...) # mount /cdrom cd0(wdc0:1): unit attention, command: 0 0 0 0 0 0 0 0 0 0 0 0 (only happens the first time). If people want to work on the NetBSD stuff to make that work, by all means, but it looks like it needs it before it is equivalent with what is currently being distributed. darren