From owner-cvs-all Thu Aug 13 23:21:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29427 for cvs-all-outgoing; Thu, 13 Aug 1998 23:21:41 -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 XAA29420; Thu, 13 Aug 1998 23:21:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20666; Thu, 13 Aug 1998 23:21:35 -0700 (PDT) Date: Thu, 13 Aug 1998 23:21:35 -0700 (PDT) Message-Id: <199808140621.XAA20666@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/13 23:21:35 PDT Modified files: etc/etc.i386 MAKEDEV Log: A long time ago, in a galaxy far, far away, someone made the (bonehead) decision to limit the sound driver to one device. With Luigi's pcm driver, the unit number for the PnP detected cards is nearly always 1, and so you can't create the symlinks that will make your sound work. PR: 7564 Submitted by: Doug White Revision Changes Path 1.168 +8 -10 src/etc/etc.i386/MAKEDEV