From owner-freebsd-hackers Thu Oct 23 19:25:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA14009 for hackers-outgoing; Thu, 23 Oct 1997 19:25:09 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA14004 for ; Thu, 23 Oct 1997 19:25:05 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id LAA00498; Fri, 24 Oct 1997 11:51:29 +0930 (CST) Message-Id: <199710240221.LAA00498@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Dan Walters cc: Mike Smith , hackers@freebsd.org Subject: Re: ATAPI CD-RW documentation... In-reply-to: Your message of "Thu, 23 Oct 1997 14:13:19 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Oct 1997 11:51:29 +0930 From: Mike Smith Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > > Nobody's begun any work, as such. Again, I exhort you to look at > > Justin Gibbs' CAM framework; it is the future of mass storage > > interfaces in FreeBSD, and we should be looking towards it. > > Already downloaded it, just havn't had the chance to look at any of it > yet. I take it that going the CAM route would be a completely different > approach than writing an ATAPI sub-driver? Yes. Aside from the fact that the code would have a much longer life, adding the requisite ATAPI parts to the CAM framework would automatically buy you CD-RW, IDE tape and ATAPI disk support, modulo a little more work. mike