From owner-cvs-sys Wed Oct 29 14:14:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA19697 for cvs-sys-outgoing; Wed, 29 Oct 1997 14:14:03 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA19496; Wed, 29 Oct 1997 14:11:27 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA15835; Wed, 29 Oct 1997 14:11:01 -0800 (PST) Date: Wed, 29 Oct 1997 14:11:01 -0800 (PST) Message-Id: <199710292211.OAA15835@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa atapi.h wcd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1997/10/29 14:11:01 PST Modified files: sys/i386/isa atapi.h wcd.c Log: First cut at supporting multi-CD CDROM drives (changers). Very rudimentary, lots of error checks missing, but it works. Dont do an ls on two different CD's though, it will eat your changer mechanism for lunch :), this clearly needs some more thought. Until then this will enable those with changers to mount their multible CD's and doing "sensible" work.... Thanks to Andrew Gordon for donating a drive (a NEC CDR-C251 4x4) that makes this possible to develop. Revision Changes Path 1.9 +2 -0 src/sys/i386/isa/atapi.h 1.46 +221 -74 src/sys/i386/isa/wcd.c