From 93ce8444b47d3406a45398873a7f37e645a1ba3a Mon Sep 17 00:00:00 2001 From: jdolecek Date: Tue, 3 Feb 2004 21:50:27 +0000 Subject: [PATCH] note DMA is only used in ECP mode, and only with enabled interrupts also move the DMA section after the mode section --- usr.sbin/lptctl/lptctl.8 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/usr.sbin/lptctl/lptctl.8 b/usr.sbin/lptctl/lptctl.8 index da35cb3640d4..355d5c62ae3c 100644 --- a/usr.sbin/lptctl/lptctl.8 +++ b/usr.sbin/lptctl/lptctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: lptctl.8,v 1.7 2004/02/03 21:46:52 jdolecek Exp $ +.\" $NetBSD: lptctl.8,v 1.8 2004/02/03 21:50:27 jdolecek Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -54,11 +54,6 @@ Multiple command-argument pairs can be specified. Available commands are: .Bl -item .It -.Cm dma -.Ar yes | no -.Pp -Enables or disables DMA. -.It .Cm mode .Ar standard | nibble | ps2 | fast | ecp | epp .Pp @@ -67,6 +62,12 @@ Sets port to use a mode of operation: standard centronics mode mode (fast), enhanced capabilities port mode (ecp), or enhanced parallel port mode (epp). .It +.Cm dma +.Ar yes | no +.Pp +Enables or disables DMA. Note DMA is only used in some advanced +modes such as ECP, and only if interrupts are enabled too. +.It .Cm ieee .Ar yes | no .Pp