Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2001 00:00:07 +0900
From:      Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
To:        bob bobing <this_is_my_act@yahoo.com>
Cc:        Edwin Culp <eculp@EnContacto.Net>, freebsd-mobile@FreeBSD.ORG
Subject:   Re: maestro 2e
Message-ID:  <rtgeloe2n48.wl@urawa3-76.kcom.ne.jp>
In-Reply-To: <20011006231840.71276.qmail@web12402.mail.yahoo.com>
References:  <1002312773.3bbe1445d4200@Mail.SavvyWorld.Net> <20011006231840.71276.qmail@web12402.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <taku@cent.saitama-u.ac.jp>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?rtgeloe2n48.wl>