From owner-source-changes@NetBSD.ORG Mon Mar 27 14:36:01 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA12141; Mon, 27 Mar 1995 14:35:58 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id KAA03841 for source-changes-outgoing; Mon, 27 Mar 1995 10:50:20 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id KAA03831 for source-changes; Mon, 27 Mar 1995 10:50:12 -0500 Date: Mon, 27 Mar 1995 10:50:12 -0500 From: The Source of All Evil Message-Id: <199503271550.KAA03831@pain.lcs.mit.edu> To: source-changes@pain.lcs.mit.edu Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG mycroft Mon Mar 27 10:45:29 EST 1995 Update of /a/cvsroot/src/sys/dev/isa In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3716 Modified Files: mcd.c mcdreg.h Log Message: Largely rewritten by me, with some input from Dave Burgess. Implement most of the CDIOC* calls correctly, improve performance by 10x when interrupts work, and implement the same generic disk framework as other drivers. Needs some more work.