summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-09 15:50:27 +0000
committerjkh <jkh@FreeBSD.org>1995-04-09 15:50:27 +0000
commit1ea7aa0d257e8b867ef3d3c09283ac8809b5894a (patch)
tree56392c78b4c991efa6de659b63972f2fc064d614 /sys/i386/conf
parent7c8d2f72546efe5e7471ee3447b1ab2b783bfa74 (diff)
downloadFreeBSD-src-1ea7aa0d257e8b867ef3d3c09283ac8809b5894a.zip
FreeBSD-src-1ea7aa0d257e8b867ef3d3c09283ac8809b5894a.tar.gz
This is the new submission of the matcd driver. In addition to the
new driver code, there are diffs to several other existing files on the system and a man page. This version of matcd implements the rest of the key ioctls related to playing audio CDs and reading table of contents information from any type of disc. This update also corrects several problems detected since the original version 1(10) was released. These include: 1. Jordons report on the kernel -c string problem. 2. A problem with the driver being confused by other types of devices located at addresses it probes. 3. An old CD TOC wouldn't always be cleared after a disc change. 4. Cleaned up code so -Wall yields no warnings on 2.0 and later. 5. A problem with drive getting out of sync with the driver when changing between CD-Data and CD-DA. There have only been two reports from the field relating to problems so either the first release isn't really being used or doesn't have many problems. If there are any problems with this submission, please let me know. Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/files.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 0d0ee82..944b43f 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.92 1995/03/27 19:39:45 ache Exp $
+# $Id: files.i386,v 1.93 1995/04/08 09:36:04 phk Exp $
#
aic7xxx optional ahc device-driver \
dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \
@@ -93,7 +93,7 @@ i386/isa/mse.c optional mse device-driver
i386/isa/ncr5380.c optional nca device-driver
i386/isa/npx.c optional npx device-driver
i386/isa/pcaudio.c optional pca device-driver
-i386/isa/matcd.c optional matcd device-driver
+i386/isa/matcd/matcd.c optional matcd device-driver
i386/isa/pcibus.c optional pci device-driver
i386/isa/pcic.c optional ze device-driver
i386/isa/pcic.c optional zp device-driver
OpenPOWER on IntegriCloud