diff options
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/acd.4 | 30 |
2 files changed, 32 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index ba00792e767..982519acd0e 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 1996/05/07 14:16:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1996/06/08 09:12:34 downsj Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= intro.4 aha.4 ahb.4 aic.4 aria.4 ast.4 autoconf.4 boca.4 bt.4 +MAN= intro.4 acd.4 aha.4 ahb.4 aic.4 aria.4 ast.4 autoconf.4 boca.4 bt.4 MAN+= com.4 cy.4 ed.4 ep.4 fdc.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 ncr.4 MAN+= npx.4 pms.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wd.4 MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 diff --git a/share/man/man4/man4.i386/acd.4 b/share/man/man4/man4.i386/acd.4 new file mode 100644 index 00000000000..4347b7da767 --- /dev/null +++ b/share/man/man4/man4.i386/acd.4 @@ -0,0 +1,30 @@ +.\" +.\" This document is in the public domain. Jason Downs, 1996. +.\" +.Dd May 14, 1996 +.Dt ACD 4 i386 +.Os NetBSD +.Sh NAME +.Nm acd +.Nd ATAPI CD-ROM driver +.Sh SYNOPSIS +.Cd "atapibus* at wdc?" +.Cd "acd* at atapibus? drive?" +.Sh DESCRIPTION +The +.Nm acd +driver provides support for ATAPI CD-ROM drives, using standard IDE +controllers. +.Pp +.Sh BUGS +The ATAPI subsystem is only known to work on the +.Tn i386 . +.Pp +Audio is not yet supported by the +.Nm acd +driver. +.Sh FILES +.Xr /dev/acd* +.Xr /dev/racd* +.Sh SEE ALSO +.Xr intro 4 |