From owner-cvs-sys Tue Nov 25 11:33:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA12227 for cvs-sys-outgoing; Tue, 25 Nov 1997 11:33:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA11880; Tue, 25 Nov 1997 11:31:32 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA20065; Tue, 25 Nov 1997 11:30:41 -0800 (PST) Date: Tue, 25 Nov 1997 11:30:41 -0800 (PST) Message-Id: <199711251930.LAA20065@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT files.i386 src/sys/i386/i386 userconfig.c src/sys/i386/isa/sound ad1848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/11/25 11:30:40 PST Modified files: sys/i386/conf LINT files.i386 sys/i386/i386 userconfig.c sys/i386/isa/sound ad1848.c Log: From the author: Here are the remanding changes required to support the Ensoniq Soundscape using FreeBSD 3.0-current. Notes: 1) ad1848_init already has code to detect if DMA_DUPLEX should be set so it is not necessary (and is in fact a mistake) to hard code setting it. Not all soundcards (i.e. the current sscape driver) are capable of using DMA_DUPLEX. 2) The other changes are hopefully self explanatory. Feel free to let me know if you need additional information. Submitted by: john@feith.com (John Wehle) Revision Changes Path 1.381 +5 -2 src/sys/i386/conf/LINT 1.179 +6 -1 src/sys/i386/conf/files.i386 1.97 +4 -2 src/sys/i386/i386/userconfig.c 1.18 +1 -1 src/sys/i386/isa/sound/ad1848.c