aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mcd
Commit message (Collapse)AuthorAgeFilesLines
* Remove the mcd(4) driver for Mitsumi CD-ROM players.John Baldwin2016-08-151-9/+0
| | | | | | | | | | 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). Notes: svn path=/head/; revision=304187
* opt_geom.h is no longer required for this module.Matthew N. Dodd2003-03-291-5/+2
| | | | Notes: svn path=/head/; revision=112806
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-041-0/+12
Notes: svn path=/head/; revision=104445