From owner-freebsd-stable Tue Mar 10 23:21:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29545 for freebsd-stable-outgoing; Tue, 10 Mar 1998 23:21:15 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29540; Tue, 10 Mar 1998 23:21:11 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id XAA21978; Tue, 10 Mar 1998 23:19:36 -0800 (PST) Message-Id: <199803110719.XAA21978@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Jordan K. Hubbard" cc: Luigi Rizzo , steph8@flash.net (Stephan Nagy), stable@FreeBSD.ORG Subject: Re: Sound Question In-reply-to: Your message of "Tue, 10 Mar 1998 23:12:17 PST." <26236.889600337@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Mar 1998 23:19:35 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk > > yes but in the docs it says that PnP cards are assigned the next > > available unit numbers, so you get pcm1 ... i don't see where is the > > problem. Don't you like the name ? :) > > It does confuse a lot of folks though, especially since they now have > to MAKEDEV snd1 rather than the documented snd0 in order to get it to > work. Why isn't 0 used as the first unit for some people? On my > system it certainly is: > > pcm0 at 0x220 irq 5 drq 1 flags 0x15 on isa Because this is the way that PCI and PnP overrides of ISA devices currently works. 8( At the time that the PCI/ISA probe runs, it has now way of knowing whether the static configuration values that are possessed by the ISA instance actually correspond to anything. So it can't up and take it away. In your case, you just have an ordinary ISA soundcard, not a PnP one. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message