]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/dev/mcd/mcd.c
Remove the mcd(4) driver for Mitsumi CD-ROM players.
authorjhb <jhb@FreeBSD.org>
Mon, 15 Aug 2016 20:38:02 +0000 (20:38 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 15 Aug 2016 20:38:02 +0000 (20:38 +0000)
commit473f7128b7c70be4ec2371786a5fd272647b1e51
tree86c65b30fdc25208105325e0e903e9b1b6828760
parenta16f089090b653180a065e788ae0f6995509548c
Remove the mcd(4) driver for Mitsumi CD-ROM players.

This is a driver for a pre-ATAPI ISA CD-ROM adapter.  As noted in
the manpage, this driver is only useful as a backend to cdcontrol to
play audio CDs since it doesn't use DMA, so its data performance is
"abysmal" (and that was true in the mid 90's).
ObsoleteFiles.inc
share/man/man4/Makefile
share/man/man4/mcd.4 [deleted file]
sys/conf/NOTES
sys/conf/files
sys/dev/mcd/mcd.c [deleted file]
sys/dev/mcd/mcd_isa.c [deleted file]
sys/dev/mcd/mcdreg.h [deleted file]
sys/dev/mcd/mcdvar.h [deleted file]
sys/modules/Makefile
sys/modules/mcd/Makefile [deleted file]