From owner-cvs-all Tue Sep 8 00:09:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13621 for cvs-all-outgoing; Tue, 8 Sep 1998 00:09:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13610; Tue, 8 Sep 1998 00:09:25 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17756; Tue, 8 Sep 1998 00:09:24 -0700 (PDT) Date: Tue, 8 Sep 1998 00:09:24 -0700 (PDT) Message-Id: <199809080709.AAA17756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sound.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/08 00:09:24 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa/snd sound.c Log: our definition of SNDCTL_DSP_GETBLKSIZE does not match the one used by OSS. This temporary hack lets the FreeBSD x11amp work with the pcm driver. Revision Changes Path 1.8.2.5 +2 -0 src/sys/i386/isa/snd/sound.c