From owner-freebsd-current Sun Sep 10 17:51:28 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA00115 for current-outgoing; Sun, 10 Sep 1995 17:51:28 -0700 Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.35.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA00108 for ; Sun, 10 Sep 1995 17:51:26 -0700 Received: (from james@localhost) by miller.cs.uwm.edu (8.6.10/8.6.10) id TAA18536; Sun, 10 Sep 1995 19:51:25 -0500 Date: Sun, 10 Sep 1995 19:51:25 -0500 From: Jim Lowe Message-Id: <199509110051.TAA18536@miller.cs.uwm.edu> To: nate@rocky.sri.MT.net Subject: Re: GUS Max support? Cc: current@FreeBSD.org Sender: current-owner@FreeBSD.org Precedence: bulk > > gus0 at 0x220 irq 15 drq 1 flags 0x3 on isa > > I noticed the LINT line for this had the line with flags 0x3 commented > out. What do the above flags do for you? > Ummm... I think the comments in the lint file describe this. The flags (if defined) are used to define the read dma channel for the gus/gus-max card when in full duplex mode. If the read dma channel is not defined, then the gus card runs in the standard 1/2 duplex mode. If the flags are defined and the drq (write dma channel) is different than the flags (read dma channel), then the gus card runs in full duplex mode. -Jim