From owner-freebsd-mobile Mon Oct 8 8: 0:56 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from tackymt.homeip.net (urawa3-76.kcom.ne.jp [210.236.154.76]) by hub.freebsd.org (Postfix) with ESMTP id 610E037B405 for ; Mon, 8 Oct 2001 08:00:51 -0700 (PDT) Received: from urawa3-76.kcom.ne.jp (localhost [127.0.0.1]) by tackymt.homeip.net (8.11.6/8.11.6) with ESMTP id f98F09C01667; Tue, 9 Oct 2001 00:00:11 +0900 (JST) (envelope-from taku@cent.saitama-u.ac.jp) Date: Tue, 09 Oct 2001 00:00:07 +0900 Message-ID: From: Taku YAMAMOTO To: bob bobing Cc: Edwin Culp , freebsd-mobile@FreeBSD.ORG Subject: Re: maestro 2e In-Reply-To: <20011006231840.71276.qmail@web12402.mail.yahoo.com> References: <1002312773.3bbe1445d4200@Mail.SavvyWorld.Net> <20011006231840.71276.qmail@web12402.mail.yahoo.com> User-Agent: Wanderlust/2.4.0 (Rio) WEMI/1.13.7 (Shimada) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Advanced Computer and Communication Enginerring Studies Society MIME-Version: 1.0 (generated by WEMI 1.13.7 - "Shimada") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We can't kldload snd_maestro.ko after boot, because Maestro2E is probed as chipX by sys/pci/pcisupport.c so snd_maestro.ko can't probe the chip later. # This is not appricable for 5-CURRENT. FYI, If you won't put the line into loader.conf, you can tell the loader(8) to load the module by typing load snd_maestro (or whatever module) at the loader (ok) prompt. > loader.conf shouldn't that be documented somewhere, The real solution would be removing 4 lines from pcisupport.c, IMMO. --- src/sys/pci/pcisupport.c.orig 2001/08/15 04:04:59 1.154.2.7 +++ src/sys/pci/pcisupprot.c @@ -1307,8 +1307,4 @@ return ("NeoMagic MagicMedia 256ZX Audio controller"); - /* ESS Technology Inc -- vendor 0x125d */ - case 0x1978125d: - return ("ESS Technology Maestro 2E Audio controller"); - /* Toshiba -- vendor 0x1179 */ case 0x07011179: -- YAMAMOTO, Taku Member of Advanced Computer and Communication Studies Society (ACCESS for short), Information Processing Center, Saitama Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message